You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Volodymyr Verovkin (Code Review)" <ge...@cloudera.org> on 2019/10/02 21:05:46 UTC

[kudu-CR] KUDU-2800 Test long bootstrapping tablet replicas

Hello Alexey Serbin, 

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

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

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

Change subject: KUDU-2800 Test long bootstrapping tablet replicas
......................................................................

KUDU-2800 Test long bootstrapping tablet replicas

These tests cover change of consensus state in case of long bootstrapping of tablet replica.
There case are covered:

1) Tablet replica bootstraps long time. No data modications happen during these time. Consensus state does not change.

2) Tablet replica is shutdown for some time. During this time a lot of data modifications happen, log rolls, replica is replaced (with re-replication). Replica restarts and find out the it fell behind.

3) Tablet replica bootstraps long time. During this time a lot of data modifications happen, log rolls, replica is replaced (with re-replication). Replica restarts and find out the it fell behind.

Change-Id: Ie1fee42053194f51d7a869ce14788095d6627ed9
---
M src/kudu/integration-tests/raft_config_change-itest.cc
M src/kudu/tserver/ts_tablet_manager.cc
2 files changed, 202 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/14300/8
-- 
To view, visit http://gerrit.cloudera.org:8080/14300
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie1fee42053194f51d7a869ce14788095d6627ed9
Gerrit-Change-Number: 14300
Gerrit-PatchSet: 8
Gerrit-Owner: Volodymyr Verovkin <ve...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Volodymyr Verovkin <ve...@cloudera.com>