14 UNAVAILABLE: Request 'AppendRows' from role 'cloud-dataengine-globalrouting' throttled: Task is overloaded (memory-protection) go/tr-t #442
Labels
api: bigquerystorage
Issues related to the googleapis/nodejs-bigquery-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: question
Request for information or clarification. Not an issue.
Hello!
I've been using the Storage Write pending stream to write that successfully, but recently I started getting this error from time to time:
14 UNAVAILABLE: Request 'AppendRows' from role 'cloud-dataengine-globalrouting' throttled: Task is overloaded (memory-protection) go/tr-t
The error is emitted by the
connection
created bywriteClient.createStreamConnection
. This is what I'm doingI didn't find much documentation about this specific issue. Can anyone provide guidance on what may be happening or direct me to the corresponding documentation so I can debug it?
What is puzzling me is that this error only happens intermittently. I haven't been able to reproduce it locally, but I see it happening from time to time in my application logs.
Thanks!
The text was updated successfully, but these errors were encountered: