bitflicker64 opened a new pull request, #461: URL: https://github.com/apache/hugegraph-doc/pull/461
## Purpose of the PR Follow-up documentation for [apache/hugegraph#3043](https://github.com/apache/hugegraph/issues/3043). Covers changes merged in: - [apache/hugegraph#3047](https://github.com/apache/hugegraph/pull/3047) — added `-d true|false` flag to `start-hugegraph-pd.sh` and `start-hugegraph-store.sh` - [apache/hugegraph#3051](https://github.com/apache/hugegraph/pull/3051) — replaced `tail -f /dev/null` in all three Docker entrypoints with proper Java process supervision - [apache/hugegraph#3052](https://github.com/apache/hugegraph/pull/3052) — added native `HEALTHCHECK` to all four Dockerfiles and removed unused `cron` ## Main Changes **Docker cluster guide (`hugegraph-docker-cluster.md`, EN + CN):** - Add "Container Supervision & Health Checks" section explaining the new `exec`/`tail --pid` supervision model - Add HEALTHCHECK endpoint table for all four images (PD, Store, Server, hstore) - Note that the cron-based monitor (`-m true`) is for VM/bare-metal only, not Docker **PD quickstart (`hugegraph-pd.md`, EN + CN):** - Document the `-d` flag: `-d true` (default) = daemon, `-d false` = foreground for Docker/process supervisors **Store quickstart (`hugegraph-hstore.md`, EN + CN):** - Same `-d` flag documentation for `start-hugegraph-store.sh` ## Verifying these changes - [x] Need tests and can be verified as follows: - Read the updated sections and confirm they match the actual script behavior in `apache/hugegraph` master ## Does this PR potentially affect the following parts? - [ ] Dependencies - [ ] Modify configurations - [ ] The public API - [ ] Other affects - [x] Nope ## Documentation Status - [x] `Doc - Updated` -- 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]
