-
- Downloads
Import branches/dev/proof r20306 Summary (see branch logs for more details): - Set of changes related to CPU quota control including - broadcast of centrally determined priorities - mechanism to renice processes in a quantitative way - New packetizer for non-tree based analysis and related API in TProof (from L. Tran-Thanh) - Support for merging output objects saved in files on the workers (from L. Tran-Thanh and me) - Improve version binary compatibility checks using also the SVN revision number (when available) to define the running version. - Extend the version binary compatibility checks also to the cached selector binaries. - Extend TDSet::Lookup so that in case of missing files, it can remove them from the dataset (option removeMissing must be set). - Move the data set lookup to the TProofPlayerRemote::Process. - Handle properly the case of incomple datasets: if the file is not found in the lookup don't try to validate it; add it, instead, to a 'missingFiles' list returned in the output list (fixing bug #28800 in Savannah). git-svn-id: http://root.cern.ch/svn/root/trunk@20307 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- proof/inc/TDSet.h 3 additions, 3 deletionsproof/inc/TDSet.h
- proof/inc/TProof.h 2 additions, 0 deletionsproof/inc/TProof.h
- proof/src/TDSet.cxx 30 additions, 13 deletionsproof/src/TDSet.cxx
- proof/src/TProof.cxx 112 additions, 28 deletionsproof/src/TProof.cxx
- proof/src/TProofServ.cxx 157 additions, 67 deletionsproof/src/TProofServ.cxx
- proof/src/TSlave.cxx 1 addition, 1 deletionproof/src/TSlave.cxx
- proofd/inc/XProofProtocol.h 4 additions, 3 deletionsproofd/inc/XProofProtocol.h
- proofd/inc/XrdProofGroup.h 8 additions, 25 deletionsproofd/inc/XrdProofGroup.h
- proofd/inc/XrdProofServProxy.h 3 additions, 1 deletionproofd/inc/XrdProofServProxy.h
- proofd/inc/XrdProofdProtocol.h 5 additions, 0 deletionsproofd/inc/XrdProofdProtocol.h
- proofd/inc/XrdProofdTrace.h 2 additions, 1 deletionproofd/inc/XrdProofdTrace.h
- proofd/src/XrdProofGroup.cxx 78 additions, 2 deletionsproofd/src/XrdProofGroup.cxx
- proofd/src/XrdProofServProxy.cxx 70 additions, 29 deletionsproofd/src/XrdProofServProxy.cxx
- proofd/src/XrdProofdClient.cxx 5 additions, 0 deletionsproofd/src/XrdProofdClient.cxx
- proofd/src/XrdProofdManager.cxx 1 addition, 1 deletionproofd/src/XrdProofdManager.cxx
- proofd/src/XrdProofdProtocol.cxx 317 additions, 87 deletionsproofd/src/XrdProofdProtocol.cxx
- proofplayer/inc/LinkDef.h 2 additions, 0 deletionsproofplayer/inc/LinkDef.h
- proofplayer/inc/TPacketizerUnit.h 78 additions, 0 deletionsproofplayer/inc/TPacketizerUnit.h
- proofplayer/inc/TProofFile.h 90 additions, 0 deletionsproofplayer/inc/TProofFile.h
- proofplayer/inc/TProofPlayer.h 4 additions, 2 deletionsproofplayer/inc/TProofPlayer.h
Loading
Please register or sign in to comment