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 00efc6826 KUDU-3375 Expose Prometheus Metrics in Kudu
     new 528f0fad7 KUDU-3326 [master] add improvement on interpreting the 
'reserve_seconds' field for DeleteRPC
     new 4a8931636 [KUDU-3419] Fix the stuck of starting tablet server

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:
 .../org/apache/kudu/client/AsyncKuduClient.java    | 23 ++++++----
 .../org/apache/kudu/client/DeleteTableRequest.java | 14 +++++-
 .../java/org/apache/kudu/client/KuduClient.java    |  5 +-
 src/kudu/client/client-internal.cc                 |  6 ++-
 src/kudu/client/client-internal.h                  |  5 +-
 src/kudu/client/client-test.cc                     | 12 +++--
 src/kudu/client/client.cc                          | 10 ++--
 src/kudu/client/client.h                           |  8 +++-
 src/kudu/master/catalog_manager.cc                 | 32 ++++++++++---
 src/kudu/master/master.proto                       |  5 ++
 src/kudu/tools/kudu-admin-test.cc                  |  3 +-
 src/kudu/tools/kudu-tool-test.cc                   |  5 +-
 src/kudu/tools/tool_action_table.cc                |  7 +--
 src/kudu/tserver/ts_tablet_manager.cc              | 53 ++++++++++++++++------
 src/kudu/tserver/ts_tablet_manager.h               |  8 +++-
 15 files changed, 142 insertions(+), 54 deletions(-)

Reply via email to