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

Several issues with logging and concurrency #35

Open
dylanmcreynolds opened this issue Oct 18, 2024 · 0 comments
Open

Several issues with logging and concurrency #35

dylanmcreynolds opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@dylanmcreynolds
Copy link
Contributor

During a user operations, a test scan was done which took an hour to fail. While it was waiting to fail, prefect server blocked a new_file_832 scan from happening. The following log image shows some interesting points:

  1. Though it failed, there isn't that much information (though it did turn out to be a file not found error at the bottom of the log)
  2. If transfering to reconstruction files, we should fail the entire flow and parent flows (possibly by raising an exception). There is no point trying to create zarrs or copy anything back.

image

davramov added a commit to davramov/splash_flows_globus that referenced this issue Oct 20, 2024
dylanmcreynolds pushed a commit that referenced this issue Oct 20, 2024
Solving issue #35 as well as file pruning bug discovered during weekend
user time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants