doc:fix the url of node status checking#414
Merged
imbajin merged 4 commits intoapache:masterfrom Aug 5, 2025
Merged
Conversation
imbajin
reviewed
Aug 4, 2025
|
|
||
| 如果Store配置成功,上述接口的响应中应该包含当前节点的状态信息,状态为Up表示节点正常运行,这里只展示了一个节点配置成功的响应,如果三个节点都配置成功并正在运行,响应中`storeId`列表应该包含三个id,并且`stateCountMap`中`Up`、`numOfService`、`numOfNormalService`三个字段应该为3。 | ||
| ```JSON | ||
| {"message":"OK","data":{"stores":[{"storeId":8319292642220586694,"address":"127.0.0.1:8500","raftAddress":"127.0.0.1:8510","version":"","state":"Up","deployPath":"/Users/{your_user_name}/hugegraph/apache-hugegraph-incubating-1.5.0/apache-hugegraph-store-incubating-1.5.0/lib/hg-store-node-1.5.0.jar","dataPath":"./storage","startTimeStamp":1754027127969,"registedTimeStamp":1754027127969,"lastHeartBeat":1754027909444,"capacity":494384795648,"available":346535829504,"partitionCount":0,"graphSize":0,"keyCount":0,"leaderCount":0,"serviceName":"127.0.0.1:8500-store","serviceVersion":"","serviceCreatedTimeStamp":1754027127000,"partitions":[]}],"stateCountMap":{"Up":1},"numOfService":1,"numOfNormalService":1},"status":0} |
Contributor
Author
There was a problem hiding this comment.
format it for user friendly
done~
imbajin
reviewed
Aug 5, 2025
imbajin
approved these changes
Aug 5, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Aug 5, 2025
* doc:fix the url of node status checking * doc: reformat json string --------- Co-authored-by: imbajin <jin@apache.org> d62178b
imbajin
added a commit
to hugegraph/hugegraph-doc
that referenced
this pull request
Aug 5, 2025
* doc:fix the url of node status checking * doc: reformat json string --------- Co-authored-by: imbajin <jin@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the incorrect url in store node health checking.