Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.5.3, 1.6.0, 1.7.0
-
The metric query service runs now in its own ActorSystem. It needs consequently to open a new port for the query services to communicate with each other. This port can be configured via `metrics.internal.query-service.port` and is set by default to `0`.
Description
In order to make the MetricQueryService run independently of the main Flink components, it should get its own dedicated thread pool assigned.