You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Roland Teague (JIRA)" <ji...@apache.org> on 2018/11/14 01:06:00 UTC

[jira] [Commented] (HBASE-21405) [DOC] Add Details about Output of "status 'replication'"

    [ https://issues.apache.org/jira/browse/HBASE-21405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685964#comment-16685964 ] 

Roland Teague commented on HBASE-21405:
---------------------------------------

[~wchevreuil] I have the following definitions for the metrics.
{noformat}
Source:
  ageOfLastShippedOp - Age of the last operation that was shipped by the source
  sizeOfLogQueue - Current size of the queue of logs to replicate, excluding the one being processed at the moment

Sink:
  ageOfLastAppliedOp - Age of the last operation that was applied by the sink

Other related metrics:

  appliedBatchesRate -  Rate of batches (of operations) applied by the sink
  appliedOpsRate - Rate of operations applied by the sink
  logEditsFilteredRate - Rate of log entries filtered by the source
  logEditsReadRate - Rate of log entries (can be multiple Puts) read from the logs
  shippedBatchesRate - Rate of shipped batches by the source
  shippedOpsRate - Rate of shipped operations by the source
{noformat}

> [DOC] Add Details about Output of "status 'replication'"
> --------------------------------------------------------
>
>                 Key: HBASE-21405
>                 URL: https://issues.apache.org/jira/browse/HBASE-21405
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 1.2.0, 1.4.0, 2.0.0
>            Reporter: Daisuke Kobayashi
>            Assignee: Wellington Chevreuil
>            Priority: Minor
>
> Add more information about the meaning of each metric on to [http://hbase.apache.org/book.html#_monitoring_replication_status].
> {noformat}
> SOURCE:
>  PeerID
>  AgeOfLastShippedOp
>  SizeOfLogQueue
>  TimeStampsOfLastShippedOp
>  Replication Lag
> SINK
>  AgeOfLastAppliedOp
>  TimeStampsOfLastAppliedOp
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)