Enable "third-party copies" in origins out-of-the box#3148
Merged
brianaydemir merged 1 commit intoPelicanPlatform:mainfrom Feb 23, 2026
Merged
Enable "third-party copies" in origins out-of-the box#3148brianaydemir merged 1 commit intoPelicanPlatform:mainfrom
brianaydemir merged 1 commit intoPelicanPlatform:mainfrom
Conversation
Contributor
Author
|
@turetske @jhiemstrawisc We'll need this backported to 7.23 and 7.24. |
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
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.
Summary
The XRootD software stack that underpins a Pelican origin supports a "third-party copy" mode that enables one origin to copy data directly from another origin.
This is useful when the ultimate goal is to transfer data between two object stores, each of which has a Pelican origin sitting in front of it, because it eliminates the need to stage the data at some intermediate store.
This PR enables the feature by default.
Other details
To test this PR, you'll need to build a client off of #3141.
With this change, we're one-away from hitting the limit for the number of
http.exthandlers that can be configured.Closes #3147.