-
Notifications
You must be signed in to change notification settings - Fork 78
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
Queries towards Nebula times out #370
Comments
Been trying abit of different ways of connecting, but I seem to get timeouts if it has been a while since the last I/O call. this is the latest with using pure connections @wey-gu Solution now is to run a retry, but that still gives back slow I/O calls from time to time. |
Guess it's a session idle for long and graphd considering it's legit to be released. Could you please try increasing
We could reduce it to extremely small first to see if we could reproduce in short feedback loop. Due to on production online service this normally won't happen, we didn't expose it as it should be(at least in faq) cc @ChrisChen2023 on docs perspective. |
@HarrisChu @Nicole00 @BeautyyuYanli I recall when I was hacking some long run nebula py based things, I encountered this every now and then(like in a Jupyter session there for whole day, when connect to nebula again, I got this) Maybe, on client side it's ok to identify such time out and recreate connection on demand in a proper way? Or other ways to improve such case from client side? |
@wey-gu thanks. Ill try that. |
I have the same problem, how to solve it ? |
Bug Question
We are experiencing some consistency issues with our Nebula setup.
It is ran on Azure in its own container instance group with GraphD, MetaD and StorageD, inspired by the minimal docker setup.
They are communicating properly and are operational
But we are experiencing timeout issues towards the server from time to time.
This issue times out the query towards the graph quite often.
The setup we use is to create a sessionpool and then run
execute_py
to pass a query with params.this is also run async with an asyncio.thread wrapped around.
Anyone experienced the same?
can it be the lack of async support?
The text was updated successfully, but these errors were encountered: