This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
BB_GetTransferList() should not be tied to job ID #922
Labels
Comp: Burst Buffer
PhaseFound: Customer
Sev: 4
lowest priority
Status: Open
open for someone to grab and start working on
Type: New Feature
Summary:
BB_GetTransferList()
currently returns all transfers for a user for current job ID. I would like to request that it simply return all transfers for the current user (ignoring the current job ID).Is your feature request related to a problem? Please describe.
With this change, if a user initiates a transfer and their job dies, they can simply startup a new job, query
BB_GetTransferList()
for a list of their old transfers, and cancel them. They can not currently do this.Describe the solution you'd like
BB_GetTransferList()
returns all the user's transfers, not just the ones for the current job ID.Describe alternatives you've considered
The only alternative is for the user to diligently record all their transfer handles in case they need to cancel them later. This puts an extra burden on the user, and is unnecessary, since the BB API already has a list of all the user's transfers.
Additional context
Issue Source:
LLNL/scr#163
The text was updated successfully, but these errors were encountered: