Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12606 )
Change subject: KUDU-2710: Fix KeepAliveRequest retries ...................................................................... KUDU-2710: Fix KeepAliveRequest retries Fixes KeepAliveRequest retries by adding a partitionKey implementation. Without this a null partitionKey is passed and the client treats this as a master table. A follow up patch should include fixes to prevent issues like this in the future and fix any remaining retry issues. This patch is kept small to ensure easy backports. Change-Id: I573c1b6a14a4277c0f837c189175ed91e4e9e933 Reviewed-on: http://gerrit.cloudera.org:8080/12606 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduScanner.java M java/kudu-client/src/main/java/org/apache/kudu/client/RpcProxy.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java 3 files changed, 35 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12606 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.8.x Gerrit-MessageType: merged Gerrit-Change-Id: I573c1b6a14a4277c0f837c189175ed91e4e9e933 Gerrit-Change-Number: 12606 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
