SingleColumnValueFilter has an ungaurded debug log message. -----------------------------------------------------------
Key: HBASE-2230 URL: https://issues.apache.org/jira/browse/HBASE-2230 Project: Hadoop HBase Issue Type: Improvement Components: filters Affects Versions: 0.20.3 Reporter: Dan Washusen Priority: Minor The org.apache.hadoop.hbase.filter.SingleColumnValueFilter includes a debug log message that isn't guarded by a check on org.apache.commons.logging.Log#isDebugEnabled. As a result there are several unnecessary string concatenations and a call to convert the row value byte array to a String... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.