-
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
PostgreSQL transaction warnings when using SODAR Taskflow #17
Comments
I've yet to pin down the root cause of this, but I have observed that some iRODS operations triggered from SODAR cause these warnings, while others do not. The Also certain SODAR test cases can be used to reproduce this. A temporary workaround would be to set up Postgres with |
This actually looks to be an open issue in iRODS itself. Not sure why I never thought of checking there? Before they fix it, I guess disabling warnings is the way to go. |
Fixed in |
Done. |
In the output of the Docker Compose network, I've noticed a flood of
there is no transaction in progress
errors when SODAR Taskflow is busy with some operation. Never seen this before. Need to investigate what could cause this and whether it's an actual issue.I was thinking it might have something to do with how
python-irodsclient
uses Postgres. However, in that case we should get similar errors from using the same API from within SODAR as well, right?Example:
This appears especially during
BatchMoveDataObjectsTask
. I also see this same thing in production so it's not limited to dev env use.It's possible that the ongoing (but sadly postponed) integration of SODAR Taskflow into SODAR would fix this issue.
The text was updated successfully, but these errors were encountered: