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 3eb4607e4 KUDU-3401 Fix table creation with HMS Integration
     new 54c58fb8c [test] make master_authz-itest more robust
     new e5ace5fa2 KUDU-2353: tool to parse metrics out of diagnostic logs

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:
 src/kudu/gutil/map-util.h                          |  20 +
 src/kudu/integration-tests/master_authz-itest.cc   | 214 ++++----
 src/kudu/tools/diagnostics_log_parser-test.cc      | 207 ++++----
 src/kudu/tools/diagnostics_log_parser.cc           | 571 +++++++++++++++++----
 src/kudu/tools/diagnostics_log_parser.h            | 235 +++++++--
 src/kudu/tools/kudu-tool-test.cc                   |  66 ++-
 src/kudu/tools/testdata/sample-diagnostics-log.txt |   1 +
 src/kudu/tools/tool_action_diagnose.cc             | 158 +++++-
 src/kudu/util/regex.h                              |  56 ++
 9 files changed, 1135 insertions(+), 393 deletions(-)
 create mode 100644 src/kudu/util/regex.h

Reply via email to