-
Notifications
You must be signed in to change notification settings - Fork 3
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
Python-irodsclient v2.x raises permission errors in BatchMoveDataObjectsTask #1955
Comments
Dump of error. It seems the iRODS connection crashes when performing a specific ACL operation.
|
For the record, the crash happens (consistently) here:
|
Temporarily fixed by rolling back to v1.1.x. I need to try reproduce this in dev to figure out what is going on. |
Personal note: I need to also check the actions preceeding the point of actual crash. It's possible the previous step fails silently and we try to impose ACLs on a file which is not in the expected place or state. |
The repo has now been upgraded for iRODS 4.3.3 and python-irodsclient 2.1.0. I will look into whether this still happens when testing the new release in staging. |
This has no longer occurred with python-irodsclient v2.2.0 and iRODS v4.3.3. Closing. |
Something I noticed happening in production. A user had
landing_zone_move
flow fail with the following error:I have not experienced this in practice and the tests have not encountered it. Possibly something to do with python-irodsbackend v2.0 update?
The user afterwards modified the zone and received a more regular error. Still, this needs to be looked into ASAP.
The text was updated successfully, but these errors were encountered: