Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13692 )
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]> --- 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(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/13692 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2b4140076206f25b34d8025b45118e3ff7b4b826 Gerrit-Change-Number: 13692 Gerrit-PatchSet: 4 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yao Xu <[email protected]>
