tikv/tikv

TiKV should wait for a while on start for PD

Aberta

#2.483 aberto em 16 de nov. de 2017

 (1 comentário) (0 reação) (0 responsável)Rust (2.189 forks)batch import
difficulty/easyhelp wantedtype/enhancement

Métricas do repositório

Stars
 (15.922 estrelas)
Métricas de merge de PR
 (Mesclagem média 28d 9h) (68 fundiu PRs em 30d)

Description

Please answer these questions before submitting your issue. Thanks!

  1. What version of Rust are you using (rustc --version)? rustc 1.22.0-nightly (5dfc84cfa 2017-09-14)

  2. What operating system and processor architecture are you using? MacOS

  3. What did you do? If possible, provide a recipe for reproducing the error. A complete runnable program is good. I start TiKV without PD ready to serve printed in log.

  4. What did you expect to see? I expect TiKV to wait a little bit for PD to start.

  5. What did you see instead? I saw in log that TiKV didn't wait and stopped instantly.

Guia do colaborador