Robert Stupp created CASSANDRA-11552:
----------------------------------------
Summary: Reduce amount of logging calls from
ColumnFamilyStore.selectAndReference
Key: CASSANDRA-11552
URL: https://issues.apache.org/jira/browse/CASSANDRA-11552
Project: Cassandra
Issue Type: Improvement
Reporter: Robert Stupp
{{org.apache.cassandra.db.ColumnFamilyStore#selectAndReference}} logs two
messages at _info_ level "as fast as it can" if it waits for more than 100ms.
The following code is executed in a while-true fashion in this case:
{code}
logger.info("Spinning trying to capture released readers {}",
released);
logger.info("Spinning trying to capture all readers {}",
view.sstables);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)