1. 28 5月, 2013 3 次提交
  2. 21 5月, 2013 1 次提交
  3. 19 5月, 2013 3 次提交
  4. 08 5月, 2013 1 次提交
  5. 07 5月, 2013 2 次提交
  6. 02 5月, 2013 3 次提交
  7. 29 4月, 2013 3 次提交
  8. 22 4月, 2013 3 次提交
  9. 17 4月, 2013 1 次提交
  10. 15 4月, 2013 2 次提交
  11. 07 4月, 2013 3 次提交
  12. 02 4月, 2013 3 次提交
  13. 26 3月, 2013 3 次提交
  14. 25 3月, 2013 3 次提交
  15. 22 3月, 2013 2 次提交
    • J
      [FIXED JENKINS-13154] AnnotationMapper bug was causing massive lock contention... · fdc090a3
      Jesse Glick 提交于
      [FIXED JENKINS-13154] AnnotationMapper bug was causing massive lock contention when saving fingerprints.
      fdc090a3
    • K
      [FIXED JENKINS-7813] · 8a3e909d
      Kohsuke Kawaguchi 提交于
      Fixed the throughput problem between master/slave communication.
      This fix contains two independent problems.
      
      One was in the remoting. During a large sustained data transfer
      (such as artifact archiving and large test reports), the way we
      were doing flow control and ACK-ing were penalizing us badly.
      I improved the flow control algorithm in remoting 1.23, and also
      increased advertised window size so that the transfer can saturate
      available bandwidth even when a latency is large. (And unless
      the reader side is excessivesly slow, this shouldn't increase
      any memory consumption.)
      
      The other fix was in trilead-ssh2, which is our SSH client
      implementation used by ssh-slaves plugin. The buffer size for flow
      control was too small. I improved the way buffering is done to reduce
      the memory footprint when the reader closely follows the writer, then I
      increased the advertised window size. Again, this shouldn't increase
      memory consumption (in fact it'll likely actually reduce them) unless
      the reader end gets abandoned.
      
      On my simulated latency-injected network, the sustained transfer rate is
      now on par with scp. We win for smaller files because of the TCP slow
      start penality that scp would incur, and we lose a bit as files get
      larger due to additional framing overhead.
      
      If you have manually extracted slave.jar and placed them on slaves, you
      need to update them to 2.23 to see the performance benefits.
      8a3e909d
  16. 18 3月, 2013 3 次提交
  17. 11 3月, 2013 1 次提交