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 17:41:25 UTC

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

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

 ##########
 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:
   Do you think I should add types to keep track, like we have in Property?

----------------------------------------------------------------
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