Skip to content
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

[Backport stable/8.2] Ensure lastProcessesPosition is set when StreamProcessor is paused #16838

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

backport-action
Copy link
Collaborator

Description

Backport of #16815 to stable/8.2.

relates to #16550
original author: @deepthidevaki

If there is no snapshot with a compactable processed
position, we cannot compact because Replay is paused when
disk is out of space. Hence processed position would not
advance, even if exporting resumes. As a result segments
cannot be compacted. This can happen in production also,
but rare compared to going out of disk due to exporting.
This can happen if processing was explicitly paused which
resulted in accumulating many events. This is not part of
the normal functionality of zeebe. So we decided not to address
this case now.

(cherry picked from commit 46533d1)
@camundait camundait added this pull request to the merge queue Mar 12, 2024
Merged via the queue into stable/8.2 with commit 8269365 Mar 12, 2024
27 checks passed
@camundait camundait deleted the backport-16815-to-stable/8.2 branch March 12, 2024 15:49
@lenaschoenburg lenaschoenburg added the version:8.2.26 Marks an issue as being completely or in parts released in 8.2.26 label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version:8.2.26 Marks an issue as being completely or in parts released in 8.2.26
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants