Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release-24.2: storage: fix cases of unencoded key ranges
This is a backport of the fixes inside #128043. These are a few cases where we are passing unencoded key ranges to Pebble for various operations. This can result in an effective range that starts and/or ends sooner than intended (part of the key will be treated as the suffix). Release justification: fix for Online Restore download phase and for key range table metrics. Epic: none Release note: None
- Loading branch information