This is an automated email from the ASF dual-hosted git repository.
abukor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 6aeb466 KUDU-3268: fix race between MM scheduling and unregistration
new d546588 KUDU-1884 Make Kerberos principal customizable
new e69b3c6 [java] KUDU-1884 Make SASL proto name configurable
new 308673d [python] KUDU-1884 Make SASL protocol configurable
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:
.../org/apache/kudu/client/AsyncKuduClient.java | 17 ++++++-
.../java/org/apache/kudu/client/Connection.java | 11 +++--
.../org/apache/kudu/client/ConnectionCache.java | 9 +++-
.../java/org/apache/kudu/client/KuduClient.java | 14 ++++++
.../java/org/apache/kudu/client/Negotiator.java | 8 ++-
.../org/apache/kudu/client/TestNegotiator.java | 2 +-
.../java/org/apache/kudu/client/TestSecurity.java | 27 ++++++++++
.../apache/kudu/test/cluster/MiniKuduCluster.java | 16 ++++--
python/kudu/client.pyx | 5 +-
python/kudu/libkudu_client.pxd | 2 +
src/kudu/client/client.cc | 8 +++
src/kudu/client/client.h | 12 +++++
src/kudu/client/client_builder-internal.h | 1 +
src/kudu/integration-tests/security-itest.cc | 57 ++++++++++++++++++++--
src/kudu/mini-cluster/external_mini_cluster.cc | 34 +++++++------
src/kudu/mini-cluster/external_mini_cluster.h | 12 ++++-
src/kudu/security/init.cc | 8 +--
src/kudu/server/server_base.cc | 6 +++
src/kudu/tools/kudu-tool-test.cc | 11 +++++
src/kudu/tools/tool.proto | 4 ++
src/kudu/tools/tool_action_common.cc | 20 +++++---
src/kudu/tools/tool_action_test.cc | 3 ++
22 files changed, 241 insertions(+), 46 deletions(-)