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

Stop accepting new requests if limit of memory consumption is reached. #9387

Open
andrii0lomakin opened this issue Sep 7, 2020 · 1 comment
Assignees
Milestone

Comments

@andrii0lomakin
Copy link
Member

Allow user requests to be processed only if consumption of all memory pools on a server node is less then given threshold. That will minimize cases when a server is not responsive because of the massive amount of work which it has complete and partially solves the issue with quorum not reached on a distributed cluster. To control the threshold value new parameter - "server.heapUsageLimit" will be introduced. This parameter will control the maximum level of heap consumption.

@andrii0lomakin
Copy link
Member Author

Fixed.

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

No branches or pull requests

1 participant