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
In my case, I need to run request->set_need_routing(false); to make this flag to be false.
I tried both the fbthrift in the docker, and the latest fbthrift. not sure why...
zjzzjz1979
changed the title
set request->need_rounter to be false to prevent from infinite recursion
request->need_rounter need to be set by set_need_routing(false) to prevent from infinite recursion
Sep 24, 2019
rocksplicator/examples/counter_service/counter_handler.cpp
Line 131 in 9849fc3
otherwise reading an undefined key leads to infinite recursion.
The text was updated successfully, but these errors were encountered: