Skip to content

Commit

Permalink
[INLONG-10355][Sort] fix defect
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Jul 2, 2024
1 parent 22526a9 commit 8fd27f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ public void initializeState(FunctionInitializationContext functionInitialization

@Override
public void notifyCheckpointComplete(long checkpointId) {
commitTransaction(checkpointId);
flushAudit();
updateLastCheckpointId(checkpointId);
commitTransaction(checkpointId);
}

private void commitTransaction(long checkpointId) {
Expand Down

0 comments on commit 8fd27f8

Please sign in to comment.