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

[kudu-CR] WIP: KUDU-1369. client: fail over scans to a new replica if current replica is out-of-date

Hello Mike Percy, Adar Dembo,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: WIP: KUDU-1369. client: fail over scans to a new replica if current replica is out-of-date
......................................................................

WIP: KUDU-1369. client: fail over scans to a new replica if current replica is out-of-date

If one replica doesn't have up-to-date enough data to service a snapshot scan,
the resulting error should cause the client to failover.

This is a WIP because the code's getting pretty hack in this area, and
we should devise a test case.

Change-Id: I54351ed9352ef77d9a935637e365e54f644dd927
---
M src/kudu/client/scanner-internal.cc
M src/kudu/tserver/tablet_service.cc
M src/kudu/tserver/tserver.proto
3 files changed, 13 insertions(+), 3 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I54351ed9352ef77d9a935637e365e54f644dd927
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Mike Percy <mp...@apache.org>