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

laiyingchun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from 2d624f877 Re-generate test certs with OpenSSL3
     new 277586441 KUDU-3459 Download superblock piece by piece
     new 14e16f0d9 [multi-tenancy] support different tenants use their own env

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/consensus/consensus_meta.cc            |  12 +-
 src/kudu/consensus/log.cc                       |  20 ++--
 src/kudu/consensus/log_reader.cc                |   2 +-
 src/kudu/fs/fs_manager-test.cc                  |  20 ++--
 src/kudu/fs/fs_manager.cc                       |  82 +++++++++-----
 src/kudu/fs/fs_manager.h                        |  18 ++-
 src/kudu/integration-tests/ts_recovery-itest.cc |   8 +-
 src/kudu/kserver/kserver.cc                     |   4 +-
 src/kudu/master/catalog_manager.cc              |   2 +-
 src/kudu/tablet/tablet_bootstrap-test.cc        |   6 +-
 src/kudu/tablet/tablet_bootstrap.cc             |  12 +-
 src/kudu/tablet/tablet_metadata.cc              |  10 +-
 src/kudu/tools/kudu-tool-test.cc                | 145 ++++++++++++++++++++++++
 src/kudu/tools/tool_action_local_replica.cc     |   4 +-
 src/kudu/tserver/tablet_copy.proto              |   9 +-
 src/kudu/tserver/tablet_copy_client-test.cc     |  10 +-
 src/kudu/tserver/tablet_copy_client.cc          |  95 ++++++++++++++--
 src/kudu/tserver/tablet_copy_client.h           |   4 +
 src/kudu/tserver/tablet_copy_service-test.cc    |   5 +-
 src/kudu/tserver/tablet_copy_service.cc         |  21 +++-
 src/kudu/tserver/tablet_copy_source_session.cc  |  38 ++++++-
 src/kudu/tserver/tablet_copy_source_session.h   |  11 +-
 src/kudu/util/env.h                             |   3 +
 src/kudu/util/env_posix.cc                      |   5 +
 24 files changed, 443 insertions(+), 103 deletions(-)

Reply via email to