yugabyte/yugabyte-db

[docdb] Test that tablet server survives a failure in OpenTablet during remote bootstrap

已关闭

#204 创建于 2018年4月23日

 (0 条评论) (0 个反应) (0 位负责人)C (1,003 个派生)batch import
area/docdbgood first issuekind/enhancementpriority/medium

仓库指标

星标
 (8,229 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Jira Link: DB-1565 Reported by @hectorgcr.

Add new test to verify that a failure between call to RemoteBootstrapClient::Finish() and OpenTablet doesn't leave the tablet server in an invalid state. Ideally, since the tablet gets tombstoned, the tablet server should be remote bootstrapped again by the leader, and the tablet server should reject any requests to participate in raft consensus rounds.

贡献者指南