You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scoredCandidateFeaturesCache accounts for 60% of offload tasks issued by client OffloadFilter.
These tasks are very short (p999 is 50us), nobody waits for their reply (it's a side effect) and therefore can be safely executed by a Netty thread without context switch.
JIRA Issues: STOR-8861
Differential Revision: https://phabricator.twitter.biz/D1190370
0 commit comments