On Monday, June 11, 2012 at 9:01 AM, Guillaume Polaert wrote: > How can I stop a agent without kill the process ? Nothing in the user guide.
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
