Commit 455ea99
committed
kvserver: defer RangeKeysInOrder cleanup to separate PR
MinSupported is now v25.3, which means RangeKeysInOrder can be removed
from SnapshotRequest_Header (v25.2 was the last version to interpret it).
However, to keep this PR focused, we're deferring the actual cleanup to
a separate PR.
This commit comments out the obsolete code test check that would require
the removal, and adds a TODO with a tracking issue (#157771) for the
kvserver team to complete the cleanup.
The cleanup will involve:
1. Removing the proto field from SnapshotRequest_Header
2. Removing assignments in replica_command.go and store_snapshot.go
3. Regenerating proto files
Release note: None
Epic: None1 parent 0570f6a commit 455ea99
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
0 commit comments