Skip to content

HBASE-22616 responseTooXXX logging for Multi should characterize the component ops - #329

Merged
apurtell merged 1 commit into
apache:masterfrom
apurtell:HBASE-22616
Jun 25, 2019
Merged

HBASE-22616 responseTooXXX logging for Multi should characterize the component ops#329
apurtell merged 1 commit into
apache:masterfrom
apurtell:HBASE-22616

Conversation

@apurtell

Copy link
Copy Markdown
Contributor

Multi RPC can be a mix of gets and mutations. The responseTooXXX logging for Multi ops should characterize the operations within the request so we have some clue about whether read or write dispatch was involved.

@apurtellapurtell changed the title HBASE-22616 responseTooSlow logging for Multi should characterize the component opsHBASE-22616 responseTooXXX logging for Multi should characterize the component opsJun 21, 2019
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec25Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1mvninstall248master passed
+1compile50master passed
+1checkstyle64master passed
+1shadedjars249branch has no errors when building our shaded downstream artifacts.
+1findbugs209master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall231the patch passed
+1compile49the patch passed
+1javac49the patch passed
+1checkstyle63the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars247patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck705Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs233the patch passed
+1javadoc34the patch passed
_ Other Tests _
+1unit9116hbase-server in the patch passed.
+1asflicense31The patch does not generate ASF License warnings.
11887
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/1/artifact/out/Dockerfile
GITHUB PR#329
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b483751bfa24 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 6d08ffc
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/1/testReport/
Max. process+thread count4635 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec23Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1mvninstall230master passed
+1compile50master passed
+1checkstyle66master passed
+1shadedjars249branch has no errors when building our shaded downstream artifacts.
+1findbugs214master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall231the patch passed
+1compile50the patch passed
+1javac50the patch passed
+1checkstyle63the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars251patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck689Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs223the patch passed
+1javadoc30the patch passed
_ Other Tests _
+1unit9111hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
11848
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/2/artifact/out/Dockerfile
GITHUB PR#329
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7723fcd7548b 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 6d08ffc
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/2/testReport/
Max. process+thread count4771 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-329/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@ReiddddddReidddddd 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

@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.

+1

@apurtell
apurtell merged commit 15ac781 into apache:masterJun 25, 2019
@apurtell
apurtell deleted the HBASE-22616 branch June 25, 2019 01:03
asfgit pushed a commit that referenced this pull request Jun 25, 2019
…component ops (#329)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Jun 25, 2019
…component ops (#329)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Jun 25, 2019
…component ops (#329)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Jul 3, 2019
…component ops (apache#329)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…component ops (apache#329)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
(cherry picked from commit 8b22700)
Change-Id: I5128202557dd618be2c9d8c7e5bb27f53ce09d62
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.

4 participants

@apurtell@Apache-HBase@Reidddddd@the-sakthi