[
https://issues.apache.org/jira/browse/HBASE-14349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14737662#comment-14737662
]
Enis Soztutar commented on HBASE-14349:
---------------------------------------
bq. What would changing to ps from jps buy us?
jps does not print out the arguments to the command AFAIK, but {{ps aux}} or
{{ps ef}} does. I was assuming we do something like this:
{code}
ps aux | grep surefire | grep hbase.tests | cut -d ' ' -f 1 | xargs -n 1 jstack
{code}
> pre-commit zombie finder is overly broad
> ----------------------------------------
>
> Key: HBASE-14349
> URL: https://issues.apache.org/jira/browse/HBASE-14349
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Sean Busbey
> Priority: Critical
>
> Zombie detector is flagging processes from builds that aren't ours.
> ex from HBASE-14337:
> {code}
> -1 core zombie tests. There are 4 zombie test(s): at
> org.apache.reef.io.network.DeprecatedNetworkConnectionServiceTest.testMultithreadedSharedConnMessagingNetworkConnServiceRate(DeprecatedNetworkConnectionServiceTest.java:343)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)