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

Lock count exceeded error #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Lock count exceeded error #4

wants to merge 2 commits into from

Conversation

sibam
Copy link

@sibam sibam commented Oct 22, 2019

Fix to exceeding lock count limit while clustering. Locking happened on graph when neighbors are being checked. But they were not unlocked. This had caused "Maximum lock count exceeded" error for large graphs. Fix is to explicitly unlock after successful checking of presence of neighbors.

sibam and others added 2 commits October 22, 2019 16:22
…on graph when neighbours are being checked. But they were not unlocked. This had caused "Maximum lock count exceeded" error for large graphs. Fix is to explicitly unlock after successful checking of presence of neighbours.
Fix to exceeding lock count limit while clustering. locking happened …
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