Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0
-
None
Description
KRPC has a natural maximum message size (controlled by --rpc_max_message_size), but also uses Protobuf in such a way as the maximum message size is separately restricted to 512MB.
Although Impala should try and avoid any payloads of this size, realistically we may not get rid of all of them by Impala 2.9.0. For now, let's increase the max message size while at the same time working to reduce the actual payload size created by Impala.
Attachments
Issue Links
- is related to
-
IMPALA-13202 Impala workloads can exceed Kudu client's rpc_max_message_size limit
- Open