We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that using ImportConfig with
ImportConfig
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([...])
The text was updated successfully, but these errors were encountered:
It also happens when running several imports in parallel sharing the same OMEROMetadataStoreClient.
OMEROMetadataStoreClient
Sorry, something went wrong.
No branches or pull requests
It seems that using
ImportConfig
withduring 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:
The text was updated successfully, but these errors were encountered: