Skip to content

Added upgrade step to remove old compaction temp files#6435

Open
dlmarion wants to merge 2 commits into
apache:mainfrom
dlmarion:6285-del-comp-tmp-files-in-upgrade
Open

Added upgrade step to remove old compaction temp files#6435
dlmarion wants to merge 2 commits into
apache:mainfrom
dlmarion:6285-del-comp-tmp-files-in-upgrade

Conversation

@dlmarion

Copy link
Copy Markdown
Contributor

Closes #6285

@dlmarion dlmarion added this to the 4.0.0 milestone Jun 18, 2026
@dlmarion dlmarion self-assigned this Jun 18, 2026
}
}
LOG.info("Deletion of compaction tmp files completed. Success:{}, Failure:{}, Error:{}",
stats.success, stats.failure, stats.error);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should throw an error if failures or errors is non-zero. I feel like we should not and treat this as a best effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup compaction tmp files in upgrade from 2.1 to 4.0

2 participants