Summary
Thin client proxy (Gateway V2, port 10250) is co-located and should respond to TCP SYN-ACK in <10ms. The default 45s connect timeout masks proxy outages. Bifurcate to 1s for GW V2, keep 45s for GW V1.
Implementation Status
- Branch:
AzCosmos_H2ConnectAcquireTimeout
- Per-request
CONNECT_TIMEOUT_MILLIS via reactor-netty immutable .option()
- 3/3 iptables DROP SYN tests passed — 3 gateway stats entries in 3s budget proves 1s timeout
- PR not yet created
Acceptance Criteria
GA Blocker: Yes