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

 ##########
 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.
 
 Review comment:
   This sentence also isn't quite clear
 
----------------------------------------------------------------
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