Alexey Serbin has posted comments on this change. Change subject: WIP [client] retry RPC if authn token expires ......................................................................
Patch Set 2: After adding a test and trying to make it work, I figured out that some substantial surgery is required to make the client get a new token on the expiration of current one. That's because at least of the following: * Current code of the connection negotiation does not pass information on the RPC code it gets from the server, just Status * After seeing an error on negotiation, the client messenger winds down. -- To view, visit http://gerrit.cloudera.org:8080/6238 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I20275b4b490145672598631c42824902ebf79ae9 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: No
