-
Notifications
You must be signed in to change notification settings - Fork 602
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
archival: Disable cross-term compaction #24566
base: dev
Are you sure you want to change the base?
archival: Disable cross-term compaction #24566
Conversation
Can you add some context as to why this is a problem/why this behavior needs changing/fixing? |
@WillemKauf it's needed to handle |
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.
Thanks, the context as to why this is needed might be helpful in either the commit message or the comment above the function declaration, for posterity.
Nice test.
Retry command for Build#59728please wait until all jobs are finished before running the slash command
|
CI test resultstest results on build#59728
test results on build#61294
|
Currently, the segment_collector can collect data from segments generated in different terms. The component is used to generate compacted reuploads. This commit fixes this by disabling the cross term segment collection. Signed-off-by: Evgeny Lazin <[email protected]>
f1bbcf6
to
55d6cca
Compare
What was the application-facing behavior before? This feels like it deserves a release note |
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.
Currently, the segment_collector can collect data from segments generated in different terms. The component is used to generate compacted reuploads.
The following refers to the former
This commit fixes this by disabling the cross term segment collection.
But I'm not able to extract out the problem that is fixed from the former description. Can you elaborate a little bit on what is being fixed?
EDIT: i see @WillemKauf asked a similar question. can you update the cover letter please?
Currently, the segment_collector can collect data from segments generated in different terms. The component is used to generate compacted reuploads. This commit fixes this by disabling the cross term segment collection.
Backports Required
Release Notes