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

Revisit datatransfer event handling in retrieval #70

Open
elijaharita opened this issue May 14, 2022 · 1 comment
Open

Revisit datatransfer event handling in retrieval #70

elijaharita opened this issue May 14, 2022 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@elijaharita
Copy link
Contributor

I've been noticing some retrievals finishing instantly without error, without actually ever receiving any data. I think some important events from datatransfer are not being handled properly in some cases.

It's a little confusing to me which datatransfer events are finalizing events, and which ones are repeated / non-final, and even if multiple "finalizing" events can happen in the same run. filclient should properly handle all exit paths from datatransfer but this is not happening right now.

@hannahhoward some input from you on this would be appreciated!! would you mind looking over the datatransfer callback in the retrieval function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants