You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/03/04 06:02:31 UTC

[kudu-CR] WIP KUDU-1364. Don't clear the cache when a server disconnect

Jean-Daniel Cryans has uploaded a new change for review.

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

Change subject: WIP KUDU-1364. Don't clear the cache when a server disconnect
......................................................................

WIP KUDU-1364. Don't clear the cache when a server disconnect

Folks seem to agree that, in the Java client, clearing the cache when a
server gets disconnected (for any reason) is not a good idea.

This patch is marked WIP because it passes all the unit tests without
changing them. The only thing it changes is that when an RPC is failed
by a TabletClient, instead of clearing the cache and setting up a delayed
retry, it now only does the latter.

Change-Id: I8606bfcedb09af57b66ba0f065067f0f3335a4a8
---
M java/kudu-client/src/main/java/org/kududb/client/TabletClient.java
1 file changed, 1 insertion(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8606bfcedb09af57b66ba0f065067f0f3335a4a8
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans