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
Respect timeout on client.read_rows. Don't resume on DEADLINE_EXCEEDED errors. (#8025)
* Respect timeout on `client.read_rows`. Don't resume on `DEADLINE_EXCEEDED` errors. DEADLINE_EXCEEDED should not be resumed. Currently, you can set a timeout on reads, but the reader will reconnect after the timeout value finishes. Always resuming the stream masked internal issue 132959978 from clients, where the default deadline is much too low for read streams. Wait for the deadline configuration fix for read rows to go in before merging. * Blacken
0 commit comments