[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-28 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
 core/src/main/java/hudson/model/AbstractItem.java
http://jenkins-ci.org/commit/jenkins/41baac80fbf559aa3eb30c635abe0386815fd67f
Log:
  FIXED JENKINS-19446

Defer the notification to avoid deadlock.

(cherry picked from commit a5755cb3e1f901c98a2263a3ae1851489cb8e47b)

Conflicts:
	changelog.html





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-28 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Filed JENKINS-22001 for the problematic fix.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-28 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/model/AbstractItem.java
 core/src/main/java/hudson/model/Job.java
 test/src/test/java/hudson/model/ListViewTest.java
http://jenkins-ci.org/commit/jenkins/00d27176f3a452e38bd0caafebe78c7bc2fa822f
Log:
  FIXED JENKINS-22001 Simpler fix of JENKINS-19446 that does not introduce asynchronous behavior.


Compare: https://github.com/jenkinsci/jenkins/compare/334ce1be691c...00d27176f3a4




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-28 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/model/ListView.java
 core/src/main/java/jenkins/model/Jenkins.java
http://jenkins-ci.org/commit/jenkins/3aa0dd5368444728b608bce9790e59983dabbc8a
Log:
  JENKINS-19446 Saving Jenkins configuration in onRenamed/onDeleted is often overkill.
This is already handled by ListView.Listener (other kinds of views are now responsible for their own listeners).
And handled better—if there are no actual changes
(because you have no such views, or they do not mention this job), there is no need to save.
Also moving the actual saving in those remaining cases out of the lock on the ListView itself, just in case.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-28 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Integrated in  jenkins_main_trunk #3204
 JENKINS-19446 Saving Jenkins configuration in onRenamed/onDeleted is often overkill. (Revision 3aa0dd5368444728b608bce9790e59983dabbc8a)
FIXED JENKINS-22001 Simpler fix of JENKINS-19446 that does not introduce asynchronous behavior. (Revision 00d27176f3a452e38bd0caafebe78c7bc2fa822f)

 Result = SUCCESS
Jesse Glick : 3aa0dd5368444728b608bce9790e59983dabbc8a
Files : 

	core/src/main/java/jenkins/model/Jenkins.java
	core/src/main/java/hudson/model/ListView.java



Jesse Glick : 00d27176f3a452e38bd0caafebe78c7bc2fa822f
Files : 

	test/src/test/java/hudson/model/ListViewTest.java
	core/src/main/java/hudson/model/AbstractItem.java
	core/src/main/java/hudson/model/Job.java





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-26 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
http://jenkins-ci.org/commit/jenkins/f22cfbf31b733d8eb64ecdfc7444f7e61ad155b2
Log:
  JENKINS-19446 Amending changelog; this actually went into 1.544, not 1.543.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2014-02-26 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Integrated in  jenkins_main_trunk #3199
 JENKINS-19446 Amending changelog; this actually went into 1.544, not 1.543. (Revision f22cfbf31b733d8eb64ecdfc7444f7e61ad155b2)

 Result = UNSTABLE
Jesse Glick : f22cfbf31b733d8eb64ecdfc7444f7e61ad155b2
Files : 

	changelog.html





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2013-12-19 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 reopened  JENKINS-19446


Deadlock while parallel deletion/rename of jobs
















The current fix is just no good. It delivers events asynchronously, which makes the system unpredictable, and ruins functional tests.

Better IMHO would be to call just save() asynchronously.





Change By:


Jesse Glick
(19/Dec/13 11:24 PM)




Resolution:


Fixed





Status:


Resolved
Reopened



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2013-12-11 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-19446 as Fixed


Deadlock while parallel deletion/rename of jobs
















Change By:


SCM/JIRA link daemon
(03/Dec/13 3:20 AM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2013-12-11 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
 changelog.html
 core/src/main/java/hudson/model/AbstractItem.java
http://jenkins-ci.org/commit/jenkins/a5755cb3e1f901c98a2263a3ae1851489cb8e47b
Log:
  FIXED JENKINS-19446

Defer the notification to avoid deadlock.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-19446) Deadlock while parallel deletion/rename of jobs

2013-12-11 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-19446


Deadlock while parallel deletion/rename of jobs















Integrated in  jenkins_main_trunk #3085
 FIXED JENKINS-19446 (Revision a5755cb3e1f901c98a2263a3ae1851489cb8e47b)

 Result = SUCCESS
kohsuke : a5755cb3e1f901c98a2263a3ae1851489cb8e47b
Files : 

	core/src/main/java/hudson/model/AbstractItem.java
	changelog.html





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.