imay commented on a change in pull request #531: Add cpu and io indicates to audit log URL: https://github.com/apache/incubator-doris/pull/531#discussion_r247501678
########## File path: be/src/service/internal_service.cpp ########## @@ -54,6 +54,18 @@ void PInternalServiceImpl<T>::transmit_data(google::protobuf::RpcController* cnt request->be_number(), request->packet_seq(), eos ? nullptr : &done); } + + if (request->has_query_statistic()) { Review comment: you should update query statistics in `add_data` function ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org