We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb59eb commit 86e1003Copy full SHA for 86e1003
hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/rest/PartitionAPI.java
@@ -236,6 +236,7 @@ public RestApiResponse getPartitions() {
236
role = shard.getRole();
237
address = pdRestService.getStore(
238
shard.getStoreId()).getAddress();
239
+ partitionId = partition.getId();
240
if (finalShardStats.containsKey(shard.getStoreId())) {
241
state = finalShardStats.get(shard.getStoreId()).getState().toString();
242
progress = finalShardStats.get(shard.getStoreId()).getProgress();
0 commit comments