This is an automated email from the ASF dual-hosted git repository.
tkhurana pushed a change to branch PHOENIX-7562-feature-new
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from 8f9655a69e Merge remote-tracking branch 'upstream/master' into
PHOENIX-7562-feature-new
new fc83f5e5a2 PHOENIX-7877 Addendum ReplicationLogWriter metrics: rename,
units, decomposition support
new 14898c8935 PHOENIX-7885 testReadAfterWrite and
testReadAfterMultipleRotations flake on async writer close
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:
.../phoenix/hbase/index/IndexRegionObserver.java | 71 ++++----
.../apache/phoenix/replication/ReplicationLog.java | 1 -
.../phoenix/replication/ReplicationLogGroup.java | 7 +-
.../metrics/MetricsReplicationLogGroupSource.java | 46 ++---
.../MetricsReplicationLogGroupSourceImpl.java | 93 +++++++---
.../metrics/ReplicationLogMetricValues.java | 195 ++++++++++++++++-----
.../phoenix/replication/ReplicationLogGroupIT.java | 26 +--
.../replication/ReplicationLogGroupTest.java | 165 ++++++++++++++++-
.../MetricsReplicationLogGroupSourceImplTest.java | 105 +++++++++++
9 files changed, 561 insertions(+), 148 deletions(-)
create mode 100644
phoenix-core/src/test/java/org/apache/phoenix/replication/metrics/MetricsReplicationLogGroupSourceImplTest.java