We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83ec41 commit e981675Copy full SHA for e981675
flink-end-to-end-tests/test-scripts/common.sh
@@ -429,6 +429,7 @@ function check_logs_for_exceptions {
429
| grep -v "org.apache.flink.runtime.JobException: Recovery is suppressed" \
430
| grep -v "WARN akka.remote.ReliableDeliverySupervisor" \
431
| grep -v "RecipientUnreachableException" \
432
+ | grep -v "SerializedCheckpointException.unwrap" \
433
| grep -ic "exception" || true)
434
if [[ ${exception_count} -gt 0 ]]; then
435
echo "Found exception in log files; printing first 500 lines; see full logs for details:"
0 commit comments