https://github.com/root-project/root
Revision d368c34e37db083981d09eefbe39772fe1f90529 authored by Gerardo Ganis on 03 May 2011, 10:15:27 UTC, committed by Gerardo Ganis on 03 May 2011, 10:15:27 UTC
  Import from trunk patch #39074:
  - Fix issue affecting the result of subsequent worker activation/deactivation requests when worker
    ordinal numbers were not in increasing order
  - Add support for block requests for worker activation/deactivation (much more efficient, because
    FindUniqueSlaves is only called once); the list of workers to have their statis changed is comma-
    separated.
  - Make DeactivateWorker and ActivateWorker to return != 0 when something went wrong, with -2 indicating
    that at least one of the worker ordinal numbers in the list is invalid (e.g. '0.134' for a cluster
    with 20 workers only).


git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39075 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 44b9223
History
Tip revision: d368c34e37db083981d09eefbe39772fe1f90529 authored by Gerardo Ganis on 03 May 2011, 10:15:27 UTC
Tip revision: d368c34

back to top