Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 001828411a564049171104b27443e07ef8d88e5c
      
https://github.com/jenkinsci/remoting/commit/001828411a564049171104b27443e07ef8d88e5c
  Author: Akshay Dayal <akshay_...@yahoo.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M src/main/java/hudson/remoting/Channel.java
    M src/main/java/hudson/remoting/Checksum.java
    M src/main/java/hudson/remoting/JarLoaderImpl.java
    M src/test/java/hudson/remoting/ChecksumTest.java

  Log Message:
  -----------
  Only calculate checksums for Jars once. This change reduces the stress on the 
Jenkins master when several slaves connect to it simultaneously, allowing 
Jenkins to scale more gracefully when dealing with a high number of ephemeral 
slaves that comes & go. This is particularly helpful when there are large Jars 
involved, as the case may be in some custom plugins or if the user puts custom 
jars in the Jenkins classpath.


  Commit: 8ff96c87f877dc02b3a422c8eedf3e1b127f67e4
      
https://github.com/jenkinsci/remoting/commit/8ff96c87f877dc02b3a422c8eedf3e1b127f67e4
  Author: Akshay Dayal <akshay_...@yahoo.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M src/main/java/hudson/remoting/Channel.java

  Log Message:
  -----------
  Undo whitespace changes


  Commit: 383a19ee36420a70aa5330a25d7209f80890303a
      
https://github.com/jenkinsci/remoting/commit/383a19ee36420a70aa5330a25d7209f80890303a
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M src/main/java/hudson/remoting/Channel.java
    M src/main/java/hudson/remoting/Checksum.java
    M src/main/java/hudson/remoting/JarLoaderImpl.java
    M src/test/java/hudson/remoting/ChecksumTest.java

  Log Message:
  -----------
  Merge pull request #52 from akshayabd/checksum_cache

[JENKINS-28127] Checksum caching to improve performance when dealing with high 
number of slaves


Compare: 
https://github.com/jenkinsci/remoting/compare/2d7c982d0479...383a19ee3642

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