[HUDI-3043] Revert async cleaner leak commit to unblock CI failure (#4343)
* Revert "[HUDI-2959] Fix the thread leak of cleaning service (#4252)" Reverting to unblock CI failure for now. will revisit this with the right fix
This commit is contained in:
committed by
GitHub
parent
294d712948
commit
7e7ad1558c
@@ -281,11 +281,7 @@ public class HoodieFlinkWriteClient<T extends HoodieRecordPayload> extends
|
||||
* checkpoint finish.
|
||||
*/
|
||||
public void startAsyncCleaning() {
|
||||
if (this.asyncCleanerService == null) {
|
||||
this.asyncCleanerService = AsyncCleanerService.startAsyncCleaningIfEnabled(this);
|
||||
} else {
|
||||
this.asyncCleanerService.start(null);
|
||||
}
|
||||
this.asyncCleanerService = AsyncCleanerService.startAsyncCleaningIfEnabled(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user