Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/promoted-builds-plugin
  Commit: af0cb71383a2f9c44239b228f1be00ddba34249a
      
https://github.com/jenkinsci/promoted-builds-plugin/commit/af0cb71383a2f9c44239b228f1be00ddba34249a
  Author: Rob Graham <robgraham1...@gmail.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/promoted_builds/Promotion.java

  Log Message:
  -----------
  Performance: Change Workspace allocation metrod to avoid wide locks (#90)

Acquiring a quick lock causes parallelised builds to back up waiting for
the workspace to become available.  This is because WorkspaceList.allocate
will give executing jobs the first workspace as the given lock is a quick
lock.  Then builds will wait in WorkspaceList.acquire all trying to get
the same workspace.


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to