-
Notifications
You must be signed in to change notification settings - Fork 527
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] Hugegraph isn't responding after Cassandra restarted. #2740
Comments
I found a similar closed issue related to HugeGraph not responding after a Cassandra restart, but no solution was found in the comments [1]. Regarding your issue, it seems that HugeGraph is not handling the reconnection to Cassandra after it has been restarted. This is a known challenge, as HugeGraph may not automatically reconnect to the backend once the connection is lost. Here are a few things you might consider checking or trying:
If these steps do not resolve the issue, you might need to look into more detailed logs or consider reaching out to other developers who have faced similar issues for potential workarounds. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
I got the issue after enabling foreground mode. Once cassandra is down the server itself terminating. This is bad, it should retry, reconnect. Is there anything like this in hugegraph?
|
HugeGraph has a mechanism to automatically retry and reconnect to Cassandra when it goes down. The If the server is terminating instead of retrying, ensure that your configuration is correctly set up to utilize this retry mechanism. You might also want to check the logs for any specific error messages that could provide more insight into why the server is terminating. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
This issue looks like a problem.
I am getting this issue when I started cassandra after hugegraph started |
Bug Type (问题类型)
server status (启动/运行异常)
Before submit
Environment (环境信息)
data
Expected & Actual behavior (期望与实际表现)
I did following steps:
IN the log i don't see anything, here is the last few line
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
The text was updated successfully, but these errors were encountered: