Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.18.0
Description
May 21 01:15:09 ============================================================================== May 21 01:15:09 Process produced no output for 900 seconds. May 21 01:15:09 ============================================================================== May 21 01:15:09 ============================================================================== May 21 01:15:09 The following Java processes are running (JPS) May 21 01:15:09 ============================================================================== ... May 21 01:15:10 "ForkJoinPool-1-worker-25" #27 daemon prio=5 os_prio=0 tid=0x00007ff334c35800 nid=0x1e49 waiting on condition [0x00007ff23c3e7000] May 21 01:15:10 java.lang.Thread.State: WAITING (parking) May 21 01:15:10 at sun.misc.Unsafe.park(Native Method) May 21 01:15:10 - parking to wait for <0x00000000ce8682e0> (a java.util.concurrent.CompletableFuture$Signaller) May 21 01:15:10 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) May 21 01:15:10 at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707) May 21 01:15:10 at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313) May 21 01:15:10 at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742) May 21 01:15:10 at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) May 21 01:15:10 at org.apache.flink.connector.file.src.FileSourceTextLinesITCase$RecordCounterToFail.waitToFail(FileSourceTextLinesITCase.java:481) May 21 01:15:10 at org.apache.flink.connector.file.src.FileSourceTextLinesITCase$RecordCounterToFail.access$100(FileSourceTextLinesITCase.java:457) May 21 01:15:10 at org.apache.flink.connector.file.src.FileSourceTextLinesITCase.testBoundedTextFileSource(FileSourceTextLinesITCase.java:145) May 21 01:15:10 at org.apache.flink.connector.file.src.FileSourceTextLinesITCase.testBoundedTextFileSourceWithJobManagerFailover(FileSourceTextLinesITCase.java:110) May 21 01:15:10 ... May 21 01:15:10 Killing process with pid=860 and all descendants /__w/2/s/tools/ci/watchdog.sh: line 113: 860 Terminated $cmd May 21 01:15:11 Process exited with EXIT CODE: 143. May 21 01:15:11 Trying to KILL watchdog (856). May 21 01:15:11 Searching for .dump, .dumpstream and related files in '/__w/2/s' May 21 01:15:15 Moving '/__w/2/s/flink-connectors/flink-connector-files/target/surefire-reports/2023-05-21T00-58-13_549-jvmRun2.dumpstream' to target directory ('/__w/_temp/debug_files') May 21 01:15:15 Moving '/__w/2/s/flink-connectors/flink-connector-files/target/surefire-reports/2023-05-21T00-58-13_549-jvmRun2.dump' to target directory ('/__w/_temp/debug_files') The STDIO streams did not close within 10 seconds of the exit event from process '/bin/bash'. This may indicate a child process inherited the STDIO streams and has not yet exited.
Attachments
Issue Links
- links to
- mentioned in
-
Page Loading...