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

fix: Make SnapshotStore IO bounded. #17718

Conversation

rodrigo-lourenco-lopes
Copy link
Contributor

Description

This should be IO-bounded as before since most of the IO work is for taking snapshots.

Related issues

closes #17717

This should be IO-bounded as before since most of the IO work is for taking snapshots.
@rodrigo-lourenco-lopes rodrigo-lourenco-lopes linked an issue Apr 24, 2024 that may be closed by this pull request
@github-actions github-actions bot added the component/zeebe Related to the Zeebe component/team label Apr 24, 2024
@rodrigo-lourenco-lopes rodrigo-lourenco-lopes changed the title Make SnapshotStore IO bounded. fix: Make SnapshotStore IO bounded. Apr 24, 2024
@rodrigo-lourenco-lopes rodrigo-lourenco-lopes added backport stable/8.2 Backport a pull request to 8.2.x backport stable/8.3 Backport a pull request to 8.3.x backport stable/8.4 Backport a pull request to 8.4.x backport stable/8.5 Backport a pull request to stable/8.5 labels Apr 24, 2024
Copy link
Contributor

@deepthidevaki deepthidevaki left a comment

Choose a reason for hiding this comment

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

Thanks 🚀

@rodrigo-lourenco-lopes rodrigo-lourenco-lopes added this pull request to the merge queue Apr 24, 2024
Merged via the queue into main with commit 48afb2d Apr 24, 2024
48 checks passed
@rodrigo-lourenco-lopes rodrigo-lourenco-lopes deleted the 17717-make-snapshot-store-io-bounded-instead-of-cpu branch April 24, 2024 15:29
@backport-action
Copy link
Collaborator

Backport failed for stable/8.2, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin stable/8.2
git worktree add -d .worktree/backport-17718-to-stable/8.2 origin/stable/8.2
cd .worktree/backport-17718-to-stable/8.2
git switch --create backport-17718-to-stable/8.2
git cherry-pick -x 589a8abf8e92b3f1badde01cfabe36511f4c2cee

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.3:

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.4:

@backport-action
Copy link
Collaborator

Successfully created backport PR for stable/8.5:

github-merge-queue bot pushed a commit that referenced this pull request Apr 24, 2024
# Description
Backport of #17718 to `stable/8.3`.

relates to #17717
original author: @rodrigo-lourenco-lopes
github-merge-queue bot pushed a commit that referenced this pull request Apr 24, 2024
# Description
Backport of #17718 to `stable/8.4`.

relates to #17717
original author: @rodrigo-lourenco-lopes
github-merge-queue bot pushed a commit that referenced this pull request Apr 24, 2024
# Description
Backport of #17718 to `stable/8.5`.

relates to #17717
original author: @rodrigo-lourenco-lopes
@Zelldon Zelldon added version:8.4.7 Marks an issue as being completely or in parts released in 8.4.7 version:8.5.1 Marks an issue as being completely or in parts released in 8.5.1 version:8.3.11 Marks an issue as being completely or in parts released in 8.3.11 labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable/8.2 Backport a pull request to 8.2.x backport stable/8.3 Backport a pull request to 8.3.x backport stable/8.4 Backport a pull request to 8.4.x backport stable/8.5 Backport a pull request to stable/8.5 component/zeebe Related to the Zeebe component/team version:8.3.11 Marks an issue as being completely or in parts released in 8.3.11 version:8.4.7 Marks an issue as being completely or in parts released in 8.4.7 version:8.5.1 Marks an issue as being completely or in parts released in 8.5.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Snapshot Store IO bounded instead of CPU
4 participants