docs: document Docker process supervision model and -d flag (EN + CN) #461
Open
bitflicker64 wants to merge 2 commits into
Open
docs: document Docker process supervision model and -d flag (EN + CN) #461bitflicker64 wants to merge 2 commits into
bitflicker64 wants to merge 2 commits into
Conversation
- Add Container Supervision & Health Checks section to Docker cluster guide (EN + CN): explains exec/tail --pid supervision model, HEALTHCHECK endpoints for all four images, and cron monitor deprecation - Add -d flag documentation to PD and Store quickstart guides (EN + CN): -d true (default) = daemon, -d false = foreground for Docker/supervisors Follow-up to apache/hugegraph#3043, #3047, #3051, #3052.
11 tasks
imbajin
reviewed
Jun 9, 2026
imbajin
left a comment
Member
There was a problem hiding this comment.
Doc looks aligned with the intended direction, but the image version scope should be clarified before this is merged.
…ction The supervision model and HEALTHCHECK behavior documented in this section are not present in 1.7.0 images. Add a callout in EN and CN so users on 1.7.0 are directed to use latest or wait for the next release tag. Addresses review feedback on apache#461.
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.
Purpose of the PR
Follow-up documentation for apache/hugegraph#3043.
Covers changes merged in:
-d true|falseflag tostart-hugegraph-pd.shandstart-hugegraph-store.shtail -f /dev/nullin all three Docker entrypoints with proper Java process supervisionHEALTHCHECKto all four Dockerfiles and removed unusedcronMain Changes
Docker cluster guide (
hugegraph-docker-cluster.md, EN + CN):exec/tail --pidsupervision model-m true) is for VM/bare-metal only, not DockerPD quickstart (
hugegraph-pd.md, EN + CN):-dflag:-d true(default) = daemon,-d false= foreground for Docker/process supervisorsStore quickstart (
hugegraph-hstore.md, EN + CN):-dflag documentation forstart-hugegraph-store.shVerifying these changes
apache/hugegraphmasterDoes this PR potentially affect the following parts?
Documentation Status
Doc - Updated