Skip to content

4.0.5: questions about disk and memory footprint #13225

Answered by michaelklishin
ronmegini asked this question in Other
Discussion options

You must be logged in to vote

@ronmegini I don't see any evidence of a leak. This should have been a discussion, not an issue.

Messages are stored on disk with a fair amount of metadata. When messages are consumed and confirmed, they are not deleted immediately, neither by CQs nor by QQs and certainly not streams (where consumptions is non-destructive).

Quorum queues delete entire segment files, not individual messages and CQs compact segment files when more than half of two files have "holes" (messages marked for deletion).

The explanation for one pod having an outsized footprint is almost always as simple as: that pod hosts the majority of replicas, or, in your case, the majority of CQs which in 4.x are a non-replic…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ronmegini
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

Answer selected by ronmegini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13225 on February 10, 2025 19:00.