Skip to content

[improve] fix doc & fix listfilesondisc cmd description#4184

Merged
hangc0276 merged 2 commits intoapache:masterfrom
zwOvO:fix_doc_and_listfilesondisc_cmd_desc
Feb 21, 2024
Merged

[improve] fix doc & fix listfilesondisc cmd description#4184
hangc0276 merged 2 commits intoapache:masterfrom
zwOvO:fix_doc_and_listfilesondisc_cmd_desc

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
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