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(Cluster): issues when setting enableOfflineQueue to false #649

Merged
merged 1 commit into from
Jun 30, 2018

Conversation

luin
Copy link
Collaborator

@luin luin commented Jun 30, 2018

Offline queue should be enabled on the internal cluster nodes so that we don't need to wait for the ready event before sending commands to the node.

That doesn't cause issue when the node is lost, since the retryStrategy is null, so when a node is lost, the status become end and the further commands will be rejected.

Offline queue should be enabled on the internal
cluster nodes so that we don't need to wait for the
`ready` event before sending commands to the node.
@luin luin requested a review from shaharmor June 30, 2018 06:46
@luin luin merged commit cfe4258 into v4 Jun 30, 2018
@luin luin deleted the v4-enable-offline-queue branch June 30, 2018 14:53
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.

2 participants