yugabyte/yugabyte-db
[docdb] Test that tablet server survives a failure in OpenTablet during remote bootstrap
クローズ
#204 opened on 2018/04/23
area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- (8,229 個のスター)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
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.