You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/27 04:52:26 UTC

[kudu-CR] KUDU-1054 (part 2). Failover client writes on TABLET_NOT_FOUND

Hello David Ribeiro Alves, Todd Lipcon,

I'd like you to reexamine a change.  Please visit

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

to look at the new patch set (#2).

Change subject: KUDU-1054 (part 2). Failover client writes on TABLET_NOT_FOUND
......................................................................

KUDU-1054 (part 2). Failover client writes on TABLET_NOT_FOUND

If a tablet is deleted from a tablet server, a client that is writing to
the tablet should re-fetch the metadata from the master and connect to
the new leader.

Change-Id: I037608977c890cb5099fc74c1be741c93d99ae7a
---
M src/kudu/client/batcher.cc
M src/kudu/integration-tests/client_failover-itest.cc
2 files changed, 118 insertions(+), 57 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/978/2
-- 
To view, visit http://gerrit.cloudera.org:8080/978
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I037608977c890cb5099fc74c1be741c93d99ae7a
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: David Ribeiro Alves <da...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>