Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-stats: Changed CumulativeGauge to use FuturePool.defaultExecutor
Problem Finagle uses FJPool.commonPool for managing its gauges, which adds an extra thread pool to worry about. Solution It's unlikely that gauge management will be a huge burden, so let's just use FuturePool#defaultExecutor and call it a day. JIRA Issues: CSL-8357 Differential Revision: https://phabricator.twitter.biz/D455975
- Loading branch information