Skip to content
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

Globus transfer task processing broken in devel branch #869

Open
dvstans opened this issue Dec 22, 2022 · 0 comments
Open

Globus transfer task processing broken in devel branch #869

dvstans opened this issue Dec 22, 2022 · 0 comments
Assignees
Labels
Component: Core Relates to core service Priority: High Highest priority Type: Bug Something isn't working

Comments

@dvstans
Copy link
Collaborator

dvstans commented Dec 22, 2022

With the addition of the "globus collection path" config option, the handling of data paths is inconsistent between transfer processing in the core (DB task api and TaskWorker) and the repo server API regarding the expected paths of data stored in the repository. In the case of transfer in the core, it is expected that the repo path (as configured for the datafed repo) + the data location path (on alloc edge) is the complete full path as needed to request a transfer via the globus api. However, in the repo server itself, paths are prepended with the globus collection path - this will (should?) cause the repose get size request to fail since the computed path is invalid.

This may also cause the path create/delete requests in the repo server to fail as well. Need to fully investigate the impact/usage of the globus collection path to ensure all paths are consistent.

@dvstans dvstans added Type: Bug Something isn't working Priority: High Highest priority Component: Core Relates to core service labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Relates to core service Priority: High Highest priority Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants