You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of disabled parallel reading from replicas, hedged connections
will read from single replica, but when hedged requests are disabled,
the query will use `max_parallel_replicas`.
This patch enforces client to use single replica in case of disabled
parallel replicas reading with `PoolMode::GET_ONE`, and removes this
logic from `HedgedConnections`.
0 commit comments