Open mbautin opened 1 year ago
if we make clean shutdown quiesce raft, so no new ops come in wait for current ops to wrap up, so stuff in flight doesn’t get to add new entries to WAL rollover the WAL bonus: maybe don’t even start a new WAL?
Created separate diffs to track clean shutdown related items:
Low priority:
Jira Link: DB-6179
Description
This is an idea mentioned by @rao-vasireddy. To reduce the number of WALs to replay on restart, do the following:
kill -9
(no clean shutdown requirements, unlike what we do in unit tests).This will reduce the tablet bootstrap cost on restart.
Warning: Please confirm that this issue does not contain any sensitive information