Fix TestAgentConfig
--------------------
Key: HADOOP-5243
URL: https://issues.apache.org/jira/browse/HADOOP-5243
Project: Hadoop Core
Issue Type: Bug
Components: contrib/chukwa
Reporter: Jerome Boulon
testInitAdaptors_vs_Checkpoint regularly fails in Hudson builds (solaris only),
this class has been exclude for now but we still need to find/confirm the root
cause.
Right now the assumption is that there's a delay on solaris before being able
to reuse a port.
See Jira: HADOOP-5172 for details
Error Message
============
org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent$AlreadyRunningException:
Agent already running; aborting
Stacktrace
========
junit.framework.AssertionFailedError:
org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent$AlreadyRunningException:
Agent already running; aborting
at
org.apache.hadoop.chukwa.datacollection.agent.TestAgentConfig.testInitAdaptors_vs_Checkpoint(TestAgentConfig.java:73)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.