zwOvO opened a new pull request, #4184: URL: https://github.com/apache/bookkeeper/pull/4184
Descriptions of the changes in this PR: ## Journal settings | Parameter | Description | Default | --------- | ----------- | ------- | | journalDirectories | The directories to which Bookkeeper outputs its write-ahead log (WAL). Could define multi directories to store write head logs, separated by ','.<br />For example:<br /> journalDirectories=/tmp/bk-journal1,/tmp/bk-journal2<br />If journalDirectories is set, bookies will skip journalDirectory and use this setting directory.<br /> | /tmp/bk-journal | | journalDirectory | @Deprecated since 4.5.0, in favor of using `journalDirectories`.<br /><br />The directory to which Bookkeeper outputs its write-ahead log (WAL).<br /> | /tmp/bk-txn | ### Motivation update doc about conf#JournalDirectory 2 conf#JournalDirectories& fix listfilesondisc cmd description ### Changes Master Issue: #4183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
