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

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


    from 3e24e1b  KUDU-1959 - Implement startup progress metrics related to 
containers and tablets
     new f334e6e  [txns] fix UB in TxnSystemClient when adding max timeout to 
now
     new 032d1d9  [LBM] Speed up server bootstrap by using multi-thread to 
compact containers

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/fs/log_block_manager-test.cc              | 52 ++++++++++--
 src/kudu/fs/log_block_manager.cc                   | 80 ++++++++++++-----
 src/kudu/integration-tests/txn_commit-itest.cc     |  2 +-
 .../integration-tests/txn_participant-itest.cc     | 99 +++++++++++++---------
 .../integration-tests/txn_status_table-itest.cc    | 12 +--
 src/kudu/master/master.cc                          |  6 +-
 src/kudu/master/master.h                           |  3 +-
 src/kudu/master/txn_manager-test.cc                |  2 +-
 src/kudu/master/txn_manager.cc                     | 24 ++----
 src/kudu/tools/tool_action_txn.cc                  |  3 +-
 src/kudu/transactions/txn_status_manager.cc        |  6 +-
 src/kudu/transactions/txn_system_client.cc         | 58 ++++++-------
 src/kudu/transactions/txn_system_client.h          | 22 ++---
 src/kudu/tserver/ts_tablet_manager.cc              |  4 +-
 14 files changed, 227 insertions(+), 146 deletions(-)

Reply via email to