nielm commented on PR #28319:
URL: https://github.com/apache/beam/pull/28319#issuecomment-1708735580

   > Nothing in the tried code throws a SpannerException
   
   I disagree with this - this updates a change stream watermark using a 
Spanner database transaction --this could throw a SpannerException (which is a 
RuntimeException as it is extended from 
[BaseServiceException](https://github.com/googleapis/sdk-platform-java/blob/main/java-core/google-cloud-core/src/main/java/com/google/cloud/BaseServiceException.java)
 ) for a variety of reasons - including network, GRPC, service or database 
instance failures
   
   @thiagotnunes who wrote this code to confirm.
   


-- 
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