release-2.1: storage: take an engine checkpoint during failing consistency checks#42042
Conversation
|
Clean backport? Wonderful! |
We've repeatedly wanted this to preserve state when finding replica inconsistencies. See, for example: cockroachdb#36861 Release note: None
beedcd6 to
641ceaf
Compare
|
Failing with Example-ORM failures with what looks like network flakes? If safe to ignore, how do I get past the failing TC check here? |
|
Ok, I see the same example-orms failures on @tbg: It's safe to disable branch protection for this PR, I don't have access to do so. +cc @rohany, @rafiss: all future backports to |
|
Merging at your request |
Backport 1/2 commits from #36867.
Useful as part of #42011.
+cc @cockroachdb/release
This takes a checkpoint on the nodes with replicas of a failing range,
before the failure leads to nodes shutting down. The checkpoint will, for
the replicas of the affected range, be taken at the same Raft log position.
Release note: None