starrocks-connector-for-apache-flink
starrocks-connector-for-apache-flink copied to clipboard
too much threads of 'starrocks-interval-sink-thread-1'
The flink task consumes kafka and writes starrocks, implemented via Flinks-connector-Starrocks. flink task started for 3 months. On a node of yarn cluster, it was found that this task created 60,000 + threads named "starrocks-interval-sink-thread-1", and the threads were WAITTING state.
pom
<dependency> <groupId>com.starrocks</groupId> <artifactId>flink-connector-starrocks</artifactId> <version>1.1.14_flink-1.13_2.11</version> </dependency>
ps -eLf | wc -l
jstack -l 26756
arthas threads
flink code