Skip to content

3.2.3.27

Compare
Choose a tag to compare
@PalNilsson PalNilsson released this 24 Mar 13:28
· 1521 commits to master since this release
0a4d7f4
  • Pilot now randomizes PanDA server URL for get job operation
    • Previously, only the update job used random URL (better to fail right away in case of DNS problem)
    • Requested by R. Walker
  • Real-time logging
    • Debug mode can now be turned on during running
    • 'tail name_of_known_logfile'-instructions can now be sent to the pilot using the sendCommandToJob.py server script (in combination with setDebugMode.py). Otherwise default payload.stdout is shown
  • Bug fixes
    • Protection against missing ‘requests’ Python module
      • Problem seen on MareNostrum
      • Also fixed locally by installing said module
      • Reported by A. Pages
    • Protection against missing logfileReport in job report
      • Problem seen with NTUPMerge jobs
      • Reported by R. Walker