You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NU-2045] FlinkMiniClusterWithServices: attached variants of methods creating StreamExecutionEnvironment + SyncIO to fix problem with ThreadLocal + clean up
Copy file name to clipboardExpand all lines: engine/flink/minicluster/src/main/scala/pl/touk/nussknacker/engine/flink/minicluster/FlinkMiniClusterFactory.scala
// This method is used only by external project. It should be used with caution because action on StreamExecutionEnvironment
122
+
// can be blocking and it can cause thread pool starvation or deadlock. As an alternative, we recommend to use createDetachedStreamExecutionEnvironment
0 commit comments