ekaterinadimitrova2 commented on a change in pull request #1425:
URL: https://github.com/apache/cassandra/pull/1425#discussion_r795298041



##########
File path: src/java/org/apache/cassandra/config/Config.java
##########
@@ -376,15 +438,21 @@
 
     public final ReplicaFilteringProtectionOptions 
replica_filtering_protection = new ReplicaFilteringProtectionOptions();
 
-    public volatile Long index_summary_capacity_in_mb;
-    public volatile int index_summary_resize_interval_in_minutes = 60;
+    @Replaces(oldName = "index_summary_capacity_in_mb", converter = 
Converters.MEBIBYTES_DATA_STORAGE, deprecated = true)
+    public DataStorageSpec index_summary_capacity;

Review comment:
       and here volatile was needed. Adding pre-commit




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