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

[BUG] Deadlock in tryEagerlyResolveConflicts #667

Open
Shabinder opened this issue Oct 18, 2024 · 0 comments · May be fixed by #674
Open

[BUG] Deadlock in tryEagerlyResolveConflicts #667

Shabinder opened this issue Oct 18, 2024 · 0 comments · May be fixed by #674
Labels
bug Something isn't working

Comments

@Shabinder
Copy link
Contributor

Describe the bug
Deadlock caused by trying to capture lock on storeLock in tryEagerlyResolveConflicts in RealMutableStore.kt.

To Reproduce

  • Reach to a state, when store need to resolve conflicts and push data to remote.

Expected behavior

  • No Deadlock.

See Below Screenshot
image

@matt-ramotar
Reference: https://kotlinlang.slack.com/archives/C06007Z01HU/p1729276957911359

@Shabinder Shabinder added the bug Something isn't working label Oct 18, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Triage in Store Roadmap Oct 18, 2024
matt-ramotar added a commit that referenced this issue Nov 18, 2024
Signed-off-by: matt-ramotar <[email protected]>
@matt-ramotar matt-ramotar linked a pull request Nov 18, 2024 that will close this issue
matt-ramotar added a commit that referenced this issue Nov 18, 2024
Signed-off-by: matt-ramotar <[email protected]>
matt-ramotar added a commit that referenced this issue Nov 24, 2024
Signed-off-by: matt-ramotar <[email protected]>
matt-ramotar added a commit that referenced this issue Nov 27, 2024
Signed-off-by: matt-ramotar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 Triage
Development

Successfully merging a pull request may close this issue.

1 participant