You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/20 03:35:43 UTC

[GitHub] [incubator-doris] morningman opened a new issue #1674: Too many partition info in Load plan fragment

morningman opened a new issue #1674: Too many partition info in Load plan fragment
URL: https://github.com/apache/incubator-doris/issues/1674
 
 
   BE will report error:
   
   ```
   A message from xxxx:12062(protocol=baidu_std) is bigger than 67108864 bytes, the connection will be closed. Set max_body_size to allow bigger messages
   ```
   
   And we should reduce the number of partition info in BrokerScanNode param if user already
   set target partitions to load, instead of adding all partitions' info. It will cause the size of RPC packet too large.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org