EmmyMiao87 opened a new pull request #2079: Multi distinct + no group by + big 
data is struct
URL: https://github.com/apache/incubator-doris/pull/2079
 
 
   ISSUE-2069: This kind of query could be struct.
   The sender failed to send the last packet to receiver.
   Also, the failure does not be reportted to FE , so the query is not 
cancelled.
   The error log sames as "body_size=xxxx from xxx:xxx is too large".
   The reason of the socket is that the packet of the query is too big which is 
more then the max_body_size of brpc.
   
   This commit add a config named brpc_max_body_size whcih is used to change 
the max_body_size of brpc.
   Also, user can change the max_body_size directly on-the-fly by 
"http://host:brpc_port/flags";.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to