Henry: This thread is/was about Flume 1.x ... I see messages on this list from you regarding Flume 0.9.x so just wanted to be sure that we are on the same page...
In Flume 1.x, if you have enabled the DEBUG log level in the conf/log4j.properties file, then this message will print when the agent shuts down: 2012-05-29 11:41:06,836 DEBUG nodemanager.DefaultLogicalNodeManager: Node manager stopped HTH, Mike On Monday, June 11, 2012 at 1:19 PM, Henry Larson wrote: > Is it possible to send some commandline flags or config settings to either > Flume or the JVM so that I can see some messages in a log file when the Flume > node or the JVM hosting the Flume node shuts down? > > I am having issues when I can see the Flume node stop down but nothing's in > the logs (the last log entries by the Flume node is about successful writes > to local file system) > > > > > Kill it with a normal SIGTERM or SIGINT (not kill -9). The JVM will invoke > > the shutdown hooks and Flume will terminate itself gracefully. > > > > Mike
