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

 ##########
 File path: site/_data/config/bk_server.yaml
 ##########
 @@ -38,6 +47,26 @@ groups:
   - param: lostBookieRecoveryDelay
     description: How long to wait, in seconds, before starting autorecovery of 
a lost bookie.
     default: 0
+  - param: allowEphemeralPorts
+    description: Whether the bookie allowed to use an ephemeral port (port 0) 
as its server port. By default, an ephemeral port is not allowed. Using an 
ephemeral port as the service port usually indicates a configuration error. 
However, in unit tests, using ephemeral port will address port conflicts 
problem and allow running tests in parallel.
+    default: 'false'
+  - param: enableLocalTransport
+    description: Whether conf the bookie to listen for BookKeeper clients 
executed on the local JVM.
+    default: 'false'
+  - param: disableServerSocketBind
+    description: Whether conf the bookie to disable bind on network 
interfaces, this bookie will be available only to BookKeeper clients executed 
on the local JVM.
+    default: 'false'
+  - param: skipListArenaChunkSize
+    description: The number of bytes we should use as chunk allocation for 
org.apache.bookkeeper.bookie.SkipListArena
+    default: 4194304
+  - param: skipListArenaMaxAllocSize
+    description: The max size we should allocate from the skiplist arena. 
Allocations larger than this should be allocated directly by the VM to avoid 
fragmentation.
+    default: 131072
+  - param: bookieAuthProviderFactoryClass
+    description: The bookie authentication provider factory class name. If 
this is null, no authentication will take place.
+    default: null
+
+    bookieAuthProviderFactoryClass
 
 Review comment:
   Delete this line
 
----------------------------------------------------------------
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