Skip to content
  1. Mar 22, 2013
  2. Mar 21, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-13154] AnnotationMapper bug was causing massive lock contention... · fdc090a3
      Jesse Glick authored
      [FIXED JENKINS-13154] AnnotationMapper bug was causing massive lock contention when saving fingerprints.
      fdc090a3
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-7813] · 8a3e909d
      Kohsuke Kawaguchi authored
      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
  3. Mar 19, 2013
  4. Mar 18, 2013
  5. Mar 17, 2013
  6. Mar 16, 2013
  7. Mar 14, 2013
  8. Mar 13, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-16089] · 88feabb4
      Kohsuke Kawaguchi authored
      Remember the permalink target as symlink (or simple text file) so that
      looking that up doesn't cause the walk of the build history.
      I think this is more in line with our general preference of making
      $JENKINS_HOME useful (than trying to persist cache into a blackbox.)
      
      Having a general purpose in-memory cache could be useful, so I'll see if
      I can add that, too, in a way that allows someone to plug different
      backend.
      88feabb4
    • Kohsuke Kawaguchi's avatar
      Windows symbolic support for Java5/6 · d97b0834
      Kohsuke Kawaguchi authored
      d97b0834
  9. Mar 12, 2013
  10. Mar 11, 2013
  11. Mar 09, 2013
  12. Mar 08, 2013
  13. Mar 07, 2013
  14. Mar 06, 2013
  15. Mar 04, 2013
  16. Mar 03, 2013
  17. Mar 02, 2013
  18. Mar 01, 2013
  19. Feb 27, 2013
  20. Feb 26, 2013