bitflicker64 commented on PR #3132: URL: https://github.com/apache/hugegraph/pull/3132#issuecomment-5520929460
Status as of 2026-09-03, head `535bc8b1`. **On the branch since the last update** - `6f3ba544`: each Server registers its own Pod IP with PD instead of the shared Service URL (ported from helm-dev). Verified live on 2026-09-02 on a 1+3 kind cluster: three registry rows with the three Pod IPs, Hubble lists three Servers, a replaced Pod's row expired 30 to 35 s after deletion against the 45 s lease bound, and `server.advertiseUrl` still collapses the list to one row. - `c768f9e2`: Limitations corrected. PD management REST authenticates on the service name only (any password for `hg`, `store`, `hubble`, `vermeer`) and returns 200 on every outcome; the earlier "rejects every credential" wording was wrong, and the recovery commands now carry `-u hg:` so they actually run. - `7d9d084e`, `535bc8b1`: `pd.readinessPath` and `store.waitPath`, both defaulting to `/v1/health`, with a TODO on each to flip to `/v1/ready` in the same commit as the 1.8.0 image pin. **Filed upstream from the findings here** - apache/hugegraph#3183: `/v1/health` is liveness only, quorum-blind; fix open as #3185 (`/v1/ready`, 503 without a raft leader). - apache/hugegraph#3186: Server entrypoint hardcodes `-t 120`, defeating the chart's 450 s startup budget; fix open as #3187. - apache/hugegraph#3188: the PD REST auth path itself, both halves, proposed for 1.8.0 as one bundle with the client wiring. - hugegraph/actions#29: stamp `org.opencontainers.image.revision` on the Hubble image so the whole topology is attributable. **Still gating draft exit** 1. A 1.8.x release for the tag pin; the two readiness paths flip in that commit. 2. The open thread on `store-statefulset.yaml`: measurement and proposed deferral to #3185 are in the thread. 3. The `hstore` check is red on `VertexCoreTest.testQueryByJointIndexesWithSearchAndTwoRangeIndexesAndWithin`, which is #3180 (fix in #3182), unrelated to the chart; it needs a re-run once that merges. The description is now folded into three sections (what the chart contains, validation record, work left) with the template sections visible at the end. -- 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]
