-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can not search metadata for files having common attributes #322
Comments
What version of iRODS, OS, and Metalnx are you running? Please provide steps showing how to reproduce this? |
iRODS 4.2.6, OS: ubuntu 20.04, and Metalnx 2.4.0
|
Can you try this on a later version of iRODS and Metalnx? The issue you're seeing may have been resolved in a later release. Also, we haven't released Ubuntu 20 packages for that version of iRODS. I'm curious as to how you made that work. |
I built by myself the docker image for iRODS 4.2.6 and used it in a Docker compose for this whole setup (iRODS, metalnx, jupyterhub, keycloak). I tried yesterday to install iRODS 4.3 from the link you gave (https://github.com/irods/irods_development_environment) but it was not successful yet. I found it's a bit complex because we need to build core and runner with other settings... |
Ok. I'll investigate this issue and get back to you once I know more. As for the development environment, that sounds right. We don't expose compilation options. Will have to think about that one. |
Thanks. |
You may want to consider joining the iRODS google group at https://groups.google.com/g/iROD-Chat There, you'll have access to the community and they can provide additional support and guidance to various use-cases. We'll look into what we can do regarding a simple docker compose project. |
I could not reproduce what you're seeing in later versions of iRODS and Metalnx. I was able to search and find data objects using shared attribute names without any issues. This issue was likely resolved by the consolidation of the search interfaces (Property search and Metadata/AVU search). Closing this as the solution to your problem is to upgrade. I've created an issue for the development environment regarding your comments about compilation. See irods/irods_development_environment#71 |
In metadata search, when there are files having common attributes and owned by more than one user. Once one of them tries to search, no results return because it failed at getting permission in MetadataService of metalnx.
Error message: "Could not get permissions for current user: unable to find file under path"
iCommand in docker container is working just fine.
The text was updated successfully, but these errors were encountered: