You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2016/12/02 01:43:59 UTC

[jira] [Created] (HBASE-17228) precommit grep -c ERROR may grab non errors

Matteo Bertozzi created HBASE-17228:
---------------------------------------

             Summary: precommit grep -c ERROR may grab non errors
                 Key: HBASE-17228
                 URL: https://issues.apache.org/jira/browse/HBASE-17228
             Project: HBase
          Issue Type: Bug
          Components: scripts
            Reporter: Matteo Bertozzi
            Priority: Minor


it looks like that we do a simple "grep -c ERROR" to count the errors that we have from the build.
https://github.com/apache/hbase/blob/master/dev-support/hbase-personality.sh#L305

but in this way we ended up with a count=1 just because we have one enum called ERROR_CODE in hbase. and the enum shows up as debug message
{noformat}
$ grep ERROR patch-hbaseprotoc-hbase-server.txt 
[DEBUG] adding entry org/apache/hadoop/hbase/util/HBaseFsck$ErrorReporter$ERROR_CODE.class
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)