-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiered compaction: duplicated L1 layer error in test_deletion_queue_recovery #7707
Open
1 of 3 tasks
Tracked by
#7554
Labels
c/storage/pageserver
Component: storage: pageserver
Comments
I could file a PR and then just allow the duplicated L1 layer errors. |
This was referenced May 13, 2024
Done: #7758 |
arpad-m
added a commit
that referenced
this issue
May 15, 2024
Adds a test that is a reproducer for many tiered compaction bugs, both ones that have since been fixed as well as still unfxied ones: * (now fixed) #7296 * #7707 * #7759 * Likely also #7244 but I haven't tried that. The key ordering bug can be reproduced by switching to `merge_delta_keys` instead of `merge_delta_keys_buffered`, so reverting a big part of #7661, although it only sometimes reproduces (30-50% of cases). part of #7554
Meeting notes:
Action item: arpad & heikki to understand why it happens. |
a-masterov
pushed a commit
that referenced
this issue
May 20, 2024
Adds a test that is a reproducer for many tiered compaction bugs, both ones that have since been fixed as well as still unfxied ones: * (now fixed) #7296 * #7707 * #7759 * Likely also #7244 but I haven't tried that. The key ordering bug can be reproduced by switching to `merge_delta_keys` instead of `merge_delta_keys_buffered`, so reverting a big part of #7661, although it only sometimes reproduces (30-50% of cases). part of #7554
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the
test_deletion_queue_recovery
ortest_uploads_and_deletions
tests with tiered compaction enabled gives "duplicated L1 layer" errors:visible with the following diff of
test_deletion_queue_recovery
:The
test_deletion_queue_recovery
test ran into all the important issues: previously, it ran into #7244 and #7296.part of #7554
Tasks
The text was updated successfully, but these errors were encountered: