AHeise 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_r394144042
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java
##########
@@ -160,13 +161,14 @@ public void startCluster() throws
ClusterEntrypointException {
LOG.info("Starting {}.", getClass().getSimpleName());
try {
-
- configureFileSystems(configuration);
+ //TODO: push down filesystem initialization into
runCluster - initializeServices (?)
Review comment:
That's something that @zentol knows much better. It sounds plausible to me.
----------------------------------------------------------------
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