ekaterinadimitrova2 commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1362891223
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -171,6 +171,20 @@ public static Set<String> splitCommaDelimited(String src)
public volatile DurationSpec.LongMillisecondsBound
stream_transfer_task_timeout = new DurationSpec.LongMillisecondsBound("12h");
+ public volatile DurationSpec.LongMillisecondsBound cms_await_timeout = new
DurationSpec.LongMillisecondsBound("120000ms");
+ public volatile int cms_default_max_retries = 10;
+ public volatile DurationSpec.IntMillisecondsBound
cms_default_retry_backoff = new DurationSpec.IntMillisecondsBound("50ms");
Review Comment:
I think we can remove the "default_" part, no? It is a configurable
parameter whose default value is set, no? Same for `cms_default_max_retries`
--
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]