On Mon, 06 Oct 2014 14:43:49 -0700
Rob Miller <[email protected]> wrote:

> That's not ready for use, though. Simply reloading the config is easy 
> enough. But in most cases Heka restarts so quickly, there's not much 
> benefit to reloading over restarting if the open connections are all 
> closed and need to be reestablished. What we really want is a so-called 
> "graceful" reload or restart, where existing TCP/HTTP connections will 
> be maintained, so that connections don't need to be reestablished and no 
> messages are dropped while the reload is taking place. This is further 
> complicated by the fact that we might *want* to drop some of the 
> connections, if the newly reloaded config happens to change the ports 
> that we're listening on, etc.

interesting stuff. thanks for the info.
fwiw this library might be useful https://github.com/rcrowley/goagain
_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to