-
Notifications
You must be signed in to change notification settings - Fork 184
[8.0] Use plain proxy for pilot bundle #7886
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
Merged
Merged
Conversation
This file contains hidden or 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
a411e55 to
1651b27
Compare
1651b27 to
b68d408
Compare
Member
Author
|
I think that's the sitedirector test fixed for this patch now... The one remaining failure appears to be a random one. |
Contributor
|
Yes I reran the test, it looks good! |
aldbr
approved these changes
Nov 13, 2024
fstagni
approved these changes
Nov 13, 2024
|
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/11834680708 Failed:
|
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
Nov 14, 2024
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
Nov 14, 2024
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
Nov 14, 2024
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alsoTargeting:integration
Cherry pick this PR to integration after merge
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
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.
Hi,
As discussed at the last BiLD meeting, I've been looking at the problem of the bundled proxy expiring in the middle of the pilot job, causing various failures (as this is no longer renewed like the proxy delegated via the CE).
Here is an implementation of my proposed fix: Instead of using the proxy that's used to submit the job to the CE (which is capped by the VO's maximum VOMS lifetime), we generate a new vanilla proxy (with the lifetime set to a multiple of the expected maximum runtime) to send in the bundle. The pilot then uses this new proxy to report back to DIRAC which doesn't need VOMS. This is the same approach we were previously using in the CloudCE (where pilot runtime could easily be 2+ weeks for efficiency reasons).
I've done basic testing and it seems to fix the problems I was initially seeing, seemingly without creating any new issues.
Regards,
Simon
BEGINRELEASENOTES
*WorkloadManagement
CHANGE: Use plain proxy for the pilot bundle
ENDRELEASENOTES