Abacn commented on PR #32522:
URL: https://github.com/apache/beam/pull/32522#issuecomment-2364659630
```
java.lang.RuntimeException: Dataflow job
2024-09-20_12_32_18-8696550461908579531 terminated in state RUNNING but did not
return a failure reason.
at
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:149)
```
however the job does succeeded. The worker log shows
```
2024-09-20 15:34:47.080 EDT
Entering instruction processing loop
2024-09-20 15:35:02.066 EDT
Memory is used/total/max = 392/890/4951 MB, GC last/max = 3.47/3.47 %
(configured threshold: 50.00%), #pushbacks=0, gc thrashing=false
2024-09-20 15:40:02.073 EDT
Memory is used/total/max = 392/890/4951 MB, GC last/max = 0.00/3.47 %
(configured threshold: 50.00%), #pushbacks=0, gc thrashing=false
2024-09-20 15:45:02.078 EDT
Memory is used/total/max = 88/930/4951 MB, GC last/max = 1.06/3.47 %
(configured threshold: 50.00%), #pushbacks=0, gc thrashing=false
2024-09-20 15:47:46.638 EDT
Filepattern gs://apache-beam-samples/shakespeare/sonnets.txt matched 1 files
with total size 95662
```
took extended period of time to match the file source.
--
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]