yiguolei commented on code in PR #26749: URL: https://github.com/apache/doris/pull/26749#discussion_r1398327235
########## gensrc/proto/internal_service.proto: ########## @@ -589,6 +589,7 @@ message PTabletWriteSlaveRequest { message IndexSize { required int64 indexId = 1; required int64 size = 2; + required string suffix_path = 3; Review Comment: never use required, using optional -- 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