|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/AsyncFutureImpl.java
http://jenkins-ci.org/commit/remoting/f32e434cb195e5d8d6d160f78116a053b948be62
Log:
Fixed the synchronization issue for cancel() operations
Locking operations may affect hudson.remoting.Request::get() handlers
The issue may cause the JENKINS-21932, which seems to be caused by unhandled locks().
Signed-off-by: Oleg Nenashev <[email protected]>