Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[finagle-memcached] apply offloading of responses after gathering res…
…ponse parts # Problem Finagle offloads responses from clients ASAP to free up netty threads. If a multikey request to memcached is partitioned across memcached endpoints, each response of such subrequest is offloaded. This means additional inter-thread synchonisation and even additional delay while subresponses are waiting in the offload queue. # Solution Offload responses after all subresponses are collected. JIRA Issues: STOR-8861 Differential Revision: https://phabricator.twitter.biz/D1184723
- Loading branch information