-
Notifications
You must be signed in to change notification settings - Fork 852
upsert timed out #9174
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
Comments
Maybe some bug caused the index of collection suggested_urls broken. arangod.log: |
@Simran-B I have exactly this same error from ArangoDB 3.5.3, upon trying to run a query which seems to be stuck running forever. The query is showing in the Slow Queries log with a runtime of 169,650 seconds (so far). The only errors I see in my application logs are:
Index '214730889' is indeed an index used by that query, but it definitely exists, so that message makes no sense whatsoever. Note that in my case the query in question was a graph traversal relative to a specific object specified by So to summarize two issues here:
|
@Simran-B Its worse than that... somehow one of my data backends got into a state where it would just return this error on every call, even after the code was was altered to avoid the faulty execution plan and slow query previously mentioned. I had to restart the db server before ArangoDB would start responding correctly to queries. Should I create a separate issue for this, or can this one be re-opened? |
I created issue #11026. |
Uh oh!
There was an error while loading. Please reload this page.
RocksDB, 3.4.5,
When I ran:
So what's the problem?
The text was updated successfully, but these errors were encountered: