Joe McDonnell created IMPALA-12366:
--------------------------------------
Summary: If Thrift messages are between 1GB and 2GB, the max
message size will trigger
Key: IMPALA-12366
URL: https://issues.apache.org/jira/browse/IMPALA-12366
Project: IMPALA
Issue Type: Bug
Components: Backend, Frontend
Affects Versions: Impala 4.3.0
Reporter: Joe McDonnell
In a user cluster, we ran into a circumstance where a Thrift message was
greater than 1GB (which is the value for thrift_rpc_max_message_size). The
issue was alleviated by changing the value of thrift_rpc_max_message_size to
32-bit int max (~2GB). We may want to simply ship with
thrift_rpc_max_message_size=2GB.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)