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_r394241322
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/ReporterSetup.java
 ##########
 @@ -178,36 +164,96 @@ private static ReporterSetup createReporterSetup(String 
reporterName, MetricConf
                                metricReporterOptional.ifPresent(reporter -> {
                                        MetricConfig metricConfig = new 
MetricConfig();
                                        
reporterConfig.addAllToProperties(metricConfig);
-
-                                       
reporterArguments.add(createReporterSetup(reporterName, metricConfig, 
reporter));
+                                       
reporterSetups.add(createReporterSetup(reporterName, metricConfig, reporter));
                                });
-                       }
-                       catch (Throwable t) {
+                       } catch (Throwable t) {
 
 Review comment:
   our code style unfortunately does not cover the placement of such braces; 
hence we reject any changes such as this to existing code.

----------------------------------------------------------------
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

Reply via email to