[DocDB] Clean shutdown path #10664
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-1079
Description
In order to support a clean shutdown path in Yugabyte, we would need the following
⬜️ New API to trigger a clean shutdown for the whole server. (#10662)
⬜️ Ability to QUIESCE the whole node, disallowing processing new incoming user RPCs. (#10663)
⬜️ Handle clean shutdown in YbMaster and YbTserver processes (#15061)
✅ Ability to gracefully move leaders off of a node. (#1748)
✅ Bonus: Ability to flush all data from memory to disk, to ensure a fast restart. (#2785)
The text was updated successfully, but these errors were encountered: