lingbin commented on a change in pull request #2792: Reformat BE code 1/7
URL: https://github.com/apache/incubator-doris/pull/2792#discussion_r368279745
 
 

 ##########
 File path: be/src/agent/utils.cpp
 ##########
 @@ -91,23 +86,23 @@ AgentStatus MasterServerClient::finish_task(
             client_status = client.reopen(config::thrift_rpc_timeout_ms);
 
             if (!client_status.ok()) {
-                OLAP_LOG_WARNING("master client, get client from cache failed."
-                                 "host: %s, port: %d, code: %d",
-                                 _master_info.network_address.hostname.c_str(),
-                                 _master_info.network_address.port,
-                                 client_status.code());
+                OLAP_LOG_WARNING(
+                        "master client, get client from cache failed."
+                        "host: %s, port: %d, code: %d",
+                        _master_info.network_address.hostname.c_str(),
+                        _master_info.network_address.port, 
client_status.code());
 
 Review comment:
   it seems that it your tool, Indentation can changes(line_70 VS line_89) . 
Some are aligned with the first parameter of the previous line after a newline, 
and some are left with 8 spaces. Did you do this intentionally?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to