-
Notifications
You must be signed in to change notification settings - Fork 451
Description
Here is a more detailed error.
Google\Cloud\Core\Exception\ServerException: {
"message": "Received RST_STREAM with error code 2",
"code": 13,
"status": "INTERNAL",
"details": []
} in /project/vendor/google/cloud-core/src/GrpcRequestWrapper.php:257
Stack trace:
#0 /project/vendor/google/cloud-core/src/GrpcRequestWrapper.php(194): Google\Cloud\Core\GrpcRequestWrapper->convertToGoogleException(Object(Google\ApiCore\ApiException))
#1 [internal function]: Google\Cloud\Core\GrpcRequestWrapper->handleStream(Object(Google\ApiCore\ServerStream))
#2 /project/vendor/google/cloud-spanner/src/Result.php(191): Generator->valid()
#3 [internal function]: Google\Cloud\Spanner\Result->Google\Cloud\Spanner\{closure}()
#4 /project/vendor/google/cloud-core/src/ExponentialBackoff.php(80): call_user_func_array(Object(Closure), Array)
#5 /project/vendor/google/cloud-spanner/src/Result.php(192): Google\Cloud\Core\ExponentialBackoff->execute(Object(Closure))
#6 [internal function]: Google\Cloud\Spanner\Result->rows()
....
We have been seeing this error for a few weeks now across various projects running various versions of google/cloud-spanner (including one that is running the latest v1.51.2).
I have not been able to reproduce this error since it happens randomly.
When the error occurs, it shows up in bulk within a span of a few seconds arcoss different pods on K8s.
This error seems to always occur at the first query within a transaction.
Would it be possible to add a retry for this specific error here?
I'm suggesting this because google-cloud-go seems to be doing something similar.
I usually don't post issues until I have reproducible code but this has been affecting production for weeks, so I am eager to get some kind of solution to mitigate the error.
Also, does anyone here know what "error code 2" is?
Understanding it might help to better understand the error.
Thanks.
Environment details
- OS: Alpine Linux 3.15
- PHP version: 8.0.20
- Package name and version:
- google/laravel-spanner 1.51.2
- grpc 1.48.0
- protobuf 3.21.2