[Bug] The graph data is out of sync[hugegraph1.5.0]
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 636
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 14
Description
### Bug Type (问题类型)
None
### Before submit
- [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents)
### Environment (环境信息)
- Server Version: 1.5.0 (Apache Release Version)
- Backend: Hstore x nodes, HDD or SSD
- OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x
- Data Size: xx vertices, xx edges
### Expected & Actual behavior (期望与实际表现)
PD配置:
spring:
application:
name: hugegraph-pd
management:
metrics:
export:
prometheus:
enabled: true
endpoints:
web:
exposure:
include: "*"
logging:
config: 'file:./conf/log4j2.xml'
license:
verify-path: ./conf/verify-license.json
license-path: ./conf/hugegraph.license
grpc:
port: 8686
host: 10.15.87.21
server:
port: 8620
pd:
data-path: ./pd_data
patrol-interval: 1800
initial-store-count: 1
initial-store-list: 10.15.87.21:8500,10.15.81.52:8500,10.15.88.12:8500,10.15.88.14:8500
raft:
address: 10.15.87.21:8610
peers-list: 10.15.87.21:8610,10.15.81.52:8610,10.15.88.12:8610,10.15.88.14:8610
store:
max-down-time: 172800
monitor_data_enabled: true
monitor_data_interval: 1 minute
monitor_data_retention: 1 day
partition:
default-shard-count: 3
store-max-shard-count: 12
HSTORE
pdserver:
address: 10.15.87.21:8686,10.15.81.52:8686,10.15.88.12:8686,10.15.88.14:8686
management:
metrics:
export:
prometheus:
enabled: true
endpoints:
web:
exposure:
include: "*"
grpc:
host: 10.15.87.21
port: 8500
netty-server:
max-inbound-message-size: 1000MB
raft:
disruptorBufferSize: 1024
address: 10.15.87.21:8510
max-log-file-size: 600000000000
snapshotInterval: 1800
server:
port: 8520
app:
data-path: ./storage
#raft-path: ./storage
spring:
application:
name: store-node-grpc-server
profiles:
active: default
include: pd
logging:
config: 'file:./conf/log4j2.xml'
level:
root: info
rocksdb:
total_memory_size: 64GB
write_buffer_ratio: 0.5
max_background_jobs: 16
max_subcompactions: 8
bloom_filter_bits_per_key: 10
bloom_filter_block_based_mode: true
bloom_filter_whole_key_filtering: true
optimize_filters_for_hits: false
Server
1.rest-hugegraph.properties
restserver.url=http://0.0.0.0:8081
gremlinserver.url=http://127.0.0.1:8181
rpc.server_host=10.15.87.21
rpc.server_port=8091
log.slow_query_threshold=1000
2.hugegraph
gremlin.graph=org.apache.hugegraph.HugeFactory
vertex.cache_type=l2
edge.cache_type=l2
backend=hstore
serializer=binary
store=hugegraph
task.scheduler_type=distributed
pd.peers=10.15.87.21:8686,10.15.81.52:8686,10.15.88.12:8686,10.15.88.14:8686
search.text_analyzer=jieba
search.text_analyzer_mode=INDEX
rocksdb.data_path=/path/to/disk
rocksdb.wal_path=/path/to/disk
### Vertex/Edge example (问题点 / 边数据举例)
```javascript
```
### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
```javascript
```
Contributor guide
Assessment
This issue has not been assessed yet.