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

Restore shutdown sequence & offload replica sync #20884

Merged
merged 1 commit into from Mar 4, 2022

Conversation

vbekiaris
Copy link
Contributor

PartitionReplicaSyncRequestOffloadable would block the priority
generic op thread while waiting for merkle tree comparison to occur,
leading to deadlocks.

NodeExtension#shutdown should be called after graceful-shutdown-aware
services are already shutdown. Otherwise persistence is shut down
before data services, resulting in exceptions during migrations

Backport of #20813 to 5.0.z branch

PartitionReplicaSyncRequestOffloadable would block the priority
generic op thread while waiting for merkle tree comparison to occur,
leading to deadlocks.

NodeExtension#shutdown should be called after graceful-shutdown-aware
services are already shutdown. Otherwise persistence is shut down
before data services, resulting in exceptions during migrations
@vbekiaris vbekiaris added this to the 5.0.3 milestone Mar 4, 2022
@vbekiaris vbekiaris merged commit b20fd9b into hazelcast:5.0.z Mar 4, 2022
@vbekiaris vbekiaris deleted the fixes/5.0.z/offload-to-async branch March 4, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants