dawidwys commented on a change in pull request #19043: URL: https://github.com/apache/flink/pull/19043#discussion_r825772747
########## 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: Can you point me to the issue that added the exception? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org