File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo "Kill the $jm_pod_name"
4242kubectl exec $jm_pod_name -c flink-main-container -- /bin/sh -c " kill 1"
4343
4444# Check the new JobManager recovering from latest successful checkpoint
45- wait_for_logs $jm_pod_name " Restoring job $job_id from .*chk " ${TIMEOUT} || exit 1
45+ wait_for_logs $jm_pod_name " Restoring job $job_id from Checkpoint " ${TIMEOUT} || exit 1
4646wait_for_logs $jm_pod_name " Completed checkpoint [0-9]+ for job" ${TIMEOUT} || exit 1
4747wait_for_status flinkdep/flink-example-statemachine ' .status.jobManagerDeploymentStatus' READY ${TIMEOUT} || exit 1
4848wait_for_status flinkdep/flink-example-statemachine ' .status.jobStatus.state' RUNNING ${TIMEOUT} || exit 1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ wait_for_jobmanager_running $CLUSTER_ID $TIMEOUT
6161jm_pod_name=$( get_jm_pod_name $CLUSTER_ID )
6262
6363# Check the new JobManager recovering from latest successful checkpoint
64- wait_for_logs $jm_pod_name " Restoring job $job_id from .*chk " ${TIMEOUT} || exit 1
64+ wait_for_logs $jm_pod_name " Restoring job $job_id from Checkpoint " ${TIMEOUT} || exit 1
6565wait_for_logs $jm_pod_name " Completed checkpoint [0-9]+ for job" ${TIMEOUT} || exit 1
6666wait_for_status flinkdep/flink-example-statemachine ' .status.jobManagerDeploymentStatus' READY ${TIMEOUT} || exit 1
6767wait_for_status flinkdep/flink-example-statemachine ' .status.jobStatus.state' RUNNING ${TIMEOUT} || exit 1
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ echo "Kill the $jm_pod_name"
4343kubectl exec $jm_pod_name -c flink-main-container -- /bin/sh -c " kill 1"
4444
4545# Check the new JobManager recovering from latest successful checkpoint
46- wait_for_logs $jm_pod_name " Restoring job $job_id from .*chk " ${TIMEOUT} || exit 1
46+ wait_for_logs $jm_pod_name " Restoring job $job_id from Checkpoint " ${TIMEOUT} || exit 1
4747wait_for_logs $jm_pod_name " Completed checkpoint [0-9]+ for job" ${TIMEOUT} || exit 1
4848wait_for_status $SESSION_CLUSTER_IDENTIFIER ' .status.jobManagerDeploymentStatus' READY ${TIMEOUT} || exit 1
4949wait_for_status $SESSION_JOB_IDENTIFIER ' .status.jobStatus.state' RUNNING ${TIMEOUT} || exit 1
You can’t perform that action at this time.
0 commit comments