This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from bf3586f metrics: expose 'total_sum' and 'total_count' values for MeanGauge metrics
new a195d0f [consensus] KUDU-2839 fix assert in GetParticipantRole()
new ca957fb [tablet] Add new metrics to indicate the last read/write time
new cfe9a3f [util] fix compilation warnings in RELEASE mode
new bc4a5aa [gflags] use DEFINE_validator() macro
new f9304fd KUDU-3029 Define CycleClock::Now for aarch64
new e9656d0 KUDU-3021 Add metric for tablet transaction memory.
new 8a36055 [consensus] fix last-heard-from-leader in error message
The 7 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/log.cc | 3 +-
src/kudu/consensus/quorum_util.cc | 10 ++--
src/kudu/consensus/quorum_util.h | 4 +-
src/kudu/consensus/time_manager.cc | 11 ++--
src/kudu/gutil/cycleclock-inl.h | 12 ++++
src/kudu/master/catalog_manager.cc | 11 ++--
src/kudu/master/catalog_manager.h | 1 -
src/kudu/rpc/transfer.cc | 3 +-
src/kudu/tablet/tablet.cc | 44 +++++++++++++-
src/kudu/tablet/tablet.h | 19 +++++-
src/kudu/tablet/tablet_metrics.h | 2 +-
.../transactions/transaction_tracker-test.cc | 67 ++++++++++++++--------
.../tablet/transactions/transaction_tracker.cc | 14 ++++-
src/kudu/tablet/transactions/transaction_tracker.h | 4 +-
src/kudu/tools/color.cc | 3 +-
src/kudu/tserver/tablet_service.cc | 29 +++++-----
src/kudu/util/block_bloom_filter.cc | 10 ++--
src/kudu/util/high_water_mark.h | 4 ++
src/kudu/util/mem_tracker.cc | 7 +++
src/kudu/util/mem_tracker.h | 4 ++
src/kudu/util/process_memory.cc | 9 +--
21 files changed, 190 insertions(+), 81 deletions(-)
|