lucperkins commented on a change in pull request #368: Issue 360:
[documentation] configuration settings
URL: https://github.com/apache/bookkeeper/pull/368#discussion_r130937667
##########
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.
Review comment:
port conflict problems
----------------------------------------------------------------
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