-
Notifications
You must be signed in to change notification settings - Fork 5
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
Investigate thread safety #48
Comments
This is a good identification of what to look at next. |
After all the contents are added to in-memory zip file, the buffer size is 47447. After I will now try to fix this. |
Yes. |
I now realize that this discussion should be moved to that issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #44 (comment):
I have been able to reproduce these errors with the
-j<n>
flag with different tests failing. In particular I've noticed errors where Tensorstore appears to fail to read different image dimensions. There may be an issue with store contexts not being unique among threads or processes.Tasks
OMEZarrNGFFImageIO
instances with twoImageReaders
of different dimensions in sequence does not result in an error + metadata is read correctlyOMEZarrNGFFImageIO
instance andImageReader
per thread with different data sources / regions does not result in failuresThe text was updated successfully, but these errors were encountered: