[ 
https://issues.apache.org/jira/browse/HBASE-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762014#comment-13762014
 ] 

Nick Dimiduk commented on HBASE-9460:
-------------------------------------

{noformat}
+        if (e == null) {
+          LOG.info("Read count=" + count + " from " + wal);
+          break;
+        }
{noformat}

Should this be {{LOG.debug}} ?

{noformat}
-        if (verbose) LOG.info("seqid=" + seqid);
{noformat}

Retain but demote to {{LOG.debug}}.

+1
                
> Fix HLogPerformanceEvaluation so runs against localfs
> -----------------------------------------------------
>
>                 Key: HBASE-9460
>                 URL: https://issues.apache.org/jira/browse/HBASE-9460
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>         Attachments: 9460.txt, 9460v2.txt
>
>
> Runs most of the time but then fails to read logs because the stream 
> available doesn't work properly and it messes up the WAL reader.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to