[
https://issues.apache.org/jira/browse/HBASE-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13744187#comment-13744187
]
Nicolas Liochon commented on HBASE-8165:
----------------------------------------
bq. Our zombie detector must be picking up tests that are being run
concurrently w/ our test (the hdfs zombies)
The error is very strange:
1) There is no simultaneous build on precommit. Builds are run one by one.
2) At the beginning of the build, we kill any remaining process:
{code}
### kill any process remaining from another test, maybe even another project
jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9 2>/dev/null
{code}
So may be the hdfs process resists to kill 9 (!), or something strange happened.
> Move to Hadoop 2.1.0-beta from 2.0.x-alpha (WAS: Update our protobuf to 2.5
> from 2.4.1)
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-8165
> URL: https://issues.apache.org/jira/browse/HBASE-8165
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 0.98.0, 0.96.0
>
> Attachments: 8165_trunkv6.txt, 8165.txt, 8165v2.txt, 8165v3.txt,
> 8165v4.txt, 8165v5.txt, HBASE-8165-rebased.patch
>
>
> Update to new 2.5 pb. Some speedups and a new PARSER idiom that bypasses
> making a builder.
--
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