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

 ##########
 File path: site/_data/config/bk_server.yaml
 ##########
 @@ -53,6 +82,56 @@ groups:
   - param: numReadWorkerThreads
     description: The umber of threads that handle read requests. If 0, reads 
are handled by [Netty threads](http://netty.io/wiki/thread-model.html) directly.
     default: 1
+  - param: isForceGCAllowWhenNoSpace
+    description: Whether force compaction is allowed when disk full or almost 
full Force GC may get some space back, but may also fill up disk space more 
quickly. This is because new log files are created before GC, while old garbage 
log files deleted after GC.
+    default: 'false'
+
+- name: SSL settings
+  params:
+  - param: sslProvider
+    description: SSL Provider (JDK or OpenSSL)
+    default: OpenSSL
+  - param: sslProviderFactoryClass
+    description: The path to class that provides security.
 
 Review comment:
   to the class
 
----------------------------------------------------------------
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