eldenmoon commented on code in PR #27764:
URL: https://github.com/apache/doris/pull/27764#discussion_r1410117117
##########
gensrc/proto/internal_service.proto:
##########
@@ -801,6 +801,23 @@ message PGetWalQueueSizeResponse{
optional int64 size = 2;
}
+message PTabletsLocation {
+ required string host = 1;
+ required int32 brpc_port = 2;
Review Comment:
not use required in proto, use optional instead
--
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]