Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/buildgraph-view
  Commit: b6219029c94457f67a830943241247d0de0d8c76
      
https://github.com/jenkinsci/buildgraph-view/commit/b6219029c94457f67a830943241247d0de0d8c76
  Author: Per Böhlin <per.boh...@zenterio.com>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/buildgraphview/FlowDownStreamRunDeclarer.java

  Log Message:
  -----------
  [FIXED JENKINS-23607] Do not block thread waiting for builds in queue to be 
scheduled

The json response handler calls getBuild() on all JobInvocations in the graph.
If a job is not scheduled (still in build queue), the call getBuild() is 
blocking.
This results in a HTTP request thread being blocked.
If enough such threads gets blocked, jenkins stops responding to HTTP requests 
all together.
To prevent this scenario this fix only calls getBuild() if the build has been 
started.


  Commit: f52b389790d5d1e40a5ba1896063a1c46a1ead88
      
https://github.com/jenkinsci/buildgraph-view/commit/f52b389790d5d1e40a5ba1896063a1c46a1ead88
  Author: Suresh Kumar <pskumar...@users.noreply.github.com>
  Date:   2017-01-22 (Sun, 22 Jan 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/buildgraphview/FlowDownStreamRunDeclarer.java

  Log Message:
  -----------
  Merge pull request #29 from devconsoft/master

[FIXED JENKINS-23607] Do not block thread waiting for builds in queue…


Compare: 
https://github.com/jenkinsci/buildgraph-view/compare/c901c0a0ee1f...f52b389790d5

-- 
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