Created 10-29-2023 10:28 PM
I use CDH 6.3.2 but got the error;because I have set --unlock_unsafe_flags=true and --max_cell_size_bytes=209715200
Created 10-30-2023 02:18 AM
@cl99, Welcome to our community! To help you get the best possible answer, I have tagged in our Impala experts @ChethanYM @willx @SVB @mszurap who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Created 10-30-2023 02:40 AM
Hi @cl99 , yes, seems there is a 50 MB limit for the max rpc message size in the CDH 6.3.2 version.
https://github.com/apache/impala/blob/branch-3.2.0/be/src/kudu/rpc/transfer.cc#L39
This error is likely the result of the unsafe flag you have turned on.
Best regards
Miklos
Created 10-30-2023 02:54 AM
I have set --rpc_max_message_size=134217728 and restart the service,but I got the error again;I find the parameter has been changed to --rpc_max_message_size=134217728