Skip to content
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

Improve graceful degradation when Velox is overloaded with requests #35

Open
dcrankshaw opened this issue Mar 30, 2015 · 0 comments
Open
Assignees
Labels

Comments

@dcrankshaw
Copy link
Contributor

Velox silently drops requests under high load (see #20). This will be unavoidable to some extent, but right now nothing is done to mitigate this. We should improve our graceful degradation of the system, as well as determine roughly how many concurrent requests Velox can handle. Having this information helps users determine how to provision the cluster etc. when deploying a Velox-backed application.

I think the first step is to basically do a binary search on number of concurrent requests to figure out when Velox starts dropping requests. Once we have this information, we need to figure out if Velox can start load-shedding in a more graceful way (e.g. when number of requests approaches max, start returning 500s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants