apache / apache/hugegraph

[Bug] Raft 模式部署后删除边 Label 失败

Open
#1,739 6 comments 0 reactions 1 assignee Claimed by @javeme View on GitHub
bug
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

### Bug Type (问题类型)

gremlin (结果不合预期)

### Before submit

- [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题

### Environment (环境信息)

- Server Version: v0.12.x
- Backend: RocksDB
- OS: 8 CPUs, 30 G RAM, Centos 7.x
- Data Size: 100w vertices, 500w edges

3个节点,配置了raft协议
raft.mode=true
raft.safe_read=true
raft.use_snapshot=true
raft.endpoint=10.*.*.27:8281
raft.group_peers=10.*.*.27:8281,10.*.*.235:8281,10.*.*.40:8281

### Expected & Actual behavior (期望与实际表现)

![image](https://user-images.githubusercontent.com/33123034/150756478-5a036637-e70b-45d6-bc52-eae03cc2aaa3.png)
com.baidu.hugegraph.HugeException: Failed to remove edges

### Vertex/Edge example (问题点 / 边数据举例)

_No response_

### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.