[ 
https://issues.apache.org/jira/browse/BEAM-11117?focusedWorklogId=504360&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-504360
 ]

ASF GitHub Bot logged work on BEAM-11117:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Oct/20 22:58
            Start Date: 23/Oct/20 22:58
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on pull request #13186:
URL: https://github.com/apache/beam/pull/13186#issuecomment-715624071


   With this change the log in `StreamingDataflowWorkerTest.testExceptions` 
becomes:
   ```
   Oct 23, 2020 3:48:24 PM 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker process
   SEVERE: Execution of work for computation 'computation' on key 'key0' failed 
with uncaught exception. Work will be retried locally.
   java.lang.Exception: Another exception!
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest$TestExceptionFn.processElement(StreamingDataflowWorkerTest.java:1220)
   Caused by: java.lang.Exception: Exception!
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest$TestExceptionFn.processElement(StreamingDataflowWorkerTest.java:1218)
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest$TestExceptionFn$DoFnInvoker.invokeProcessElement(Unknown
 Source)
        at 
org.apache.beam.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:227)
        at 
org.apache.beam.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:186)
        at 
org.apache.beam.runners.dataflow.worker.SimpleParDoFn.processElement(SimpleParDoFn.java:335)
        at 
org.apache.beam.runners.dataflow.worker.util.common.worker.ParDoOperation.process(ParDoOperation.java:44)
        at 
org.apache.beam.runners.dataflow.worker.util.common.worker.OutputReceiver.process(OutputReceiver.java:49)
        at 
org.apache.beam.runners.dataflow.worker.util.common.worker.ReadOperation.runReadLoop(ReadOperation.java:208)
        at 
org.apache.beam.runners.dataflow.worker.util.common.worker.ReadOperation.start(ReadOperation.java:159)
        at 
org.apache.beam.runners.dataflow.worker.util.common.worker.MapTaskExecutor.execute(MapTaskExecutor.java:89)
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.process(StreamingDataflowWorker.java:1404)
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.access$1100(StreamingDataflowWorker.java:156)
        at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker$7.run(StreamingDataflowWorker.java:1091)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   ```


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

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 504360)
    Time Spent: 0.5h  (was: 20m)

> Streaming Dataflow worker "Execution of work" messages are not actionable
> -------------------------------------------------------------------------
>
>                 Key: BEAM-11117
>                 URL: https://issues.apache.org/jira/browse/BEAM-11117
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-dataflow
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: P2
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The relevant exception is logged separately, so the message taken alone is 
> not informative.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to