forked from YahooArchive/bookkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BOOKKEEPER-870: Change the default value for bookie settings.
- ENTRY_LOG_SIZE_LIMIT to 1GB - increase GC_WAIT_TIME to 10 minutes, since 1 second isn't good for a real production environment - FLUSH_INTERVAL to 10 second. lowering this value won't help since the actual checkpoint only happened on entry log file rolling - OPEN_FILE_LIMIT to 20000. - JOURNAL_MAX_GROUP_WAIT_MSEC to 2 ms. make the default value for low latency - READ_ONLY_MODE_ENABLED to true. enable readonly mode by default. Author: Sijie Guo <[email protected]> Reviewers: Matteo Merli <[email protected]> Closes apache#35 from sijie/sijie/BOOKKEEPER-870
- Loading branch information
Showing
4 changed files
with
25 additions
and
11 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