Skip to content

Commit

Permalink
allow thread affinity with additional fanout for srroute
Browse files Browse the repository at this point in the history
Summary: as title

Reviewed By: stuclar

Differential Revision: D64627766

fbshipit-source-id: 16ade06f2fe14b3a212f06c871a9ea53f4c9cee8
  • Loading branch information
Xiaofei Hu authored and facebook-github-bot committed Oct 22, 2024
1 parent c80a83b commit 8ad00cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions third-party/mcrouter/src/mcrouter/routes/RoutingUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ uint32_t getAdditionalFanout(
opts.num_proxies,
kMaxTotalFanout);

checkLogic(
additionalFanout == 0 || !opts.thread_affinity,
"additional_fanout is not supported with thread_affinity");
return additionalFanout;
}

Expand Down

0 comments on commit 8ad00cd

Please sign in to comment.