Skip to content

Commit

Permalink
[Hotfix][Zeta] Fix job crash when schema changing on multiple paralle…
Browse files Browse the repository at this point in the history
…l readers (apache#6977)
  • Loading branch information
dailai authored and chaorongzhi committed Aug 21, 2024
1 parent ad5c61d commit 62a8532
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ public void triggerBarrier(Barrier barrier) throws Exception {
barrier.getId(),
schemaChangePhase.get().getPhase());
} else {
throw new IllegalStateException(
String.format(
"schema-change checkpoint[%s] and phase[%s] is not matched",
barrier.getId(), checkpointType));
log.debug(
"Ignore schema-change checkpoint[{}] on idle task, phase: [{}]",
barrier.getId(),
checkpointType);
}
}
}
Expand Down

0 comments on commit 62a8532

Please sign in to comment.