hugegraph-sync/.github/workflows
KAI de62d97f34
fix(server): configure finite DNS cache TTL (#3126)
1. A Store pod is replaced in Kubernetes and comes back on a new IP behind the
   same stable DNS name.
2. HugeGraph Server runs with `HugeSecurityManager` installed by default.
3. With a `SecurityManager` present and no explicit policy, Java 11 falls back to
   `networkaddress.cache.ttl = -1`, so `InetAddressCachePolicy` is `FOREVER`.
4. The Server therefore keeps resolving the Store name to the old pod IP, and
   HStore writes keep going to an address that no longer exists.
5. Nothing recovers this until the Server process is restarted.

The setting is only honoured as a **security** property. The ordinary
`-Dnetworkaddress.cache.ttl` system property has no effect here, which is why
that form is deliberately not used.

---------

Co-authored-by: imbajin <jin@apache.org>
2026-08-04 21:24:18 +08:00
..
auto-pr-review.yml chore: add auto pr review workflow 2025-10-29 15:58:32 +08:00
check-dependencies.yml chore: update workflow for 🚧 stage (#32) 2025-10-29 15:58:32 +08:00
cluster-test-ci.yml fix(dist): add license for swagger-ui & reset use stage to false in ci yml (#2706) 2024-12-30 23:05:24 +08:00
codeql-analysis.yml chore: update CodeQL workflow and cleanup dist.sh file 2025-10-29 15:58:32 +08:00
commons-ci.yml fix(dist): add license for swagger-ui & reset use stage to false in ci yml (#2706) 2024-12-30 23:05:24 +08:00
docker-build-ci.yml refactor: replace lsof port preflight with ss/netstat (#3105) 2026-08-03 17:25:00 +08:00
licence-checker.yml fix(dist): add license for swagger-ui & reset use stage to false in ci yml (#2706) 2024-12-30 23:05:24 +08:00
pd-store-ci.yml refactor: replace lsof port preflight with ss/netstat (#3105) 2026-08-03 17:25:00 +08:00
rerun-ci.yml chore(ci): optimize rerun workflow and add macOS RocksDB coverage (#3010) 2026-05-08 15:46:33 +08:00
riscv64-ci.yml feat(server): support build & use(RocksDB) on RISC-V (#3102) 2026-07-25 13:45:19 +08:00
server-ci.yml fix(server): configure finite DNS cache TTL (#3126) 2026-08-04 21:24:18 +08:00
stale.yml feat(dist): support docker deployment for PD and Store (#2573) 2024-07-15 11:12:25 +08:00