Spline getting hanged due to long running queries on Arango #1264
Replies: 2 comments 2 replies
-
Honestly we did't use it at such big scale. I am happy to assist you of cause, it's just I don't have any prepared answer for you right now :) So, first of all, please confirm what Spline server version are you using (there is a difference in the persistent logic between versions 0.7 and 1.0). On the other hand, what causes transactions rollback? Is there any error in the server or arangodb log? |
Beta Was this translation helpful? Give feedback.
-
@vishalag001 did you have a chance to try the change out? |
Beta Was this translation helpful? Give feedback.
-
Hi @wajda,
Spline is getting hanged due to long running arango queries. I see there are lot of delete queries running for long on Arango. These queries are mostly coming from rollback queries. And it is getting stuck on
expression
collection.On checking I found that expression collection is of size around 900 mil. And similarly other collections are also huge.
Arango queue is also getting filled. We are using Arango community version 3.9 with 3 nodes cluster of 32 cores and 128 GB memory.
I am using arango starter to start arango cluster.
Do you recommend any change so that we can easily scale ?
Beta Was this translation helpful? Give feedback.
All reactions