You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "yirutang (via GitHub)" <gi...@apache.org> on 2023/02/08 00:05:06 UTC

[GitHub] [beam] yirutang opened a new issue, #25372: The dataflow failure log doesn't include error message

yirutang opened a new issue, #25372:
URL: https://github.com/apache/beam/issues/25372

   In a customer case investigation, we got this from the log:
   Append to stream projects/optimizely-edp-prod-data-1001/datasets/xxxx/tables/conversions_attributes/streams/_default by client #0 failed with error, operations will be retried. Details: com.google.cloud.bigquery.storage.v1.ConnectionWorker.requestCallback(ConnectionWorker.java:656) com.google.cloud.bigquery.storage.v1.ConnectionWorker.access$100(ConnectionWorker.java:58) com.google.cloud.bigquery.storage.v1.ConnectionWorker$2.run(ConnectionWorker.java:246) com.google.cloud.bigquery.storage.v1.StreamConnection$1.onResponse(StreamConnection.java:63) com.google.cloud.bigquery.storage.v1.StreamConnection$1.onResponse(StreamConnection.java:54) com.google.api.gax.tracing.TracedResponseObserver.onResponse(TracedResponseObserver.java:90) com.google.api.gax.grpc.ExceptionResponseObserver.onResponseImpl(ExceptionResponseObserver.java:74) com.google.api.gax.rpc.StateCheckingResponseObserver.onResponse(StateCheckingResponseObserver.java:60) com.google.api.gax.grpc.GrpcDirectStreamController$R
 esponseObserverAdapter.onMessage(GrpcDirectStreamController.java:134) io.grpc.ForwardingClientCallListener.onMessage(ForwardingClientCallListener.java:33) io.grpc.ForwardingClientCallListener.onMessage(ForwardingClientCallListener.java:33) io.grpc.ForwardingClientCallListener.onMessage(ForwardingClientCallListener.java:33) io.grpc.internal.DelayedClientCall$DelayedListener.onMessage(DelayedClientCall.java:454) io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1MessagesAvailable.runInternal(ClientCallImpl.java:662) io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1MessagesAvailable.runInContext(ClientCallImpl.java:647) io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748),no error
   
   It seems only the stacktrace was provided but not the error message. It makes understanding what's going on very difficult. Could we fix the error logging to include error message?


-- 
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.apache.org

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