Skip to content

HBASE-22407 add an option to use Hadoop metrics tags for table metrics (and fix some issues in metrics) - #236

Closed
sershe-ms wants to merge 1 commit into
apache:masterfrom
sershe-ms:HBASE-22407
Closed

HBASE-22407 add an option to use Hadoop metrics tags for table metrics (and fix some issues in metrics)#236
sershe-ms wants to merge 1 commit into
apache:masterfrom
sershe-ms:HBASE-22407

Conversation

@sershe-ms

Copy link
Copy Markdown

Most of the changes are actually just refactoring, like moving code into overridable methods so it could be overridden

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec64Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep26Maven dependency ordering for branch
+1mvninstall245master passed
+1compile84master passed
+1checkstyle93master passed
+1shadedjars255branch has no errors when building our shaded downstream artifacts.
+1findbugs267master passed
+1javadoc63master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall235the patch passed
+1compile81the patch passed
+1javac81the patch passed
-1checkstyle13hbase-hadoop2-compat: The patch generated 18 new + 0 unchanged - 0 fixed = 18 total (was 0)
-1checkstyle70hbase-server: The patch generated 5 new + 5 unchanged - 3 fixed = 10 total (was 8)
+1whitespace0The patch has no whitespace issues.
+1shadedjars261patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck490Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
-1findbugs37hbase-hadoop2-compat generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1javadoc65the patch passed
_ Other Tests _
+1unit30hbase-hadoop-compat in the patch passed.
-1unit34hbase-hadoop2-compat in the patch failed.
+1unit8303hbase-server in the patch passed.
+1asflicense68The patch does not generate ASF License warnings.
11151
ReasonTests
FindBugsmodule:hbase-hadoop2-compat
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImplWithTags doesn't override MetricsTableSourceImpl.equals(Object) At MetricsTableSourceImplWithTags.java:At MetricsTableSourceImplWithTags.java:[line 1]
Failed junit testshadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/artifact/out/Dockerfile
GITHUB PR#236
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 68f443fd956d 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 / 0797243
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/artifact/out/diff-checkstyle-hbase-hadoop2-compat.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/artifact/out/diff-checkstyle-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/artifact/out/new-findbugs-hbase-hadoop2-compat.html
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/artifact/out/patch-unit-hbase-hadoop2-compat.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/1/testReport/
Max. process+thread count4683 (vs. ulimit of 10000)
modulesC: hbase-hadoop-compat hbase-hadoop2-compat hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/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
0reexec24Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep23Maven dependency ordering for branch
+1mvninstall256master passed
+1compile103master passed
+1checkstyle94master passed
+1shadedjars293branch has no errors when building our shaded downstream artifacts.
+1findbugs262master passed
+1javadoc79master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall261the patch passed
+1compile80the patch passed
+1javac80the patch passed
-1checkstyle18hbase-hadoop2-compat: The patch generated 18 new + 0 unchanged - 0 fixed = 18 total (was 0)
-1checkstyle63hbase-server: The patch generated 5 new + 5 unchanged - 3 fixed = 10 total (was 8)
+1whitespace0The patch has no whitespace issues.
+1shadedjars268patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck714Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
-1findbugs34hbase-hadoop2-compat generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1javadoc71the patch passed
_ Other Tests _
+1unit33hbase-hadoop-compat in the patch passed.
-1unit32hbase-hadoop2-compat in the patch failed.
+1unit12755hbase-server in the patch passed.
+1asflicense101The patch does not generate ASF License warnings.
16192
ReasonTests
FindBugsmodule:hbase-hadoop2-compat
org.apache.hadoop.hbase.regionserver.MetricsTableSourceImplWithTags doesn't override MetricsTableSourceImpl.equals(Object) At MetricsTableSourceImplWithTags.java:At MetricsTableSourceImplWithTags.java:[line 1]
Failed junit testshadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/artifact/out/Dockerfile
GITHUB PR#236
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b2327ea304e6 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:43:40 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / ada772a
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/artifact/out/diff-checkstyle-hbase-hadoop2-compat.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/artifact/out/diff-checkstyle-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/artifact/out/new-findbugs-hbase-hadoop2-compat.html
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/artifact/out/patch-unit-hbase-hadoop2-compat.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/testReport/
Max. process+thread count4083 (vs. ulimit of 10000)
modulesC: hbase-hadoop-compat hbase-hadoop2-compat hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-236/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet

Copy link
Copy Markdown
Contributor

@sershe-ms Could you please look into the merge conflict?

@Apache9

Copy link
Copy Markdown
Contributor

Close since the PR is stale and can not be merged. Feel free to reopen.

@Apache9Apache9 closed this Jul 24, 2019
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

@sershe-ms@Apache-HBase@HorizonNet@Apache9@sershe-apache