-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bug: min_threads / pixeldata.threads mismatch leads to hang #125
Comments
With the research that is going into #154, specifically looking at the jstack output from @JulianHn on the image.sc thread, I believe at least part of the issue here is a bug with omero-server/src/main/java/ome/services/pixeldata/PixelDataThread.java Lines 233 to 269 in 5960bc9
You will notice that the while loop starting on line 256 has a completion condition I think we can fix this easily enough while dealing with #154. Edit: If an /cc @jburel, @erickmartins, @perlman Footnotes |
see: https://forum.image.sc/t/pixeldata-threads-and-pyramid-generation-issues/49794
The text was updated successfully, but these errors were encountered: