Skip to content

HBASE-22231 Removed unused and '*' import - #177

Merged
HorizonNet merged 1 commit into
apache:branch-2from
ultratendency:HBASE-22231-branch-2
Apr 23, 2019
Merged

HBASE-22231 Removed unused and '*' import#177
HorizonNet merged 1 commit into
apache:branch-2from
ultratendency:HBASE-22231-branch-2

Conversation

@HorizonNet

Copy link
Copy Markdown
Contributor

Targeted for branch-2

@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.
+1test4tests0The patch appears to include 64 new or modified test files.
_ branch-2 Compile Tests _
0mvndep9Maven dependency ordering for branch
+1mvninstall242branch-2 passed
+1compile175branch-2 passed
+1checkstyle169branch-2 passed
+1shadedjars240branch has no errors when building our shaded downstream artifacts.
+1findbugs333branch-2 passed
+1javadoc126branch-2 passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall230the patch passed
+1compile175the patch passed
+1javac175the patch passed
+1checkstyle22hbase-common: The patch generated 0 new + 11 unchanged - 3 fixed = 11 total (was 14)
-1checkstyle33hbase-client: The patch generated 2 new + 203 unchanged - 17 fixed = 205 total (was 220)
-1checkstyle74hbase-server: The patch generated 4 new + 280 unchanged - 97 fixed = 284 total (was 377)
+1checkstyle20hbase-mapreduce: The patch generated 0 new + 91 unchanged - 11 fixed = 91 total (was 102)
-1checkstyle17hbase-it: The patch generated 1 new + 90 unchanged - 7 fixed = 91 total (was 97)
+1checkstyle17hbase-rest: The patch generated 0 new + 15 unchanged - 2 fixed = 15 total (was 17)
+1whitespace0The patch has no whitespace issues.
+1shadedjars235patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck479Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs375the patch passed
+1javadoc116the patch passed
_ Other Tests _
+1unit158hbase-common in the patch passed.
+1unit195hbase-client in the patch passed.
-1unit7520hbase-server in the patch failed.
+1unit1525hbase-mapreduce in the patch passed.
+1unit61hbase-it in the patch passed.
+1unit241hbase-rest in the patch passed.
+1asflicense150The patch does not generate ASF License warnings.
13143
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncTableGetMultiThreaded
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/1/artifact/out/Dockerfile
GITHUB PR#177
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 21f15b3a6b5f 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 revisionbranch-2 / 3a1dc8e
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-177/1/artifact/out/diff-checkstyle-hbase-client.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/1/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/1/artifact/out/diff-checkstyle-hbase-it.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/1/testReport/
Max. process+thread count5460 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-server hbase-mapreduce hbase-it hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/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
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 64 new or modified test files.
_ branch-2 Compile Tests _
0mvndep20Maven dependency ordering for branch
+1mvninstall222branch-2 passed
+1compile174branch-2 passed
+1checkstyle169branch-2 passed
+1shadedjars237branch has no errors when building our shaded downstream artifacts.
+1findbugs335branch-2 passed
+1javadoc116branch-2 passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall221the patch passed
+1compile164the patch passed
+1javac164the patch passed
+1checkstyle21hbase-common: The patch generated 0 new + 11 unchanged - 3 fixed = 11 total (was 14)
+1checkstyle31hbase-client: The patch generated 0 new + 202 unchanged - 18 fixed = 202 total (was 220)
+1checkstyle65hbase-server: The patch generated 0 new + 277 unchanged - 100 fixed = 277 total (was 377)
+1checkstyle18hbase-mapreduce: The patch generated 0 new + 91 unchanged - 11 fixed = 91 total (was 102)
+1checkstyle14hbase-it: The patch generated 0 new + 88 unchanged - 9 fixed = 88 total (was 97)
+1checkstyle14hbase-rest: The patch generated 0 new + 15 unchanged - 2 fixed = 15 total (was 17)
+1whitespace0The patch has no whitespace issues.
+1shadedjars229patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck465Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs378the patch passed
+1javadoc114the patch passed
_ Other Tests _
+1unit156hbase-common in the patch passed.
+1unit193hbase-client in the patch passed.
+1unit7974hbase-server in the patch passed.
+1unit977hbase-mapreduce in the patch passed.
+1unit70hbase-it in the patch passed.
+1unit252hbase-rest in the patch passed.
+1asflicense203The patch does not generate ASF License warnings.
13021
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/2/artifact/out/Dockerfile
GITHUB PR#177
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0833eda827a7 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 revisionbranch-2 / c9b283e
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-177/2/testReport/
Max. process+thread count5480 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-server hbase-mapreduce hbase-it hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-177/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
HorizonNet merged commit c40e6e2 into apache:branch-2Apr 23, 2019
@HorizonNet
HorizonNet deleted the HBASE-22231-branch-2 branch April 23, 2019 10:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@HorizonNet@Apache-HBase@petersomogyi