Member since
07-31-2019
2
Posts
0
Kudos Received
0
Solutions
08-02-2019
12:57 PM
After setting up cluster replication in Hbase, we want to monitor replication lag between clusters. > status 'replication' : Gives output like SOURCE: PeerID=sep᐀node, AgeOfLastShippedOp=0, SizeOfLogQueue=0, TimeStampsOfLastShippedOp=Fri Aug 02 18:24:18 IST 2019, Replication Lag=346 SINK : AgeOfLastAppliedOp=0, TimeStampsOfLastAppliedOp=Tue Jul 30 17:45:24 IST 2019 Can anyone help what that Replication Lag is actually? How is calculated in terms of available metrics ? Looked at the replication metrics. Didn't match any as specific as replication lag which Hbase provides.
... View more
Labels:
- Labels:
-
Apache HBase
07-31-2019
01:22 PM
JMX metrics that HBase exports include replication latency @Josh Elser , I was not able to find this exact metric. Do you have a link or something how to find this metric ?
... View more