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
If I do a read and get back RESOURCE_EXHAUSTED, there is no way to tell whether that's because there was another read in progress (in which case I should just retry) or whether it's because my read attempt used too many paths, filters, etc (in which case I need to change what sort of request I am sending).
Proposed Solution
Use BUSY to indicate "no available read clients right now", not RESOURCE_EXHAUSTED.
The text was updated successfully, but these errors were encountered:
Problem
If I do a read and get back RESOURCE_EXHAUSTED, there is no way to tell whether that's because there was another read in progress (in which case I should just retry) or whether it's because my read attempt used too many paths, filters, etc (in which case I need to change what sort of request I am sending).
Proposed Solution
Use BUSY to indicate "no available read clients right now", not RESOURCE_EXHAUSTED.
The text was updated successfully, but these errors were encountered: