Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6639
to look at the new patch set (#2).
Change subject: [rpc] introduced Messenger::reset_authn_token() method
......................................................................
[rpc] introduced Messenger::reset_authn_token() method
Introduced a method to reset authn token in the messenger. It's needed
to clear expired authn token from the context to be able to re-connect
to a cluster using other authentication methods other than authn token.
Change-Id: I3877db4747f977ed1a0b8a2c4f78ca77de7aca93
---
M src/kudu/rpc/messenger.h
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/6639/2
--
To view, visit http://gerrit.cloudera.org:8080/6639
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3877db4747f977ed1a0b8a2c4f78ca77de7aca93
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins