LeonYoah commented on issue #9885:
URL: https://github.com/apache/seatunnel/issues/9885#issuecomment-3341490263
> Thanks for providing the logs. Could you please paste only the most
relevant portions of the logs directly into the issue so we can review them
safely?
I downloaded the zip file he provided and found some information about
```
"BlockingWorker-TaskGroupLocation{jobId=1022327880396308483, pipelineId=1,
taskGroupId=6}" #26358 prio=5 os_prio=0 tid=0x00007fc0ec014000 nid=0x1d654
waiting on condition [0x00007fc1b1ad9000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304)
at
com.hazelcast.spi.impl.AbstractInvocationFuture.manageParking(AbstractInvocationFuture.java:693)
at
com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:615)
at
org.apache.seatunnel.engine.server.TaskExecutionService.updateMetricsContextInImap(TaskExecutionService.java:591)
at
org.apache.seatunnel.engine.server.TaskExecutionService.access$1200(TaskExecutionService.java:116)
at
org.apache.seatunnel.engine.server.TaskExecutionService$TaskGroupExecutionTracker.taskDone(TaskExecutionService.java:942)
at
org.apache.seatunnel.engine.server.TaskExecutionService$BlockingWorker.run(TaskExecutionService.java:697)
at
org.apache.seatunnel.engine.server.TaskExecutionService$NamedTaskWrapper.run(TaskExecutionService.java:1008)
at org.apache.seatunnel.api.tracing.MDCRunnable.run(MDCRunnable.java:43)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)
"qtp1535472351-165-acceptor-3" #165 - BLOCKED (on object monitor)
"qtp1535472351-163-acceptor-1" #163 - BLOCKED (on object monitor)
"qtp1535472351-162-acceptor-0" #162 - BLOCKED (on object monitor)
"BlockingWorker-TaskGroupLocation{jobId=1022328090598047748}" -
TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.seatunnel.engine.server.task.SeaTunnelTask.stateProcess(SeaTunnelTask.java:158)
```
--
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]