imbajin commented on code in PR #414:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/414#discussion_r2253273259


##########
content/cn/docs/quickstart/hugegraph/hugegraph-hstore.md:
##########
@@ -201,5 +201,44 @@ curl http://localhost:8520/actuator/health
 此外,可以通过 PD 的 API 查看集群中的 Store 节点状态:
 
 ```bash
-curl http://localhost:8620/pd/api/v1/stores
+curl http://localhost:8620/v1/stores
 ```
+
+如果Store配置成功,上述接口的响应中应该包含当前节点的状态信息,状态为Up表示节点正常运行,这里只展示了一个节点配置成功的响应,如果三个节点都配置成功并正在运行,响应中`storeId`列表应该包含三个id,并且`stateCountMap`中`Up`、`numOfService`、`numOfNormalService`三个字段应该为3。
+```JSON

Review Comment:
   ```suggestion
   ```javascript
   ```



##########
content/en/docs/quickstart/hugegraph/hugegraph-pd.md:
##########
@@ -136,3 +136,49 @@ curl http://localhost:8620/actuator/health
 ```
 
 If it returns `{"status":"UP"}`, it indicates that the PD service has been 
successfully started.
+
+Additionally, you can verify the status of the Store node by querying the PD 
API:
+
+```bash
+curl http://localhost:8620/v1/stores
+```
+
+If the Store is configured successfully, the response of the above interface 
should contain the status information of the current node. The status "Up" 
indicates that the node is running normally. Only the response of one node 
configuration is shown here. If all three nodes are configured successfully and 
are running, the `storeId` list in the response should contain three IDs, and 
the `Up`, `numOfService`, and `numOfNormalService` fields in `stateCountMap` 
should be 3.
+
+```JSON

Review Comment:
   ```suggestion
   ```javascript
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to