WencongLiu commented on PR #22341: URL: https://github.com/apache/flink/pull/22341#issuecomment-1543301331
@XComp Thanks for your reply! 😀 I only have a small questions. What should I define the return types of `void createDirtyResult(JobResultEntry) ` `void markResultAsClean(JobID)` Currently the invokers of these two methods need sync behaviors. If we give it a Completable<Void>,and the invokers must use future.get(). From this point, refracting return types of these two methods is a little meaningless. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
