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

Bug: Flaky behavior around entrypoint deletion in HNSW index #1650

Closed
etiennedi opened this issue Aug 11, 2021 · 0 comments
Closed

Bug: Flaky behavior around entrypoint deletion in HNSW index #1650

etiennedi opened this issue Aug 11, 2021 · 0 comments
Labels

Comments

@etiennedi
Copy link
Member

HTR

Create simple zero-shot (#1603) classification with two sources and two targets. Run 100 times.

EB

All 100 runs succeed

AB

Typically before the 100 runs are over, we can see a nil pointer deference panic occur because the *vertex{} object of a newly changed entrypoint is nil

Initial Idea

It seems there is a missing lock somwhere when retrieving the EP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant