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

alexey pushed a change to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from b7e2fae  thirdparty: remove memkind from LICENSE.txt
     new 2f027c3  [mini_cluster] SetDaemonFlag for test minicluster
     new d7e2e99  [java] fixed bug in the connection negotiation code

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:
 .../java/org/apache/kudu/client/Connection.java    |  6 ++
 .../java/org/apache/kudu/client/Negotiator.java    |  3 +
 .../java/org/apache/kudu/client/TestSecurity.java  | 58 +++++++++++++++++++-
 .../apache/kudu/test/cluster/MiniKuduCluster.java  | 39 +++++++++++++
 src/kudu/rpc/server_negotiation.cc                 | 20 ++++++-
 src/kudu/tools/kudu-tool-test.cc                   | 64 ++++++++++++++++++++++
 src/kudu/tools/tool.proto                          | 10 ++++
 src/kudu/tools/tool_action_test.cc                 | 17 ++++++
 8 files changed, 214 insertions(+), 3 deletions(-)

Reply via email to