Skip to content

Fixed purging of connections after rediscovery #212

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

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

lutovich
Copy link
Contributor

@lutovich lutovich commented Mar 2, 2017

After rediscovery newly obtained routing table is compared to the known routing table to find all servers that are "stale" - in the current table but not in the new one. Connections to such servers are supposed to be terminated.

However this did not happen because purging function was not invoked correctly. This commit fixes the issue.

After rediscovery newly obtained routing table is compared to the known
routing table to find all servers that are "stale" - in the current table
but not in the new one. Connections to such servers are supposed to
be terminated.

However this did not happen because purging function was not invoked
correctly. This commit fixes the issue.
@lutovich lutovich merged commit 715966c into neo4j:1.1 Mar 2, 2017
@lutovich lutovich deleted the 1.1-purge-conns branch March 2, 2017 21:55
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.

1 participant