You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/11/09 17:31:28 UTC

[GitHub] [beam] kennknowles commented on pull request #15294: [BEAM-11986] Spanner write metric

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org