morningman commented on a change in pull request #6323: URL: https://github.com/apache/incubator-doris/pull/6323#discussion_r684640597
########## File path: gensrc/thrift/BackendService.thrift ########## @@ -161,4 +161,5 @@ service BackendService { TStreamLoadRecordResult get_stream_load_record(1: i64 last_stream_record_time); + oneway void clean_trash(); Review comment: Is it safe to be called multi times using `oneway`? And is the method `start_trash_sweep()` thread safe? -- 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