skoppu22 commented on a change in pull request #1428:
URL: https://github.com/apache/cassandra/pull/1428#discussion_r798544729
##########
File path: src/java/org/apache/cassandra/config/DatabaseDescriptor.java
##########
@@ -3508,6 +3508,18 @@ public static boolean autoOptimiseIncRepairStreams()
return conf.auto_optimise_inc_repair_streams;
}
+ public static int getMaxGossipStateTransitionsSize()
Review comment:
If 'max_gossip_state_transitions_size' is renamed, I think need to
rename these get and set functions to be inline with the new name.
--
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]