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

Replay concurrency fixes #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prasantakumar82
Copy link

No description provided.

@cljohnso
Copy link
Contributor

@prasantakumar82 Can you briefly describe the need for this change?

@myronkscott
Copy link
Member

be careful with this one. We found some pathological cases years ago where anything other than 1 thread for replay concurrency led to very slow recovery due to thread contention. It's been a long time but I think I am reading this PR correctly.

@prasantakumar82 prasantakumar82 marked this pull request as draft March 28, 2024 14:47
…ng same concurrency value will be replayed sequentially. Setting the default value to -1, so implementation class can implement own concurrency strategy and return correct concurrency value.
@prasantakumar82 prasantakumar82 marked this pull request as ready for review April 2, 2024 14:00
@prasantakumar82
Copy link
Author

be careful with this one. We found some pathological cases years ago where anything other than 1 thread for replay concurrency led to very slow recovery due to thread contention. It's been a long time but I think I am reading this PR correctly.

Thanks for the information. Thread contention issue in sovereign layer is fixed also

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.

3 participants