imay commented on issue #315: FE Catalog should know the path info of each replica in BE URL: https://github.com/apache/incubator-doris/issues/315#issuecomment-438925895 @morningman I think there is no need to use a `map` in `TReportRequest `, it should be a list of `TabletInfo`. When we need add/drop some more information about tablet later, we only need to modify `TabletInfo`. In addition Map is not exist in all serialization protocol like protobuf2. So, I think it's better to be a `list`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
