-
Notifications
You must be signed in to change notification settings - Fork 95
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
Storage Calculations timeout with large buckets #286
Comments
The Zendesk ticket https://help.basho.com/tickets/1927 has been closed. With recent work on riak_pipe backpressure and other fixes, is it feasible to unblock and/or resolve this ticket. @kellymclaughlin? |
There is some further enhancements I wanted to make, but I think it's safe to do move that to a separate issue. I'll add that to the backlog and then close this. |
Another user reported the same issue. |
c.f. #759 is another bugfix to handle timeout of storage calculation. |
I think it's time to close this issue, because we did most efforts to avoid single timeout to spoil the whole calculation. Further efforts could be #696 , which would be the right place for discussion. Any thoughts, @kellymclaughlin ? |
Now storage calculation of 800K 100KB objects is done in about 60 seconds.
This test was with Riak CS 1.4.5, Riak 1.4.8 , with two-node Riak cluster. Each node has 4 CPU cores and 16GB RAM, 256GB data partition. not such a big machine. So I think this issue is almost solved, and I'm closing this issue (to get close to 1.5). And also, timeout error is now handled after #759 (included since 1.4.4) . |
A client reported an issue here: https://help.basho.com/tickets/1927
Marcel was able to reproduce the issue locally with a bucket with 800K objects with about 100KB for each record. We're not sure what the minimum required object count is that causes the timeouts but this should certainly cause the same error messages in the logs.
For more information please see the ZD issue ticket.
The text was updated successfully, but these errors were encountered: