afedulov commented on a change in pull request #11195: [FLINK-16222][runtime]
Use plugins mechanism for initializing MetricReporters
URL: https://github.com/apache/flink/pull/11195#discussion_r393843746
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java
##########
@@ -202,9 +204,11 @@ private SecurityContext
installSecurityContext(Configuration configuration) thro
return SecurityUtils.getInstalledContext();
}
- private void runCluster(Configuration configuration) throws Exception {
+ private void runCluster(Configuration configuration, PluginManager
pluginManager) throws Exception {
synchronized (lock) {
- initializeServices(configuration);
+
+ //TODO: Ask why FileSystem is not initialized here too.
Review comment:
See above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services