bitflicker64 commented on PR #3149: URL: https://github.com/apache/hugegraph/pull/3149#issuecomment-5410097128
Fixed in 96160375, verified against a real cluster. The advertised-address point is the important one and you were right: `HG_SERVER_REST_URL` becomes `restserver.url`, which is the bind address. Running the cluster with the documented override crash-looped that replica on `java.net.BindException: Cannot assign requested address` while the two defaults stayed healthy. The three variables are gone and the README documents the limitation instead. My earlier reply on that thread was wrong. Also fixed: healthcheck no longer pins to the seeded password (401-only, so password rotation cannot brick readiness), Hubble volumes are external so `down -v` from either flow cannot destroy shared state, pull policy is overridable for offline use, the non-auth flow documents network/volumes/teardown, the dotenv reader rejects unquoted values and runs in a subshell, and CI unsets the variables it asserts defaults for, covers the non-auth properties, and gates the smoke test to contract changes. -- 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]
