Skip to content
Snippets Groups Projects
  1. Dec 10, 2010
  2. Dec 09, 2010
  3. Dec 08, 2010
    • Fons Rademakers's avatar
      From Gerri: · ecb03882
      Fons Rademakers authored
      - Fix a problem with the registration of missing files in the 'MissingFiles'
        list. The files that could not be open during processing were not properly
        registered in the list (only those found missing during validation or
        giving problmes durign reading were correctly added).
      - Add method TProof::ShowMissingFiles() to facilitate the display of the
        list of missing files.
      - Add method TProof::GetMissingFiles() to get a TFileCollection (dataset)
        with the missing files for further processing.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@37396 27541ba8-7e3a-0410-8455-c3a389f83636
      ecb03882
  4. Dec 06, 2010
  5. Dec 03, 2010
  6. Nov 25, 2010
  7. Nov 23, 2010
    • Gerardo Ganis's avatar
      · 833b4f69
      Gerardo Ganis authored
        In TPacketizerFile:
        - Extend flexibility of the input map content by adding support for lists of TFileInfo, maps of
          TFileCollections and urls as key valus; this allows to run directly on the output of
          TFileCollection::GetFilesPerServer.
        - Add option to not process the files not assigned to any worker; this allows to write selectors
          to perform a given action only on files local to workers.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36876 27541ba8-7e3a-0410-8455-c3a389f83636
      833b4f69
  8. Nov 22, 2010
  9. Nov 17, 2010
  10. Nov 16, 2010
    • Gerardo Ganis's avatar
      · 9cac41e8
      Gerardo Ganis authored
        - Consistently check both Proof.Sandbox and ProofLite.Sandbox for sandbox non-default
          location as done in TProofLite
        - Add missing protection on a pointer which could possibly be null after a search.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36681 27541ba8-7e3a-0410-8455-c3a389f83636
      9cac41e8
  11. Nov 15, 2010
  12. Nov 11, 2010
    • Gerardo Ganis's avatar
      · ba2128ba
      Gerardo Ganis authored
         - Terminate a proofserv after it has been stopped for large memory footprint and it has
           sent the results back
         - Notify information about which object was being merged if a memory exception happens
           during merging on the master
         - Allow to set the HWM and stop-process fractions via the environment
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36592 27541ba8-7e3a-0410-8455-c3a389f83636
      ba2128ba
  13. Nov 10, 2010
  14. Nov 09, 2010
    • Gerardo Ganis's avatar
      · 845ce79b
      Gerardo Ganis authored
        - Save exception info also in the log file (it was just sent to the client)
        - Fix an old issue with DeactivateWorker("*") (the session is was terminated because
          no worker was active; this call coudl not be used as intermediate step to select a
          small number of workers).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36553 27541ba8-7e3a-0410-8455-c3a389f83636
      845ce79b
  15. Nov 08, 2010
  16. Nov 05, 2010
    • Gerardo Ganis's avatar
      · d5da7532
      Gerardo Ganis authored
        - Add support for reconfiguring the group manager and the {env,rootrc} settings. The related
          configuration files are checked for changes during the regular checks done by the XrdProofdManager.
        - Add support for selective definition of env and rootrc variables. Different values can be set for
          different users, groups, SVN versions or ROOT versions
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36520 27541ba8-7e3a-0410-8455-c3a389f83636
      d5da7532
    • Gerardo Ganis's avatar
      · a7aecd88
      Gerardo Ganis authored
        In TProofServ, TXProofServ:
        Move the creation and start of the idle timeout from the end of SetupCommon to
        the end of CreateServer, so that the timeout is not active during worker setup.
        Fix a problem reported by ALICE.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36512 27541ba8-7e3a-0410-8455-c3a389f83636
      a7aecd88
  17. Nov 04, 2010
    • Gerardo Ganis's avatar
      · 7d180292
      Gerardo Ganis authored
         In TProof::HandleSubmerger, use the number of Active workers (instead of the number of
         workers) to calculate the number of workers to merge. Also, in TProof::MarkBad, make
         sure that the all worker lists and the active monitor lists are updated after a worker
         turns bad.
         Should fix the issue with submergers reported by ALICE in Savannah.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36504 27541ba8-7e3a-0410-8455-c3a389f83636
      7d180292
  18. Nov 03, 2010
    • Fons Rademakers's avatar
      use #ifdef instead of #if. · 8ae848bd
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@36497 27541ba8-7e3a-0410-8455-c3a389f83636
      8ae848bd
    • Gerardo Ganis's avatar
      · f8bd5bc8
      Gerardo Ganis authored
        In TPacketizerAdaptive::Reset, fix an issue preventing correct worker-to-filenode matching.
        The problem was introduced with the patch making the the packetizer disk partition-aware 
        and prevented the 'ForceLocal' option to work properly.
        Also, make sure that the FQDN is used consistently, and that 'localhost' or '127.0.0.1' are
        correctly matched to the local machine host name.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36491 27541ba8-7e3a-0410-8455-c3a389f83636
      f8bd5bc8
  19. Nov 02, 2010
    • Gerardo Ganis's avatar
      · df583fb6
      Gerardo Ganis authored
        Add possibility to deactivate a worker (i.e. remove it from the active list) during Collect
        in the case a failure status (!= 0) is received. This cannot be the default because an action
        can have failure among its possible return states. The new feature is used by EnablePackage
        to deactivate a worker where the requested packages could not be enabled properly.
        Should fix an issue reported by ALICE.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36480 27541ba8-7e3a-0410-8455-c3a389f83636
      df583fb6
    • Fons Rademakers's avatar
      From Gerri: · e4c7d2fa
      Fons Rademakers authored
      add the possibility to control the resident and virtual memory of a proofserv
      using 'ulimit', which has less limitations and more flexibility than setrlimit.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36475 27541ba8-7e3a-0410-8455-c3a389f83636
      e4c7d2fa
  20. Oct 28, 2010
  21. Oct 12, 2010
  22. Oct 11, 2010
  23. Oct 08, 2010
Loading