Isn't chronos a centralized scheduler?
问题 Why chronos is called as distributed and fault-tolerant scheduler? As per my understanding there is only one scheduler instance running that manages job schedules. As per Chronos doc, internally, the Chronos scheduler main loop is quite simple. The pattern is as follows: Chronos reads all job state from the state store (ZooKeeper) Jobs are registered within the scheduler and loaded into the job graph for tracking dependencies. Jobs are separated into a list of those which should be run at the