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 8e0482294 IMPALA-11514: Workaround s3 connection timeout issues
     new e4a98d812 IMPALA-10069: Support TLS 1.3 ciphersuites
     new b47eea21e IMPALA-11513: Upgrade postregresql packge to 42.4.1
     new 7581cedd5 IMPALA-11394: Update jackson-databind to 2.12.6.1

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/rpc/rpc-mgr-test.cc            |  74 ++++++++++++-
 be/src/rpc/rpc-mgr-test.h             |  15 ++-
 be/src/rpc/rpc-mgr.cc                 |   7 ++
 be/src/rpc/thrift-client.cc           |  13 ++-
 be/src/rpc/thrift-client.h            |  18 +++-
 be/src/rpc/thrift-server-test.cc      | 196 ++++++++++++++++++++++++++++++++--
 be/src/rpc/thrift-server.cc           |  63 +++--------
 be/src/rpc/thrift-server.h            |  39 ++++++-
 be/src/rpc/thrift-util.cc             |  90 ++++++++++++++++
 be/src/rpc/thrift-util.h              |  14 +++
 be/src/service/impala-server.cc       |   7 ++
 be/src/thirdparty/squeasel/squeasel.c |  24 ++++-
 be/src/util/webserver-test.cc         |  44 +++++++-
 be/src/util/webserver.cc              |   3 +
 bin/impala-config.sh                  |   2 +-
 java/pom.xml                          |   2 +-
 16 files changed, 525 insertions(+), 86 deletions(-)

Reply via email to