pgaref commented on code in PR #22506:
URL: https://github.com/apache/flink/pull/22506#discussion_r1184449298


##########
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/factories/DefaultJobMasterServiceFactory.java:
##########
@@ -122,6 +123,7 @@ private JobMasterService internalCreateJobMasterService(
                         DefaultExecutionDeploymentReconciler::new,
                         BlocklistUtils.loadBlocklistHandlerFactory(
                                 jobMasterConfiguration.getConfiguration()),
+                        Collections.emptySet(),

Review Comment:
   Right, this is a placeholder for loaded FailureEnrichers using a conf 
(probably from ClusterEndpoint or Dispatcher -- empty for now to facilitate 
testing) -- tracking this as part of FLINK-31993



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to