pengxiangyu commented on code in PR #16588: URL: https://github.com/apache/doris/pull/16588#discussion_r1103959773
########## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ########## @@ -174,6 +179,60 @@ public FrontendServiceImpl(ExecuteEnv exeEnv) { this.exeEnv = exeEnv; } + @Override + public TStatus confirmUnusedRemoteFiles(TConfirmUnusedRemoteFilesRequest request) throws TException { Review Comment: This request will be too many, FE service will be blocked. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org