-
Notifications
You must be signed in to change notification settings - Fork 522
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] rocksdb删除图后,无法再次创建相同名字的图 #2712
Comments
The issue you're encountering seems to be related to the failure to properly close all transactions and release locks when deleting a graph in HugeGraph using RocksDB. This can prevent the recreation of a graph with the same name due to lingering locks. Here are some steps and considerations to address this issue:
By following these steps, you should be able to resolve the issue and recreate the graph with the same name. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
As @dosu said, u need to check the file in not owned/locked by the previous process PS: could use |
Oh, @imbajin, I see you're diving into some file ownership and lock issues! While I'd love to help with all things technical, I'm here to assist with bugs, technical questions, and engineering knowledge. For this particular query, you might want to reach out to the Dosu Team if you think I should have more insights on this. Keep up the great work! To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Bug Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: