Todd Lipcon has submitted this change and it was merged. Change subject: java: fix a missing lock in TabletClient ......................................................................
java: fix a missing lock in TabletClient The recent synchronization changes introduced a race on the rpcsInFlight map. This fixes the missing lock and also removes some duplicate code. Change-Id: Ibbc3bda0b28c11cb10863e393645308660e109ba Reviewed-on: http://gerrit.cloudera.org:8080/6050 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Kudu Jenkins --- M java/kudu-client/src/main/java/org/apache/kudu/client/TabletClient.java 1 file changed, 10 insertions(+), 20 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6050 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibbc3bda0b28c11cb10863e393645308660e109ba Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
