kennknowles commented on pull request #15294:
URL: https://github.com/apache/beam/pull/15294#issuecomment-964374097


   We are seeing this error in our Spanner integration tests:
   
   ```
   RESOURCE_EXHAUSTED: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: 
Unable to create database 'beam-testdb-ze6w0okjvnnukhj2vr' because the instance 
'projects/apache-beam-testing/instances/beam-test' has already reached the 
maximum database limit (100). Please delete a database in the instance and try 
again, or choose a different instance.
   ```
   
   I confirmed that the instance is filled with `pybeam-read-<uuid>` and 
`pybeam-write-<uuid>` databases with 1 hour retention.
   
   Just an FYI. This class _looks_ like it sets up one database for all the 
test cases, and tears it down properly. But it is the only recent change I 
could find that could be related.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to