ifesdjeen commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1363381253


##########
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 `default_` predicate makes sense here. I did think of calling it 
`start_` or `initial_` but it seems to be more confusing. We use the same term 
for indicating the protocol version nodes start negotiating by default. 



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

Reply via email to