|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Code changed in jenkins
User: Stephen Connolly
Path:
client/src/main/java/hudson/plugins/swarm/Client.java
client/src/main/java/hudson/plugins/swarm/SwarmClient.java
plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java
http://jenkins-ci.org/commit/swarm-plugin/ab37bc84eb9639888f3a66c68a9b1536c5882c88
Log:
[FIXED JENKINS-26558] Clients should provide a unique ID to be used for name collision avoidance
as they could be being routed through a HTTP proxy (or two) so that is not a good disambiguator
which defeats a lot of the login that Jenkins has internally based on slaves having a consistent name
is no online slave with that name. This does mean that where there are multiple legacy swarm clients with the
same name, only one can be on-line at any moment in time, but that is an improvement on the current where
once a shuffle starts, none can stay on-line