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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]