jinglining commented on a change in pull request #10882: [FLINK-15628][rest]Fix 
initialize webSubmissionHandlers list in WebSu…
URL: https://github.com/apache/flink/pull/10882#discussion_r367853887
 
 

 ##########
 File path: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebSubmissionExtension.java
 ##########
 @@ -61,7 +61,7 @@ public WebSubmissionExtension(
                        Executor executor,
                        Time timeout) throws Exception {
 
-               webSubmissionHandlers = new ArrayList<>(5);
+               webSubmissionHandlers = new ArrayList<>(6);
 
 Review comment:
   OK.

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