driftx commented on code in PR #3270:
URL: https://github.com/apache/cassandra/pull/3270#discussion_r1576853341
##########
src/java/org/apache/cassandra/config/CassandraRelevantProperties.java:
##########
@@ -155,6 +155,8 @@ public enum CassandraRelevantProperties
RING_DELAY("cassandra.ring_delay_ms"),
+
BOOTSTRAPPING_FAT_CLIENT_TIMEOUT("cassandra.bootstrapping_fat_client_timeout_ms"),
+
Review Comment:
I think we should name this something like FAILED_BOOTSTRAP_TIMEOUT, I don't
want to expose 'fat client' to users since that is not immediately
understandable and we have moved to calling them 'gossip only clients'
--
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]