1
0

[HUDI-1880] Support streaming read with compaction and cleaning (#2921)

This commit is contained in:
Danny Chan
2021-05-07 20:04:35 +08:00
committed by GitHub
parent 0a5863939b
commit 528f4ca988
5 changed files with 36 additions and 32 deletions

View File

@@ -163,7 +163,6 @@ public class StreamWriteFunctionWrapper<I> {
functionInitializationContext.getOperatorStateStore().checkpointSuccess(checkpointId);
coordinator.notifyCheckpointComplete(checkpointId);
this.bucketAssignerFunction.notifyCheckpointComplete(checkpointId);
this.writeFunction.notifyCheckpointComplete(checkpointId);
if (conf.getBoolean(FlinkOptions.COMPACTION_ASYNC_ENABLED)) {
try {
compactFunctionWrapper.compact(checkpointId);