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
Summary:
The following issue occurs:
1) An outbound call is timed out while the connection is sending it.
2) Outbound call invokes and destroys callback. Callback destroys the response object.
3) After that response to this outbound call is received.
4) Outbound call tries to parse the response to the destroyed object.
Fixed by correct handling of (1), such call would not be notified when the response is received.
Test Plan: ybd --gtest_filter RpcStubTest.ExpireInQueue
Reviewers: mikhail, amitanand
Reviewed By: amitanand
Subscribers: kannan, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7192
No description provided.
The text was updated successfully, but these errors were encountered: