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
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
Copy file name to clipboardExpand all lines: engine/flink/minicluster/src/main/scala/pl/touk/nussknacker/engine/flink/minicluster/scenariotesting/FlinkMiniClusterScenarioStateVerifier.scala
+2-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ class FlinkMiniClusterScenarioStateVerifier(
Copy file name to clipboardExpand all lines: engine/flink/minicluster/src/main/scala/pl/touk/nussknacker/engine/flink/minicluster/scenariotesting/FlinkMiniClusterScenarioTestRunner.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ class FlinkMiniClusterScenarioTestRunner(
0 commit comments