-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10087 from neondatabase/vlad/cherry-pick-multixac…
…t-truncation-fix storage: cherry-pick SLRU, metrics and sharded ingest fixes into the release branch
- Loading branch information
Showing
8 changed files
with
220 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ message ValueMeta { | |
} | ||
|
||
message CompactKey { | ||
int64 high = 1; | ||
int64 low = 2; | ||
uint64 high = 1; | ||
uint64 low = 2; | ||
} | ||
|
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
Oops, something went wrong.
5525abd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6410 tests run: 6124 passed, 0 failed, 286 skipped (full report)
Flaky tests (3)
Postgres 16
test_prefetch[None]
: release-arm64Postgres 15
test_pull_timeline[True]
: release-arm64Postgres 14
test_prefetch[4]
: release-x86-64Test coverage report is not available
5525abd at 2024-12-13T00:11:31.255Z :recycle: