mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Chronos Proxying Request to same Node #706

Open chandu-atina opened 8 years ago

chandu-atina commented 8 years ago

I have a three node chronos cluster. When request reach node 1 I see in the log that chronos proxying request to node2_hostname:4400 which is expected.

When I check the chronos logs on node 2, I see entries saying Proxying request to node2_hostanme:4400 (the same node) and job is never scheduled. I don't understand why th log says the request is proxying to the same node. Any leads on this will be much appreciated.

And then when I restarted chronos on node 2, then everything works fine.

pereile commented 8 years ago

Check https://github.com/mesos/chronos/pull/497