Skip to content

HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor - #255

Merged
saintstack merged 3 commits into
apache:masterfrom
murtazahassan123:HBASE-22482
Jun 9, 2019
Merged

HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor#255
saintstack merged 3 commits into
apache:masterfrom
murtazahassan123:HBASE-22482

Conversation

@murtazahassan123

Copy link
Copy Markdown
Contributor

No description provided.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec27Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall251master passed
+1compile53master passed
+1checkstyle69master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1findbugs168master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall255the patch passed
+1compile64the patch passed
+1javac64the patch passed
+1checkstyle105the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars408patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1584Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.3 3.1.2.
+1findbugs210the patch passed
+1javadoc30the patch passed
_ Other Tests _
+1unit7968hbase-server in the patch passed.
+1asflicense31The patch does not generate ASF License warnings.
11942
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/2/artifact/out/Dockerfile
GITHUB PR#255
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1f7d92ce287a 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 / 73267d9
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-255/2/testReport/
Max. process+thread count5247 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/2/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
0reexec171Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall262master passed
+1compile53master passed
+1checkstyle75master passed
+1shadedjars308branch has no errors when building our shaded downstream artifacts.
+1findbugs252master passed
+1javadoc34master passed
_ Patch Compile Tests _
+1mvninstall254the patch passed
+1compile51the patch passed
+1javac51the patch passed
+1checkstyle68the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1010Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.3 3.1.2.
+1findbugs207the patch passed
+1javadoc32the patch passed
_ Other Tests _
-1unit17076hbase-server in the patch failed.
+1asflicense21The patch does not generate ASF License warnings.
20492
ReasonTests
Failed junit testshadoop.hbase.quotas.TestQuotaAdmin
hadoop.hbase.client.TestMobSnapshotCloneIndependence
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestAsyncTableAdminApi3
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/1/artifact/out/Dockerfile
GITHUB PR#255
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4d6e81b36475 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 / 73267d9
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/1/testReport/
Max. process+thread count5304 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

* @param qualifier the column qualifier
* @param count the store file number
* @param type the key type
* @param date the date value

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.

Could you please make it a little bit more specific? What's the purpose of the parameters?

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.

I have added some more description for parameters. Kinldy check 3rd commit. Thanks.

@murtazahassan123murtazahassan123 changed the title HBASE-22482 Fix tag Warings in TestPartitionedMobCompactorHBASE-22482 Fix tag Warnings in TestPartitionedMobCompactorMay 28, 2019
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec26Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall237master passed
+1compile53master passed
+1checkstyle68master passed
+1shadedjars264branch has no errors when building our shaded downstream artifacts.
+1findbugs201master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall238the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle65the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars264patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck728Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs202the patch passed
+1javadoc33the patch passed
_ Other Tests _
+1unit8712hbase-server in the patch passed.
+1asflicense39The patch does not generate ASF License warnings.
11532
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/3/artifact/out/Dockerfile
GITHUB PR#255
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 5fa6447fe4c1 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 / 302a9ce
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-255/3/testReport/
Max. process+thread count4767 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-255/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

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

@murtazahassan123@Apache-HBase@HorizonNet@saintstack