lucperkins commented on a change in pull request #368: Issue 360: 
[documentation] configuration settings
URL: https://github.com/apache/bookkeeper/pull/368#discussion_r130937834
 
 

 ##########
 File path: site/_data/config/bk_server.yaml
 ##########
 @@ -7,9 +7,18 @@ groups:
   - param: journalDirectory
     description: The directory to which Bookkeeper outputs its write-ahead log 
(WAL).
     default: /tmp/bk-txn
+  - param: allowMultipleDirsUnderSameDiskPartition
+    description: Configure the Bookie to allow/disallow multiple 
ledger/index/journal directories in the same filesystem diskpartition
+    default: false
+  - param: journalDirectories
+    description: The directories to which Bookkeeper outputs its write-ahead 
log (WAL).
+    default: /tmp/bk-txn
   - param: indexDirectories
     description: The directories in which index files are stored. If not 
specified, the value of [`ledgerDirectories`](#ledgerDirectories) will be used.
     default: /tmp/bk-data
+  - param: minUsableSizeForIndexFileCreation
+    description: Minimum safe Usable size to be available in index directory 
for Bookie to create Index File while replaying journal at the time of Bookie 
Start in Readonly Mode (in bytes)
 
 Review comment:
   No capitalization on usable, bookie, index file, bookie start, readonly mode
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to