Simon Zhou created CASSANDRA-13343:
--------------------------------------
Summary: Wrong class name for LoggerFactory.getLogger
Key: CASSANDRA-13343
URL: https://issues.apache.org/jira/browse/CASSANDRA-13343
Project: Cassandra
Issue Type: Bug
Reporter: Simon Zhou
Assignee: Simon Zhou
Priority: Trivial
Fix For: 3.0.13
We have the below code in AnticompactionTask.java. The parameter is wrong.
{code}
private static Logger logger = LoggerFactory.getLogger(RepairSession.class);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)