[
https://issues.apache.org/jira/browse/CASSANDRA-11552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Stupp updated CASSANDRA-11552:
-------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Thanks!
Committed as aacd4526309693233f7f41e966e06ffcc0edf4d0 to 2.1 and merged to 2.2,
3.0, 3.7 and trunk.
> 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
> Assignee: 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)