yugabyte/yugabyte-db

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

Fechada

#204 aberto em 23 de abr. de 2018

 (0 comentário) (0 reação) (0 responsável)C (1.003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium

Métricas do repositório

Stars
 (8.229 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador