can't hard-stop Chukwa adaptors ------------------------------- Key: HADOOP-5007 URL: https://issues.apache.org/jira/browse/HADOOP-5007 Project: Hadoop Core Issue Type: Bug Components: contrib/chukwa Reporter: Ari Rabkin
There are two ways to stop a Chukwa adaptor -- gracefully, via Adaptor.shutdown(), and abruptly, via Adaptor.hardStop(). Agent.stopAdaptor() should call hardStop() when the user passes in the appropriate flag, instead of just leaving the adaptor running. This got broken by HADOOP-4709. I assume this was inadvertent; if not, could someone explain the rationale for this change? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.