-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
56596: kvserver: check that a snapshot is sane before sending it r=andreimatei a=andreimatei The recipient has the check that a snapshot includes it as a replica, and rejects the snapshot with an assertion error if it doesn't. This patch adds a less-panicked check on the sender side, as it turns out that the situation is possible. Release note: None 57488: bulkio: Correctly export backup specific metrics. r=miretskiy a=miretskiy Fixes #57459 Fix backup metrics struct to be compatible with metrics registry, which expects all metrics to be exported struct fields, and embedded structs to implement "metrics.Struct" interface. Release Note: Correctly export schedules_BACKUP_* metrics as well as backup RPO metric. Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Yevgeniy Miretskiy <[email protected]>
- Loading branch information
Showing
3 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters