-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'Minor abort on OOM changes' from Travis Downs
At Redpanda we are moving to enable abort-on-OOM by default, and as part of this it is useful to be able to _disable_ as well as enable this setting (current behavior is that it starts out disabled and the reactor does a one-time enable based on the command line flag `--abort-on-seastar-bad-alloc`. This series implements the ability to disable it and also to get its status. A small test is included. Closes #1506 * https://github.com/scylladb/seastar: Update memory namespace comment. Replace deprecated enable abort call Add a test for enable/disable abort on OOM Allow application to query the abort on OOM state Allow abort on OOM to be set both ways
- Loading branch information
Showing
4 changed files
with
64 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters