Hello,

In a single JVM, I'm running multiple flink batch jobs locally using the 
MiniCluster (Java 17 and Flink 1.18).

At the beginning of the process, the Mini Cluster starts pretty much instantly. 
However, I'm running into an issue where the more jobs I execute the longer the 
MiniCluster takes to start.

Here's an example:

2024-01-17 17:07:26.989 [INFO ] MiniCluster - Starting Flink Mini Cluster
2024-01-17 17:07:27.165 [INFO ] MiniCluster - Starting Metrics Registry
2024-01-17 17:07:33.801 [INFO ] MetricRegistryImpl - No metrics reporter 
configured, no metrics will be exposed/reported.
2024-01-17 17:07:33.801 [INFO ] MiniCluster - Starting RPC Service(s)
2024-01-17 17:07:34.646 [INFO ] MiniCluster - Flink Mini Cluster started 
successfully

Has anyone faced this issue?

Thanks.

Reply via email to