Skip to content

[core] Skip file index for changelog files#7697

Merged
JingsongLi merged 1 commit intoapache:masterfrom
XiaoHongbo-Hope:changelog_index_fix
Apr 26, 2026
Merged

[core] Skip file index for changelog files#7697
JingsongLi merged 1 commit intoapache:masterfrom
XiaoHongbo-Hope:changelog_index_fix

Conversation

@XiaoHongbo-Hope
Copy link
Copy Markdown
Contributor

@XiaoHongbo-Hope XiaoHongbo-Hope commented Apr 26, 2026

Purpose

Changelog files are sequentially consumed by streaming readers, file index (bloom filter/bitmap) provides no benefit. Skip generating .index files for changelog to avoid unnecessary storage overhead and potential orphan files after changelog expiration. These orphan .index files increase I/O pressure on the orphan file clean job.

Tests

testChangelogFile

Copy link
Copy Markdown
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 9807fe4 into apache:master Apr 26, 2026
12 checks passed
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.

2 participants