ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Parallel import fails when it creates a new folder in the ManagedRepository #138

Open ppouchin opened 1 year ago

ppouchin commented 1 year ago

It seems that using ImportConfig with

config.parallelFileset.set(threads) // with threads > 1

during an import, we get an error for the first upload of the day (or of the user), when a new folder is created server-side:

Error on import: Directory exists but is not registered: CheckedPath([...])
ppouchin commented 1 year ago

It also happens when running several imports in parallel sharing the same OMEROMetadataStoreClient.