You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: From revision 1.5.0, the HugeGraph-PD code has been adapted to this location.
7
-
8
6
## Overview
9
7
10
8
HugeGraph PD (Placement Driver) is a meta server that provides cluster management and coordination services for HugeGraph distributed deployments. It serves as the central control plane responsible for:
@@ -15,7 +13,7 @@ HugeGraph PD (Placement Driver) is a meta server that provides cluster managemen
15
13
-**Node Scheduling**: Intelligent scheduling and load balancing of graph operations
16
14
-**Health Monitoring**: Continuous health checks and failure detection via heartbeat mechanism
17
15
18
-
PD uses [sofa-jraft](https://github.com/sofastack/sofa-jraft) for Raft consensus and RocksDB for persistent metadata storage, ensuring high availability and consistency in distributed environments.
16
+
PD uses [SOFA-jraft](https://github.com/sofastack/sofa-jraft) for Raft consensus and RocksDB for persistent metadata storage, ensuring high availability and consistency in distributed environments.
19
17
20
18
## Architecture
21
19
@@ -256,21 +254,9 @@ PD exposes metrics via REST API at:
0 commit comments