Skip to content

HBASE-21606 document meta table load metrics - #369

Closed
symat wants to merge 3 commits into
apache:masterfrom
symat:HBASE-21606
Closed

HBASE-21606 document meta table load metrics#369
symat wants to merge 3 commits into
apache:masterfrom
symat:HBASE-21606

Conversation

@symat

@symatsymat commented Jul 9, 2019

Copy link
Copy Markdown
Contributor

I also attached a screenshot in jira (to see the formatting): HBASE-21606-v1.png

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec28Docker mode activated.
_ Prechecks _
+1@author0The patch does not contain any @author tags.
_ master Compile Tests _
+1mvninstall266master passed
0refguide475branch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Patch Compile Tests _
+1mvninstall237the patch passed
+1whitespace0The patch has no whitespace issues.
0refguide482patch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Other Tests _
+1asflicense14The patch does not generate ASF License warnings.
1568
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/1/artifact/out/Dockerfile
GITHUB PR#369
Optional Testsdupname asflicense refguide
unameLinux 4ddc4bc5658f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 9ac9505
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/1/artifact/out/branch-site/book.html
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/1/artifact/out/patch-site/book.html
Max. process+thread count96 (vs. ulimit of 10000)
modulesC: . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@busbey

Copy link
Copy Markdown
Contributor

Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc Outdated
Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc Outdated
Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc Outdated
Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc Outdated
Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc

@xcangCRMxcangCRM left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1.
In general, the content is accurate.
Please address some grammar issues pointed by Sean. Thanks!

Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc
[[rs_meta_metrics]]
=== Meta Table Load Metrics

HBase meta table metrics collection feature is available in HBase 1.4+ but it is disabled by default, as it can

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it's available since 1.3
Could you please double check that? thanks

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I just checked it. I don't find the MetaTableMetrics coprocessor or the lossy counting related config parameter in 1.3.
Also the whole metrics system was changed between 1.3 and 1.4 (you don't have the hbase-metrics maven module in 1.3), I guess this is why it wasn't merged back from 1.4.

@xcangCRM
xcangCRM self-requested a review July 9, 2019 18:28
Comment threadsrc/main/asciidoc/_chapters/ops_mgt.adoc

@the-sakthithe-sakthi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one suggestion. Other than that, the update looks great! Thanks @symat

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec142Docker mode activated.
_ Prechecks _
+1@author0The patch does not contain any @author tags.
_ master Compile Tests _
+1mvninstall315master passed
0refguide853branch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Patch Compile Tests _
+1mvninstall344the patch passed
+1whitespace0The patch has no whitespace issues.
0refguide566patch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Other Tests _
+1asflicense17The patch does not generate ASF License warnings.
2305
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/2/artifact/out/Dockerfile
GITHUB PR#369
Optional Testsdupname asflicense refguide
unameLinux ec5316c571e6 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 438bf32
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/2/artifact/out/branch-site/book.html
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/2/artifact/out/patch-site/book.html
Max. process+thread count86 (vs. ulimit of 10000)
modulesC: . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@the-sakthi

Copy link
Copy Markdown
Member

+1. Thanks @symat

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec33Docker mode activated.
_ Prechecks _
+1@author0The patch does not contain any @author tags.
_ master Compile Tests _
+1mvninstall255master passed
0refguide465branch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Patch Compile Tests _
+1mvninstall244the patch passed
+1whitespace0The patch has no whitespace issues.
0refguide438patch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
_ Other Tests _
+1asflicense16The patch does not generate ASF License warnings.
1507
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/3/artifact/out/Dockerfile
GITHUB PR#369
Optional Testsdupname asflicense refguide
unameLinux 6d1511253183 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 74731c2
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/3/artifact/out/branch-site/book.html
refguidehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/3/artifact/out/patch-site/book.html
Max. process+thread count96 (vs. ulimit of 10000)
modulesC: . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-369/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
asfgit pushed a commit that referenced this pull request Jul 15, 2019
Closes#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
symat added a commit to symat/hbase that referenced this pull request Feb 17, 2021
Closesapache#369
Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit e5f05bf)
(cherry picked from commit 10d2499)
Change-Id: I575556cec560378f0a1057f8ad604ed4b17d7968
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@symat@Apache-HBase@busbey@the-sakthi@xcangCRM