[email protected] has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/20067


Change subject: WIP KUDU-3458 Startup tserver even if some metadata is corrupted
......................................................................

WIP KUDU-3458 Startup tserver even if some metadata is corrupted

kudu-tserver should not stop loading if some tablet metadatas
are corrupt. If a power failure/ kerner etc. whould cause it,
tserver could just bootstrap the other tablets and run.
The system catalog will eventually detect that some tablets are
underreplicated and would re-replicate them either on this
server or elsewhere. This also allows for a 3 tserver setup
with RF=3 to automatically restore itself if no other error
than the metadata corruption is present.

Change-Id: Id44abaef5238b1de99350d8db43494a7120de608
---
M src/kudu/tserver/ts_tablet_manager.cc
M src/kudu/tserver/ts_tablet_manager.h
2 files changed, 26 insertions(+), 6 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id44abaef5238b1de99350d8db43494a7120de608
Gerrit-Change-Number: 20067
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <[email protected]>

Reply via email to