jubins commented on code in PR #28226:
URL: https://github.com/apache/flink/pull/28226#discussion_r3314524397


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/application/ApplicationExceptionsHandler.java:
##########
@@ -47,17 +49,19 @@ public class ApplicationExceptionsHandler
                 RestfulGateway,
                 EmptyRequestBody,
                 ApplicationExceptionsInfoWithHistory,
-                ApplicationMessageParameters>
+                ApplicationExceptionsMessageParameters>
         implements ApplicationJsonArchivist {
 
+    static final int MAX_NUMBER_EXCEPTION_TO_REPORT = 20;

Review Comment:
   agreed, since you noted it's not a blocker for this fix, I'd prefer to keep 
this PR scoped and file a follow-up PR in the future



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