Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13694
Change subject: [java] KUDU-2873: attach authz tokens to SplitKeyRangeRequests ...................................................................... [java] KUDU-2873: attach authz tokens to SplitKeyRangeRequests This adds the fetching of the token, and tests to make sure that it exercises the same token reacquisition logic we have for writes and scans. Note: tserver-side testing for the endpoint can be found in tablet_server_authorization-test.cc. Change-Id: I2b4140076206f25b34d8025b45118e3ff7b4b826 Reviewed-on: http://gerrit.cloudera.org:8080/13692 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit 8c68c946d467a466fa2d7f21c283fc083d380d29) --- M java/kudu-client/src/main/java/org/apache/kudu/client/SplitKeyRangeRequest.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestAuthTokenReacquire.java 2 files changed, 31 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/13694/1 -- To view, visit http://gerrit.cloudera.org:8080/13694 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.10.x Gerrit-MessageType: newchange Gerrit-Change-Id: I2b4140076206f25b34d8025b45118e3ff7b4b826 Gerrit-Change-Number: 13694 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
