David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/4380

Change subject: WIP: [java] - Synchronize the removal of the TabletClient from 
client2tablets and ip2client
......................................................................

WIP: [java] - Synchronize the removal of the TabletClient from client2tablets 
and ip2client

When entries are added to the maps they are added under a synchronized block, 
but
since entries where never removed from client2tablets the removal was never 
synchronized.
This makes it so that we remove the entries from both maps under the same lock 
we use
to add them.

Change-Id: I86197aed50be52588c3debe590d660c709cddacd
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java
1 file changed, 13 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/4380/1
-- 
To view, visit http://gerrit.cloudera.org:8080/4380
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86197aed50be52588c3debe590d660c709cddacd
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dral...@apache.org>

Reply via email to