[
https://issues.apache.org/jira/browse/HBASE-17228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15716117#comment-15716117
]
Hudson commented on HBASE-17228:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2060 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2060/])
HBASE-17228 precommit grep -c ERROR may grab non errors I tested this by
(stack: rev 8f8daafee0d3d6b80fd01d9e04b7417fc31b0ff7)
* (edit) dev-support/hbase-personality.sh
> 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)