|
|
-
my java process not terminating if agent is not startedAbhijit Dhar 2012-03-15, 00:50
I am seeing that if my agents are not up, it is preventing my program to
terminate. I'm using ChukwaDailyRollingFileAppender. I debugged and found that ChukwaAgentController tries to retry and schedules to create a new adapter after 1800000 ms(default) and does 49 retries. I think since it is not a daemon thread, my program just keeps waiting for all these retry scheduled threads to finish even after my main method finishes. Any thoughts? Thanks, Abhijit -- View this message in context: http://apache-chukwa.679492.n3.nabble.com/my-java-process-not-terminating-if-agent-is-not-started-tp3827370p3827370.html Sent from the Chukwa - Users mailing list archive at Nabble.com. |