You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Hi, I have implemented tree structure in our SAAS product using nested_set 1.6.8 version. Over period of time I observed it got corrupted because of the concurrency issue. Right now added table lock on model as temporary fix.
I found that awesome_nested_set fixed this issue one year ago. Do this fix is available in nested_set too?
Regards,
The text was updated successfully, but these errors were encountered:
I am having tree structure which can be modified concurrently. If more than one user tries to add node to the existing structure, they are getting same lft,rgt number and I fixed this temporary by adding table level lock.
Ok, thank you. I suppose the issue wasn't backported to nested_set gem. Awesome nested set is actively development at the moment contrary to how it was when the fork was made. So, I would suggest you move on to awesome nested set gem. There is no big difference between them. Thank you for pointing out to that issue. I will think about stopping maintenance of this gem.
Hi, I have implemented tree structure in our SAAS product using nested_set 1.6.8 version. Over period of time I observed it got corrupted because of the concurrency issue. Right now added table lock on model as temporary fix.
I found that awesome_nested_set fixed this issue one year ago. Do this fix is available in nested_set too?
Regards,
The text was updated successfully, but these errors were encountered: