distsqlrun: ignore breaker when outbox dials node #38602
Labels
A-sql-execution
Relating to SQL execution.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-2-temp-unavailability
Temp crashes or other availability problems. Can be worked around or resolved by restarting.
cockroach/pkg/sql/distsqlrun/outbox.go
Line 220 in 5a0ae02
When nodes in the cluster have recently restarted, the above dial can fail which results in the "dialee" failing with a "no inbound stream connection" error after a long timeout (10s).
In the outbox, one is relatively sure that the node is reachable (otherwise, the gateway probably would not have set the flow up that way), so it might be better in general to ignore the breaker, or to mitigate this somewhat.
See #38484 (comment)
The text was updated successfully, but these errors were encountered: