| commit | 2fadc8d5cace1854cdd94483f7f231080bbd2d64 | [log] [tgz] |
|---|---|---|
| author | Qiao Mu <qiaomu@bytedance.com> | Wed Dec 03 10:48:36 2014 +0800 |
| committer | Roger Meier <roger@apache.org> | Fri Jul 03 20:42:43 2015 +0200 |
| tree | 7dbc49b585a75369efce9aea601532ab991cb75f | |
| parent | 5cf9d7744c41fa5109c1f8acc198efb4b646cd35 [diff] |
THRIFT-2872 Fix dead lock when all tasks are expired If manager_->removeExpiredTasks() cleared all tasks, we didn't notify those who are waiting for maxMonitor_. This patch fixes it.