skoppu22 commented on a change in pull request #1428:
URL: https://github.com/apache/cassandra/pull/1428#discussion_r798543507



##########
File path: src/java/org/apache/cassandra/config/Config.java
##########
@@ -570,6 +570,11 @@
      */
     public volatile double range_tombstone_list_growth_factor = 1.5;
 
+    /**
+     * The maximum number of gossip state transitions per peer to store for 
the gossip_state_transitions virtual table
+     */
+    public int max_gossip_state_transitions_size = 10;

Review comment:
       Should it be gossip_state_max_transition**s**_size ?




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