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
It's unclear to me what happens now in case the context of a distsql query is cancelled on the gateway. The distSQLReceiver doesn't respond to that in any way. RPCs using that context should be interrupted, and that's supposed to have cascading effects, but generally distsql RPCs are initiated by the producer, so I think in most cases no RPC will fail when the ctx on the gateway is cancelled.
The text was updated successfully, but these errors were encountered:
It's unclear to me what happens now in case the context of a distsql query is cancelled on the gateway. The distSQLReceiver doesn't respond to that in any way. RPCs using that context should be interrupted, and that's supposed to have cascading effects, but generally distsql RPCs are initiated by the producer, so I think in most cases no RPC will fail when the ctx on the gateway is cancelled.
The text was updated successfully, but these errors were encountered: