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

2018-11-13 Thread Roland Teague (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Updated] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-11-07 Thread Roland Teague (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roland Teague updated HBASE-21411:
--
Attachment: 0001-Patch-for-HBASE-21411.patch

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Assignee: Roland Teague
>Priority: Major
> Attachments: 0001-Patch-for-HBASE-21411.patch, 
> HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Commented] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-11-07 Thread Roland Teague (JIRA)


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

Roland Teague commented on HBASE-21411:
---

[~busbey] I've recreated the patch using git format-patch and have resubmitted 
the patch.

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Assignee: Roland Teague
>Priority: Major
> Attachments: 0001-Patch-for-HBASE-21411.patch, 
> HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Updated] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-10-30 Thread Roland Teague (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roland Teague updated HBASE-21411:
--
Flags:   (was: Patch)

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Priority: Major
> Attachments: HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Updated] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-10-30 Thread Roland Teague (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roland Teague updated HBASE-21411:
--
Flags: Patch

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Priority: Major
> Attachments: HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Commented] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-10-30 Thread Roland Teague (JIRA)


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

Roland Teague commented on HBASE-21411:
---

I have submitted a patch for the HBase Ref Guide for this doc update. I've 
added the documentation for Snapshot usage data in the "HBase Monitoring" 
section under Apache HBase Operational Management. If there is a more 
appropriate section please let me know. I've included the binary png images in 
the patch file.

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Priority: Major
> Attachments: HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Updated] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-10-30 Thread Roland Teague (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roland Teague updated HBASE-21411:
--
Attachment: HBASE-21411.master.001.patch

> Need to document the snapshot metric data that is shown in HBase Master Web UI
> --
>
> Key: HBASE-21411
> URL: https://issues.apache.org/jira/browse/HBASE-21411
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.3.0, 2.0.0
>Reporter: Roland Teague
>Priority: Major
> Attachments: HBASE-21411.master.001.patch
>
>
> We need to add documentation into the Reference Guide for the work that was 
> done in HBASE-15415.



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


[jira] [Created] (HBASE-21411) Need to document the snapshot metric data that is shown in HBase Master Web UI

2018-10-30 Thread Roland Teague (JIRA)
Roland Teague created HBASE-21411:
-

 Summary: Need to document the snapshot metric data that is shown 
in HBase Master Web UI
 Key: HBASE-21411
 URL: https://issues.apache.org/jira/browse/HBASE-21411
 Project: HBase
  Issue Type: Improvement
  Components: documentation
Affects Versions: 2.0.0, 1.3.0
Reporter: Roland Teague


We need to add documentation into the Reference Guide for the work that was 
done in HBASE-15415.



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


[jira] [Commented] (HBASE-15557) document SyncTable in ref guide

2018-04-13 Thread Roland Teague (JIRA)

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

Roland Teague commented on HBASE-15557:
---

[~davelatham] Can you add documentation for this MR tool to the HBase Ref Guide 
on how to use the tool? This have been open for 2 years now.

> document SyncTable in ref guide
> ---
>
> Key: HBASE-15557
> URL: https://issues.apache.org/jira/browse/HBASE-15557
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 1.2.0
>Reporter: Sean Busbey
>Priority: Critical
>
> The docs for SyncTable are insufficient. Brief description from [~davelatham] 
> HBASE-13639 comment:
> {quote}
> Sorry for the lack of better documentation, Abhishek Soni. Thanks for 
> bringing it up. I'll try to provide a better explanation. You may have 
> already seen it, but if not, the design doc linked in the description above 
> may also give you some better clues as to how it should be used.
> Briefly, the feature is intended to start with a pair of tables in remote 
> clusters that are already substantially similar and make them identical by 
> comparing hashes of the data and copying only the diffs instead of having to 
> copy the entire table. So it is targeted at a very specific use case (with 
> some work it could generalize to cover things like CopyTable and 
> VerifyRepliaction but it's not there yet). To use it, you choose one table to 
> be the "source", and the other table is the "target". After the process is 
> complete the target table should end up being identical to the source table.
> In the source table's cluster, run 
> org.apache.hadoop.hbase.mapreduce.HashTable and pass it the name of the 
> source table and an output directory in HDFS. HashTable will scan the source 
> table, break the data up into row key ranges (default of 8kB per range) and 
> produce a hash of the data for each range.
> Make the hashes available to the target cluster - I'd recommend using DistCp 
> to copy it across.
> In the target table's cluster, run 
> org.apache.hadoop.hbase.mapreduce.SyncTable and pass it the directory where 
> you put the hashes, and the names of the source and destination tables. You 
> will likely also need to specify the source table's ZK quorum via the 
> --sourcezkcluster option. SyncTable will then read the hash information, and 
> compute the hashes of the same row ranges for the target table. For any row 
> range where the hash fails to match, it will open a remote scanner to the 
> source table, read the data for that range, and do Puts and Deletes to the 
> target table to update it to match the source.
> I hope that clarifies it a bit. Let me know if you need a hand. If anyone 
> wants to work on getting some documentation into the book, I can try to write 
> some more but would love a hand on turning it into an actual book patch.
> {quote}



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