You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clara Xiong (Jira)" <ji...@apache.org> on 2020/11/14 01:40:00 UTC

[jira] [Resolved] (HBASE-25127) Enhance PerformanceEvaluation to profile meta replica performance.

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

Clara Xiong resolved HBASE-25127.
---------------------------------
    Fix Version/s: 2.4.0
                   3.0.0-alpha-1
     Release Note: 
Three new commands are added to PE:

metaWrite, metaRandomRead and cleanMeta.

Usage example:
hbase pe  --rows=100000 metaWrite  1
hbase pe  --nomapreduce --rows=100000 metaRandomRead  32
hbase pe  --rows=100000 cleanMeta 1

metaWrite and cleanMeta should be run with only 1 thread and the same number of rows so all the rows inserted will be cleaned up properly.

metaRandomRead can be run with multiple threads. The rows option should set to within the range of rows inserted by metaWrite
       Resolution: Fixed

> Enhance PerformanceEvaluation to profile meta replica performance.
> ------------------------------------------------------------------
>
>                 Key: HBASE-25127
>                 URL: https://issues.apache.org/jira/browse/HBASE-25127
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Huaxiang Sun
>            Assignee: Clara Xiong
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.4.0
>
>         Attachments: Screen Shot 2020-11-13 at 5.30.11 PM.png
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)