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

CPR Checkpoint Bug fix #280

Merged
merged 3 commits into from
Jul 10, 2020
Merged

CPR Checkpoint Bug fix #280

merged 3 commits into from
Jul 10, 2020

Conversation

tli2
Copy link
Contributor

@tli2 tli2 commented Jun 26, 2020

When a thread-affinitized sessions starts while an active checkpoint is underway, it may initialize its context ahead of the actual system and halt the entire state machine indefinitely. There is also a potential race with not locking the dictionary for active sessions when traversing through it in persistence callback,

@tli2 tli2 added the bug Something isn't working label Jun 26, 2020
@tli2 tli2 requested a review from badrishc June 26, 2020 00:57
…-fix

# Conflicts:
#	cs/src/core/ClientSession/FASTERClientSession.cs
#	cs/src/core/Index/FASTER/FASTERThread.cs
#	cs/src/core/Index/Synchronization/HybridLogCheckpointTask.cs
@badrishc badrishc merged commit 07f8929 into microsoft:master Jul 10, 2020
@tli2 tli2 deleted the cpr-fix branch April 3, 2021 23:09
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants