Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 66766953eb8428863909c6a290e2727888abeafb
https://github.com/jenkinsci/jenkins/commit/66766953eb8428863909c6a290e2727888abeafb
Author: Nicolas De Loof <[email protected]>
Date: 2014-09-05 (Fri, 05 Sep 2014)
Changed paths:
M core/src/main/java/hudson/util/ConsistentHash.java
Log Message:
-----------
typos
Commit: 9b7b1364c0f33bb7485ace9b49a6d964e9e9faf9
https://github.com/jenkinsci/jenkins/commit/9b7b1364c0f33bb7485ace9b49a6d964e9e9faf9
Author: Nicolas De Loof <[email protected]>
Date: 2014-09-05 (Fri, 05 Sep 2014)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/util/ConsistentHash.java
Log Message:
-----------
use a Builder to create ConsistentHash<Node>
invoking add(Node, replica) for all nodes rebuild the internal Table many
times. Using a builder, Table is only created (and sorted) once
also avoid creating a fresh new Hash object (java 8 lambdas, I miss you)
Compare:
https://github.com/jenkinsci/jenkins/compare/314bd64604d6...9b7b1364c0f3
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.