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 2021/05/24 16:38:35 UTC

[GitHub] [accumulo] DomGarguilo commented on a change in pull request #2116: ConditionalWriterConfig - update create method and props gathering

DomGarguilo commented on a change in pull request #2116:
URL: https://github.com/apache/accumulo/pull/2116#discussion_r638111309



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/ClientProperty.java
##########
@@ -74,6 +74,17 @@
           + " use the table's durability setting. ",
       "2.0.0", false),
 
+  // ConditionalWriter
+  CONDITIONAL_WRITER_TIMEOUT_MAX("conditional.writer.timeout.max", "0", PropertyType.TIMEDURATION,
+      "Maximum amount of time an unresponsive server will be re-tried.", "2.0.0", false),

Review comment:
       Where do you think it should be documented? A comment?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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