Clarkkkkk commented on issue #6759: [FLINK-10247][Metrics] Run MetricQueryService in a dedicated actor system URL: https://github.com/apache/flink/pull/6759#issuecomment-427780030 Thanks for your review @tillrohrmann . I have replace the RPC service with actor system and get rid of the additional options. Meanwhile, I have some thoughts that need to discuss with you . As the actor system is dedicated for the metric query service, should we start the actor system in the MetricRegistry instead of in the ClusterEntrypoint and TaskManagerRunner? And the actor system can be shutdown during the shutdown process of MetricRegistry.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services