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

boroknagyz pushed a change to branch branch-4.4.0
in repository https://gitbox.apache.org/repos/asf/impala.git


    from b8a66b0e1 IMPALA-11499: Refactor UrlEncode function to handle special 
characters
     new c84155131 IMPALA-13020 (part 1): Change thrift_rpc_max_message_size to 
int64_t
     new c9745fd5b IMPALA-13020 (part 2): Split out external vs internal Thrift 
max message size
     new bafce5c9f Update GIT_HASH for version 4.4.0

The 3 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 +++---
 bin/save-version.sh                                |  2 +-
 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 +-
 24 files changed, 203 insertions(+), 72 deletions(-)

Reply via email to