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] fix doc & fix listfilesondisc cmd description #4184

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

zwOvO
Copy link
Contributor

@zwOvO zwOvO commented Jan 19, 2024

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 ','.
For example:
journalDirectories=/tmp/bk-journal1,/tmp/bk-journal2
If journalDirectories is set, bookies will skip journalDirectory and use this setting directory.
/tmp/bk-journal
journalDirectory @deprecated since 4.5.0, in favor of using journalDirectories.

The directory to which Bookkeeper outputs its write-ahead log (WAL).
/tmp/bk-txn

Motivation

update doc about conf#JournalDirectory 2 conf#JournalDirectories& fix listfilesondisc cmd description

Changes

Master Issue: #4183

@zwOvO zwOvO changed the title fix doc & fix listfilesondisc cmd description [improve] fix doc & fix listfilesondisc cmd description Jan 19, 2024
@hangc0276 hangc0276 added this to the 4.17.0 milestone Jan 22, 2024
@hangc0276 hangc0276 merged commit e25c548 into apache:master Feb 21, 2024
17 of 18 checks passed
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
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: apache#4183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants