-
Notifications
You must be signed in to change notification settings - Fork 10
Import image #30
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
base: master
Are you sure you want to change the base?
Import image #30
Conversation
|
From my experiences with There might also be an issue with the Ice communicator and thread pool in the Library which will need cleaning up. |
|
It will be fine to deprecate method when we start working on new methods in the import library |
| */ | ||
| public String getHost(ExperimenterData user) | ||
| throws DSOutOfServiceException { | ||
| Connector c = getConnector(new SecurityContext(user.getGroupId()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the Connector needed in that case, just to check if the user is logged in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to check if we have a connection
|
Thanks for adding this method 👍 It'll print "Disconnected" but the Java process won't exit. I'll have a look why this happens. |
|
Discussed today a holding pattern on this PR to work on the issues above. |
|
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/how-to-eliminate-verbose-messages-on-the-console/37956/4 |
sbesson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two inline suggestions to use DynamicMetadataOptionsrather than DefaultMetadataOptions as the latter class is completely removed in the IDR fork and this is the source of the failure observed in https://idr-ci.openmicroscopy.org/jenkins/job/OMERO-build-build/250/.
More generally, this makes me wonder whether we should deprecate the DefaultMetadataOptions implementation in Bio-Formats 6.6 @dgault
src/main/java/omero/gateway/facility/TransferFacilityHelper.java
Outdated
Show resolved
Hide resolved
src/main/java/omero/gateway/facility/TransferFacilityHelper.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sébastien Besson <[email protected]>
Co-authored-by: Sébastien Besson <[email protected]>
|
The import tests associated this PR have failed for the past 3 runs |
|
--exclude |
|
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/api-for-in-place-omero-imports/108420/13 |
This PR adds a method to import images into OMERO
cc @dominikl
background https://github.com/ome/training-scripts/blob/master/practical/groovy/crop_rectangle_from_image.groovy
Corresponding tests added to ome/openmicroscopy#6212