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
Adding a screenshot of one of the experiments. I had set the raft timeout to 30s and it seems as if this made the InboundCall cleanup only kick in every 30s.
Summary:
CDS library lock-free structures allow not only POD value types.
So we could use weak_ptr for ServicePool pre check timeout queue.
Test Plan: ybd --cxx-test rpc-test --gtest_filter TestRpc.BigTimeout
Reviewers: timur, bogdan
Reviewed By: bogdan
Subscribers: mikhail, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7543
Confirmed with following updated test:
RPC timeout is set by
DoTestSyncCall
to 10 seconds.With
kSleep = 5s
:With
kSleep=15s
:The text was updated successfully, but these errors were encountered: