Alexey Serbin has posted comments on this change. Change subject: [c++ client] re-acquire authn token if expired ......................................................................
Patch Set 12: (1 comment) http://gerrit.cloudera.org:8080/#/c/6648/12/src/kudu/client/client-internal.cc File src/kudu/client/client-internal.cc: Line 719: // flight at a time -- there isn't much sense in requesting this information > This needs to get a little more fine grained, right? We'd want to start a Yep, I thought about that a bit and decided to keep it simple. The idea is that eventually an RPC with 're-acquire authn token' flag should be here, but I agree it's not guaranteed. Also, it seems I also missed another part of the equation here: it's necessary to establish a brand new connection to the master to reacquire authn token if current connection has been established with a token, otherwise the master will not issue a new token. -- To view, visit http://gerrit.cloudera.org:8080/6648 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I418497ac59cfd4e476e9bfc6abe6b10b487712f5 Gerrit-PatchSet: 12 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: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
