github-actions[bot] commented on code in PR #27764:
URL: https://github.com/apache/doris/pull/27764#discussion_r1415212517


##########
be/src/service/internal_service.cpp:
##########
@@ -852,6 +855,114 @@ void PInternalServiceImpl::_get_column_ids_by_tablet_ids(
     response->mutable_status()->set_status_code(TStatusCode::OK);
 }
 
+template <class RPCResponse>
+struct AsyncRPCContext {
+    RPCResponse response;
+    brpc::Controller cntl;
+    brpc::CallId cid;
+};
+
+void 
PInternalServiceImpl::fetch_remote_tablet_schema(google::protobuf::RpcController*
 controller,

Review Comment:
   warning: function 'fetch_remote_tablet_schema' exceeds recommended 
size/complexity thresholds [readability-function-size]
   ```cpp
   void 
PInternalServiceImpl::fetch_remote_tablet_schema(google::protobuf::RpcController*
 controller,
                              ^
   ```
   <details>
   <summary>Additional context</summary>
   
   **be/src/service/internal_service.cpp:864:** 96 lines including whitespace 
and comments (threshold 80)
   ```cpp
   void 
PInternalServiceImpl::fetch_remote_tablet_schema(google::protobuf::RpcController*
 controller,
                              ^
   ```
   
   </details>
   



-- 
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]

Reply via email to