Branch: refs/heads/pull-1610
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c02f516fa17c883b4af6a4567284979a28987e5e
      
https://github.com/jenkinsci/jenkins/commit/c02f516fa17c883b4af6a4567284979a28987e5e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M core/src/main/java/jenkins/model/queue/AsynchronousExecution.java

  Log Message:
  -----------
  javadoc formatting fix for better readability from code editor


  Commit: 47c39daa5c07de116e0c49131306addb9f878b4e
      
https://github.com/jenkinsci/jenkins/commit/47c39daa5c07de116e0c49131306addb9f878b4e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/model/Executor.java

  Log Message:
  -----------
  javadoc improvement


  Commit: 4a7c2714dc797a018f3ad1185971bad74703cf1b
      
https://github.com/jenkinsci/jenkins/commit/4a7c2714dc797a018f3ad1185971bad74703cf1b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M core/src/main/java/jenkins/model/queue/AsynchronousExecution.java

  Log Message:
  -----------
  More minor javadoc


  Commit: 63d3b2641c451dc228b75a8bcf1e5d54453e7bad
      
https://github.com/jenkinsci/jenkins/commit/63d3b2641c451dc228b75a8bcf1e5d54453e7bad
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M core/src/main/java/jenkins/model/queue/AsynchronousExecution.java

  Log Message:
  -----------
  Fixed a race condition.

IIUC, the expectation here is that Queue.Executable will instantiate 
AsynchronousException as a handle, start something asynchronously (say send a 
JMS message) with a callback, and the callback will tickle 
AsynchronousException.

So AsynchronousException might complete before it gets its executor set. This 
code change ensures that that case gets handled correctly.


Compare: 
https://github.com/jenkinsci/jenkins/compare/5128b1af9841...63d3b2641c45

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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.

Reply via email to