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

Connection Timeout Issue #61

Closed
koppula opened this issue Mar 21, 2016 · 1 comment
Closed

Connection Timeout Issue #61

koppula opened this issue Mar 21, 2016 · 1 comment
Assignees
Labels
kind/bug Something is broken.
Milestone

Comments

@koppula
Copy link
Contributor

koppula commented Mar 21, 2016

Ran into connections getting timed out with the server today after the HN post went up:

ATA[901074] dial tcp :12345: getsockopt: connection timed out call=Worker.ServeTask package=worker
INFO[901075] Sample value attr=root package=query val=
INFO[901075] ProcessTaskOverNetwork attr=film.director.film instanceIdx=1 numInstances=3 package=wor
ker runHere=false
FATA[901075] connection is shut down call=Worker.ServeTask package=worker
INFO[901075] Sample value attr=root package=query val=
INFO[901075] ProcessTaskOverNetwork attr=film.director.film instanceIdx=0 numInstances=3 package=wor
ker runHere=false
FATA[901075] connection is shut down call=Worker.ServeTask package=worker
Log Fatal due to connection timeout issue.

@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2016
@manishrjain manishrjain added this to the v0.3 milestone Mar 21, 2016
@manishrjain manishrjain self-assigned this Mar 21, 2016
@manishrjain
Copy link
Contributor

Fixed.

@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2018
arijitAD pushed a commit that referenced this issue Oct 15, 2020
shivaji-dgraph pushed a commit that referenced this issue Mar 12, 2024
…index (#61)

Description:

We used to generate HNSW index edges with prefix,
"<predicate>__vector_<level>" earlier. A few weeks ago, we removed
<level> from the prefix as we now maintain just a single edge with the
prefix "<predicate>__vector_".

While dropping the index, we need to ensure we are dropping the prefix
"<predicate>__vector_".

Fixes: HYP-323
Closes: HYP-323
harshil-goel pushed a commit that referenced this issue Mar 12, 2024
…index (#61)

Description:

We used to generate HNSW index edges with prefix,
"<predicate>__vector_<level>" earlier. A few weeks ago, we removed
<level> from the prefix as we now maintain just a single edge with the
prefix "<predicate>__vector_".

While dropping the index, we need to ensure we are dropping the prefix
"<predicate>__vector_".

Fixes: HYP-323
Closes: HYP-323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

2 participants