Describe the problem
It's possible to create splits that send the nodes that have replicas of the right-hand side of the split into a crash loop.
We must verify all splits, even manual ones, on the validity of their split key.
See #104781 and internal issue https://github.com/cockroachlabs/support/issues/2382
NB: at time of writing it's not known which actor invoked the malformed split, but this is a separate issue.
To Reproduce
Look at/run the code in #104781 with the work-around commit reverted
Jira issue: CRDB-28730
Describe the problem
It's possible to create splits that send the nodes that have replicas of the right-hand side of the split into a crash loop.
We must verify all splits, even manual ones, on the validity of their split key.
See #104781 and internal issue https://github.com/cockroachlabs/support/issues/2382
NB: at time of writing it's not known which actor invoked the malformed split, but this is a separate issue.
To Reproduce
Look at/run the code in #104781 with the work-around commit reverted
Jira issue: CRDB-28730