Hello Dan Burkert, Jean-Daniel Cryans,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/6050
to review the following change.
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
---
M java/kudu-client/src/main/java/org/apache/kudu/client/TabletClient.java
1 file changed, 12 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/6050/1
--
To view, visit http://gerrit.cloudera.org:8080/6050
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbc3bda0b28c11cb10863e393645308660e109ba
Gerrit-PatchSet: 1
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]>