Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
Description
While working on FLINK-31894 I realized that `UpperLimitExceptionParameter` allows multiple values to be collected as a comma separated list even though JobExceptionsHandler is only using the first one https://github.com/apache/flink/blob/1293958652053c0d163fde28e8dfefb5ee8f6101/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandler.java#L101-L104
A better approach would be to deny multiple `maxExceptions` params and let the users know.
Attachments
Issue Links
- relates to
-
FLINK-31894 ExceptionHistory and REST API failure label integration
- Resolved
- links to