jubins commented on code in PR #28202:
URL: https://github.com/apache/flink/pull/28202#discussion_r3293195721
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/application/ApplicationExceptionsMessageParameters.java:
##########
@@ -30,7 +30,7 @@
/** {@link MessageParameters} for {@link ApplicationExceptionsHandler}. */
public class ApplicationExceptionsMessageParameters extends
ApplicationMessageParameters {
- private final UpperLimitExceptionParameter upperLimitExceptionParameter =
+ public final UpperLimitExceptionParameter upperLimitExceptionParameter =
Review Comment:
Agreed, reverted the visibility change on
ApplicationExceptionsMessageParameters and deleted the corresponding test in
the latest push. Will defer the full server-side fix in #28226.
--
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]