server: should signal readiness (--background) later #35070
Labels
A-kv-server
Relating to the KV-level RPC server
A-server-architecture
Relates to the internal APIs and src org for server code
A-server-start-drain
Pertains to server startup and shutdown sequences
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
T-server-and-security
DB Server & Security
X-stale
See #34897 (comment)
TL;DR:
--background
currently signals readiness here:cockroach/pkg/server/server.go
Lines 1375 to 1380 in 475958d
But that's too early - it may still take a while (tens of seconds) until the node is actually responsive.
Jira issue: CRDB-4609
The text was updated successfully, but these errors were encountered: