ome / omero-server

Gradle project containing main server logic for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
5 stars 14 forks source link

All pixel data threads hang per batch until all complete #122

Open joshmoore opened 3 years ago

joshmoore commented 3 years ago

In addition to https://github.com/ome/omero-server/issues/80, image.sc user JulianHn points out

no new threads are started until all the original threads complete operation. This of course is a problem, if the batch of 6 images take very different times to process. Is this behaviour normal or did I configure something wrong?

see: https://forum.image.sc/t/pixeldata-pyramid-creation-does-not-multithread-correctly/49093

imagesc-bot commented 3 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/pixeldata-pyramid-creation-does-not-multithread-correctly/49093/6

imagesc-bot commented 3 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/pixeldata-threads-and-pyramid-generation-issues/49794/2

imagesc-bot commented 3 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/pixeldata-threads-and-pyramid-generation-issues/49794/9

imagesc-bot commented 2 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/omero-pyramid-generation-time/33463/22

chris-allan commented 1 year ago

Since this is related to #80, #125, and #154 bringing it into the mix.