bitflicker64 commented on issue #3043: URL: https://github.com/apache/hugegraph/issues/3043#issuecomment-4646176331
@imbajin — the core fix is complete. All merged PRs: #3044 — fix foreground mode exit code propagation in start-hugegraph.sh #3047 — same fix for start-hugegraph-pd.sh and start-hugegraph-store.sh #3051 — replace tail -f /dev/null with proper Java process supervision in all three Docker entrypoints #3052 — add HEALTHCHECK to all four Dockerfiles and remove unused cron from images Also have a non-blocking CI hardening PR open (#3055) to distinguish "skipped" from "passed" in the startup test suite, flagged in your reviews of #3044 and #3047. Starting on the documentation PR (Chunk 10) next — will cover the -d true|false flag, Docker-native supervision model, and HEALTHCHECK behavior. Is there anything else you'd like addressed before we close this out? -- 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]
