Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "JmxInterface" page has been changed by RobertColi. http://wiki.apache.org/cassandra/JmxInterface?action=diff&rev1=11&rev2=12 -------------------------------------------------- }}} <<Anchor(org.apache.cassandra.concurrent.CONSISTENCY-MANAGER)>> == org.apache.cassandra.concurrent.CONSISTENCY-MANAGER == + This pool has 4 threads, which is hardcoded per src/java/org/apache/cassandra/service/StorageService.java, + {{{ + private static int consistencyThreads_ = 4; // not configurable + }}} + Per src/java/org/apache/cassandra/service/StorageService.java, {{{ /* This thread pool does consistency checks when the client doesn't care about consistency */
