Commit 20c3c8e
Merge #153539
153539: backup: check `backup.index.read` cluster setting before checking index r=msbutler a=kev-cao
Currently, `ResolveBackupManifests` will check for the existence of an index before checking if `backup.index.read.enabled` is `false`. From a semantic standpoint, the cluster setting should be checked first. Additionally, this caused a suite of roachtests to fail because checking for the existence of the backup index requires `subdir` to be formatted correctly, which some of our older tests do not do.
Epic: None
Release note: None
Co-authored-by: Kevin Cao <[email protected]>1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
584 | 592 | | |
585 | 593 | | |
586 | 594 | | |
587 | 595 | | |
588 | 596 | | |
589 | | - | |
| 597 | + | |
590 | 598 | | |
591 | 599 | | |
592 | 600 | | |
| |||
0 commit comments