[
https://issues.apache.org/jira/browse/HBASE-17228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15715618#comment-15715618
]
stack commented on HBASE-17228:
-------------------------------
I pushed it. Lets try it. Leaving open in case probs. Will resolve if all good.
> 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
> Attachments: HBASE-17228.master.001.patch
>
>
> 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)