-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deletes not working #8
Comments
I am looking at it. |
hrmm i'm not sure if I corectly understood "till it works from the same process in sequential and with 5 seconds intervals." what do you mean exactly? |
@benoitc Sorry, I'll describe it more: I write 20 entries in DB, than I have one process, which sequentially every 5 seconds goes all entries and deletes all entries. After 5 seconds, 18-19 still there, than it deletes all, but afterwards 16-17 are there. The checking process goes sequentially and repeat every 5 seconds. I'm using fold for going throw all entries. |
@liveforeverx thanks for the explanation. I will try to reproduce it in the morning. I am back to you ASAP. |
Hi, I'm really interested in cowdb. Does this bug still exist ? |
@niahoo hrmm i finally had a reproducible test case this we. Expect a fix sometimes this week. |
Great news ! Thank you. |
@benoitc did you find a solution for this bug? cheers |
Ok, after testing this, I found that deletes doesn't reliable works.
Means, I need to delete the same items between 1 and more than 10 times, till it works from the same process in sequential and with 5 seconds intervals.
The text was updated successfully, but these errors were encountered: