ekaterinadimitrova2 commented on code in PR #1611:
URL: https://github.com/apache/cassandra/pull/1611#discussion_r941810782
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -134,6 +134,8 @@
public volatile Integer repair_session_max_tree_depth = null;
public volatile Integer repair_session_space_in_mb = null;
+ public volatile long repair_message_timeout_in_ms =
TimeUnit.MILLISECONDS.convert(1, TimeUnit.MINUTES);
Review Comment:
Side note: if we decide not to port them and to deprecate as others in. 4.1,
don't forget we also need a ccm patch, a new entry here -
https://github.com/riptano/ccm/blob/4609ac46beccd3ab86463a345ed59e998d664d04/ccmlib/common.py#L155
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]