Github user vinaykumarchella commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/277#discussion_r223517462
--- Diff: src/java/org/apache/cassandra/config/Config.java ---
@@ -257,6 +257,9 @@
public volatile int counter_cache_save_period = 7200;
public volatile int counter_cache_keys_to_save = Integer.MAX_VALUE;
+ public long blacklisted_partitions_cache_size_warn_threshold_in_mb;
+ public int blacklisted_partitions_cache_refresh_period_in_sec = 600;
//10 minutes
--- End diff --
**Idea:** Do we need to expose this? If we can expose a nodetool and JMX
interfaces, this extra config can be avoided. If anyone is interested in
refreshing the cache quickly after adding new blacklisted partitions, they can
use these interfaces. I am just trying to see if we can reduce the number of
configs and keep it simple.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]