enhancement(buffers): improve disk buffer lifecycle visibility - #26050
Open
Jansen-w wants to merge 3 commits into
Open
enhancement(buffers): improve disk buffer lifecycle visibility#26050Jansen-w wants to merge 3 commits into
Jansen-w wants to merge 3 commits into
Conversation
Jansen-w
force-pushed
the
fix/disk-buffer-orphan-safety
branch
4 times, most recently
from
August 12, 2026 16:58
a6a2bc4 to
b7df047
Compare
Jansen-w
force-pushed
the
fix/disk-buffer-orphan-safety
branch
from
August 27, 2026 22:02
fd18659 to
7b9f6e0
Compare
Jansen-w
marked this pull request as ready for review
August 27, 2026 22:22
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data_dirthat are not referenced by the active configuration.Graceful shutdown behavior is intentionally unchanged here; that behavior is isolated in #26238.
Vector configuration
No standalone configuration is required. The behavior applies to sinks configured with disk buffers during startup and configuration reload.
How did you test this PR?
cargo clippy -p vector-buffers --all-targets -- -D warningscargo clippy -p vector --lib --tests -- -D warningscargo fmt --all -- --checkIs this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References
Related: #26238