spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
704 stars 694 forks source link

FirestoreIntegrationTests.saveAllBulkTest » StatusRuntime INVALID_ARGUMENT #2561

Closed meltsufin closed 3 years ago

meltsufin commented 3 years ago

This is happening in CI, albeit not consistently.

meltsufin commented 3 years ago

cc/ @dmitry-s

dmitry-s commented 3 years ago

I was unable to replicate this issue, but I got the following error when I increased the number of entries we write: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Write stream exhausted maximum allowed queued writes.

We might want to look at it as well.