This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 3a8eb999c IMPALA-13055: Some Iceberg metadata table tests don't assert
     new 13df8239d IMPALA-13020 (part 1): Change thrift_rpc_max_message_size to 
int64_t
     new bcff4df61 IMPALA-13020 (part 2): Split out external vs internal Thrift 
max message size

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/catalog/catalogd-main.cc                    |  2 +
 be/src/common/init.cc                              | 21 +++++++--
 be/src/rpc/TAcceptQueueServer.cpp                  | 27 +++++++++---
 be/src/rpc/TAcceptQueueServer.h                    |  8 +++-
 be/src/rpc/authentication.cc                       |  3 +-
 be/src/rpc/thrift-client.cc                        |  6 ++-
 be/src/rpc/thrift-server-test.cc                   | 16 +++++--
 be/src/rpc/thrift-server.cc                        |  8 ++--
 be/src/rpc/thrift-server.h                         | 30 ++++++++++---
 be/src/rpc/thrift-util.cc                          | 50 +++++++++++++++++-----
 be/src/rpc/thrift-util.h                           | 46 +++++++++++++++-----
 be/src/statestore/statestore-subscriber.cc         |  2 +
 be/src/statestore/statestore.cc                    |  4 ++
 be/src/transport/THttpTransport.cpp                |  2 +-
 be/src/transport/TSaslServerTransport.cpp          |  9 ++--
 be/src/transport/TSaslTransport.cpp                |  8 ++--
 be/src/util/backend-gflag-util.cc                  |  4 +-
 be/src/util/parquet-reader.cc                      |  2 +-
 bin/impala-config.sh                               | 12 +++---
 common/thrift/BackendGflags.thrift                 |  2 +-
 .../org/apache/impala/service/BackendConfig.java   |  5 ++-
 testdata/scale_test_metadata/README.md             |  2 +-
 testdata/scale_test_metadata/create-wide-table.sql |  4 +-
 23 files changed, 202 insertions(+), 71 deletions(-)

Reply via email to