Abacn commented on issue #34990:
URL: https://github.com/apache/beam/issues/34990#issuecomment-3617355116

   Likely due to #36654 by checking commits of the first failing run 
(https://github.com/apache/beam/commits/6b4dc555a245b4f82250677de21890955867314c)
 and last succeeded run 
(https://github.com/apache/beam/commits/fe07fe767098663c032f84df74b4b4f7723bf607).
   
   There is a Spanner write job stuck (e.g. job id 
`2025-12-04_12_26_17-394437020649606185`)
   
   Elapsed time 4 hr 9 min
   
   ```
   "org.apache.beam.sdk.util.UserCodeException: 
com.google.cloud.spanner.SpannerException: UNAVAILABLE: 
com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: 
UNAVAILABLE: io exception
        at 
org.apache.beam.sdk.util.UserCodeException.wrap(UserCodeException.java:39)
        at 
org.apache.beam.sdk.io.gcp.spanner.ReadSpannerSchema$DoFnInvoker.invokeProcessElement(Unknown
 Source)
        at 
org.apache.beam.fn.harness.FnApiDoFnRunner.processElementForWindowObservingParDo(FnApiDoFnRunner.java:639)
   ...
   Caused by: com.google.cloud.spanner.SpannerException: UNAVAILABLE: 
com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: 
UNAVAILABLE: io exception
        at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerExceptionPreformatted(SpannerExceptionFactory.java:396)
        at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:223)
        at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:135)
        at 
com.google.cloud.spanner.SessionPool$WaiterFuture.pollUninterruptiblyWithTimeout(SessionPool.java:1975)
        at 
com.google.cloud.spanner.SessionPool$WaiterFuture.get(SessionPool.java:1920)
   ...
   ```


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