liaoxin01 opened a new pull request, #35770:
URL: https://github.com/apache/doris/pull/35770

   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   when send large data by rpc,load will report the follow error:
   ```
   add batch req success but status isn't ok, err: [INTERNAL_ERROR]PStatus: 
(172.200.0.1)[INTERNAL_ERROR]fail to add batch in load channel. unknown 
load_id=0000000000000000-0000000000000000.
   ```
   
   The maximum length of protobuf is 2GB. When it exceeds 2GB, we will use the 
brpc HTTP method. However, the block data was not removed during encoding, 
resulting in protobuf exceeding the length and encoding failure.
   
   
   
   <!--Describe your changes.-->
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to