mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

stdout rotation causes the framework to stop receiving offers #244

Open imrangit opened 8 years ago

imrangit commented 8 years ago

I have seen quite a few times with the existing framework that when Mesos(0.27.0) tries to rotate STDOUT in executor sandbox environment, the kafka-mesos framework freaks out. It stops receiving slaves/agent offers. Thereby not able to provision any new brokers.

Maybe it looks like the framework is not able to handle HUP gracefully. I have to restart kafka-mesos framework everytime this happens.

-Imran

imrangit commented 8 years ago

any updates to this? this is happening for me every few days.