This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from f9f3189 KUDU-3210 Add lock before verifying signature
new 62ec1e4 [client] KUDU-2966 configure connection negotiation timeout
new 1a22d50 [test] shorter timeouts for client-negotiation-failover
new dbbc488 [server] fix compilation under RHEL/CentOS 6
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:
CMakeLists.txt | 1 +
src/kudu/client/client-internal.cc | 56 ++++++++++----------
src/kudu/client/client-internal.h | 1 +
src/kudu/client/client-test.cc | 36 +++++++++++++
src/kudu/client/client.cc | 16 ++++++
src/kudu/client/client.h | 20 ++++++++
src/kudu/client/client_builder-internal.h | 6 +--
.../client-negotiation-failover-itest.cc | 59 ++++++++++++----------
src/kudu/rpc/messenger.cc | 4 +-
src/kudu/rpc/messenger.h | 6 ++-
src/kudu/security/openssl_util.cc | 3 ++
src/kudu/server/webserver-test.cc | 4 ++
src/kudu/server/webserver.cc | 4 ++
13 files changed, 154 insertions(+), 62 deletions(-)