akalash commented on a change in pull request #19043:
URL: https://github.com/apache/flink/pull/19043#discussion_r825809885
##########
File path: flink-end-to-end-tests/test-scripts/common.sh
##########
@@ -429,6 +429,7 @@ function check_logs_for_exceptions {
| grep -v "org.apache.flink.runtime.JobException: Recovery is suppressed" \
| grep -v "WARN akka.remote.ReliableDeliverySupervisor" \
| grep -v "RecipientUnreachableException" \
+ | grep -v "SerializedCheckpointException.unwrap" \
Review comment:
https://issues.apache.org/jira/browse/FLINK-26049. See changes in
`CheckpointFailureManager`(the logging was added).
I pretty sure about SerializedCheckpointException.unwrap because it is a
line in the middle of stack trace but our target is to react on the main
exception(the first line) in the stacktrace
--
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]