-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7.0.36 #107
Merged
Merged
3.7.0.36 #107
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
PalNilsson
commented
Nov 6, 2023
- Added verification of exception thrown during payload error interpretation
- Previously, a FileHandlingFailure exception thrown during payload error interpretation would lead to a crash
- Also, now verifying that payload stdout/err actually exists before trying to read it
- Reported by Z. Yang (Rubin)
- Added xroot client log file to log if it exists
- Adding ‘XRD_LOGLEVEL=Dump XRD_LOGFILE=xrdlog.txt’ to PQ.environ causes the wrapper to set these env vars, and the pilot also adds them to the payload command. Upon a file transfer, the variables (if set) trigger the xroot client to create a log file that is stored in the pilot’s launch directory
- There is one file per file transfer, and the pilot renames them to xrdlog-<LFN|payload>.txt (but using the file name pattern from XRD_LOGFILE). They are then copied to the tar directory (the corresponding log file for the job log transfer will of course be missed)
- Requested by R. Walker
- Aborting pilot immediately after server instruction ‘tobekilled’
- The job monitor can otherwise get stuck in a loop that can take some time to get out of
- The core dump produced by the pilot when a looping payload process has been detected, is now created for the youngest child process rather than the main payload process
- Extended panda secrets usage for logging into docker (for user container)
- Any secrets are redacted in logs
- Requested by R. Zhang
- Housekeeping
- Corrected all module headers for Apache license 2.0 so they pass the updated apache-license-check
- Several pilot modules (10%) now pass the pydocstyle test
- Pilot module was processed with the black tool
- Some minor linting was done using pylint - currently around 30% of the pilot modules have a score of over 9 out of 10
- The plan is to process all modules with these commands and eventually use them with local pre-commit and remote GitHub Actions that run after a PR
…ed get_subprocesses() to psutils module
…eption, cleaned up exception handling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.