zentol 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_r394236320
##########
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:
I've got no clue. Maybe @tillrohrmann remembers why this was added outside
`runSecured` in
https://github.com/apache/flink/commit/bbac4a6c922199db08a5244d0fa1262a5f16d479#diff-5334e24ac6a0d7e69599ceca71fd2e99.
----------------------------------------------------------------
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