keith-turner commented on a change in pull request #2116:
URL: https://github.com/apache/accumulo/pull/2116#discussion_r638129053
##########
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:
I was thinking of adding a sentence to `"Maximum amount of time an
unresponsive server will be re-tried."`
--
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:
[email protected]