zentol commented on code in PR #22350:
URL: https://github.com/apache/flink/pull/22350#discussion_r1158284092


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/RestHandlerConfiguration.java:
##########
@@ -96,13 +105,20 @@ public static RestHandlerConfiguration 
fromConfiguration(Configuration configura
 
         final boolean webSubmitEnabled = 
configuration.getBoolean(WebOptions.SUBMIT_ENABLE);
         final boolean webCancelEnabled = 
configuration.getBoolean(WebOptions.CANCEL_ENABLE);
+        final boolean webRescaleSupported =

Review Comment:
   This is doubly unfortunate since I originally expected this to work such 
that we could disable the handlers, preventing calls to the requirement APIs if 
the DefaultScheduler is used.
   Due to that I removed the handling of UnsupportedOperationExceptions from 
the JobMaster.
   :facepalm: 
   



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to