Description
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
$ grep ERROR patch-hbaseprotoc-hbase-server.txt [DEBUG] adding entry org/apache/hadoop/hbase/util/HBaseFsck$ErrorReporter$ERROR_CODE.class