You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/26 16:01:52 UTC

[GitHub] keith-turner commented on a change in pull request #779: Fixes precision with BW config. Closes #778

keith-turner commented on a change in pull request #779: Fixes precision with BW config. Closes #778
URL: https://github.com/apache/accumulo/pull/779#discussion_r236314381
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/ClientProperty.java
 ##########
 @@ -53,10 +53,10 @@
   // BatchWriter
   BATCH_WRITER_MAX_MEMORY_BYTES("batch.writer.max.memory.bytes", "52428800",
       "Max memory (in bytes) to batch before writing"),
-  BATCH_WRITER_MAX_LATENCY_SEC("batch.writer.max.latency.sec", "120",
 
 Review comment:
   Could use time units like `2s` or `150ms`.  Can use the function `ConfigurationTypeHelper.getTimeInMillis(String)` to do this.  This is what is used by server config.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services