-
Notifications
You must be signed in to change notification settings - Fork 173
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
"list index out of range" #525
Comments
Hey @module0x90 and thanks for the issue. The problem doesn't immediately ring me a bell and I'm not sure whether you would see it running mysql or postgresql. Could you run Thanks. |
I will try/relay that. It's just it is happening very infrequent and usually when you re-run exactly the same playbook, same parameters and/or hosts it doesn't happen again. |
in my experience using SQlite is not stable and I can't recommend to use it for important production instances of Ara.
appearing regularly for my Ara instance with SQlite. The Playbooks are then only partially reported in Ara (e.g. labels are missing). |
There is an old open issue which could go in a similar direction: #116 |
Thank you @hille721. |
sqlite is good enough when running a single playbook at a time without enabling multi-threading in the callback. https://ara.readthedocs.io/en/latest/troubleshooting.html#improving-playbook-recording-performance goes over some of this but we could probably add some words around concurrency and sqlite. |
What is the issue ?
Occasionally we're getting errors similar to this (typing it off a screenshot :-( )
It is not reproducable. When running the same again, it works fine.
Could it be that SQLite isn't behaving as it should? We have nearly 300000 tasks recorded, the DB file is 513M bytes in size.
What should be happening ?
No error ;-)
The relevant playbook
The text was updated successfully, but these errors were encountered: