Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce noise on Mesos reconciliation.
This log line has negative performance impact at scale (thousands of tasks) as the scheduler ends up having high long tail scheduling iteration latencies. The problem gets worse depending on the scheduling interval, for example, every 5 seconds. Trying this out in production yields consistent double-digit millisecond latencies as opposed to single second peaks from before.
- Loading branch information