Skip to content

HBASE-22132 : Backport HBASE-22115 to branch-1 - #395

Merged
apurtell merged 1 commit into
apache:branch-1from
virajjasani:HBASE-22132-branch-1
Jul 25, 2019
Merged

HBASE-22132 : Backport HBASE-22115 to branch-1#395
apurtell merged 1 commit into
apache:branch-1from
virajjasani:HBASE-22132-branch-1

Conversation

@virajjasani

Copy link
Copy Markdown
Contributor

TraceScope for reclaimMemStoreMemory to be wrapped around by try-with-resources so that any Exception in reclaimMemStoreMemory() does not leave scope opened

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec65Docker mode activated.
_ Prechecks _
0findbugs1Findbugs executables are not available.
+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.
_ branch-1 Compile Tests _
+1mvninstall133branch-1 passed
+1compile39branch-1 passed with JDK v1.8.0_222
+1compile38branch-1 passed with JDK v1.7.0_232
+1checkstyle70branch-1 passed
+1shadedjars154branch has no errors when building our shaded downstream artifacts.
+1javadoc29branch-1 passed with JDK v1.8.0_222
+1javadoc35branch-1 passed with JDK v1.7.0_232
_ Patch Compile Tests _
+1mvninstall94the patch passed
+1compile36the patch passed with JDK v1.8.0_222
+1javac36the patch passed
+1compile38the patch passed with JDK v1.7.0_232
+1javac38the patch passed
+1checkstyle72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars154patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck191Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc27the patch passed with JDK v1.8.0_222
+1javadoc35the patch passed with JDK v1.7.0_232
_ Other Tests _
-1unit9554hbase-server in the patch failed.
+1asflicense24The patch does not generate ASF License warnings.
10951
ReasonTests
Failed junit testshadoop.hbase.client.TestAdmin2
hadoop.hbase.client.TestAdmin1
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/1/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4456d786ace3 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionbranch-1 / 0a5fe60
mavenversion: Apache Maven 3.0.5
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/1/testReport/
Max. process+thread count4297 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/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
0reexec1342Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author1The 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.
_ branch-1 Compile Tests _
+1mvninstall141branch-1 passed
+1compile50branch-1 passed with JDK v1.8.0_222
+1compile55branch-1 passed with JDK v1.7.0_232
+1checkstyle111branch-1 passed
+1shadedjars213branch has no errors when building our shaded downstream artifacts.
+1javadoc37branch-1 passed with JDK v1.8.0_222
+1javadoc49branch-1 passed with JDK v1.7.0_232
0spotbugs203Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs199branch-1 passed
_ Patch Compile Tests _
+1mvninstall134the patch passed
+1compile49the patch passed with JDK v1.8.0_222
+1javac49the patch passed
+1compile52the patch passed with JDK v1.7.0_232
+1javac52the patch passed
+1checkstyle114the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars245patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck298Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc39the patch passed with JDK v1.8.0_222
+1javadoc49the patch passed with JDK v1.7.0_232
+1findbugs229the patch passed
_ Other Tests _
-1unit11146hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
14806
ReasonTests
Failed junit testshadoop.hbase.client.TestAdmin1
hadoop.hbase.regionserver.TestRegionReplicaFailover
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 297d50b997a5 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / 28de85f
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/testReport/
Max. process+thread count4447 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec2380Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall226branch-1 passed
+1compile55branch-1 passed with JDK v1.8.0_222
+1compile59branch-1 passed with JDK v1.7.0_232
+1checkstyle133branch-1 passed
+1shadedjars248branch has no errors when building our shaded downstream artifacts.
+1javadoc43branch-1 passed with JDK v1.8.0_222
+1javadoc52branch-1 passed with JDK v1.7.0_232
0spotbugs240Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs236branch-1 passed
_ Patch Compile Tests _
+1mvninstall155the patch passed
+1compile54the patch passed with JDK v1.8.0_222
+1javac54the patch passed
+1compile61the patch passed with JDK v1.7.0_232
+1javac61the patch passed
+1checkstyle128the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars235patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck314Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc41the patch passed with JDK v1.8.0_222
+1javadoc54the patch passed with JDK v1.7.0_232
+1findbugs246the patch passed
_ Other Tests _
-1unit10817hbase-server in the patch failed.
+1asflicense51The patch does not generate ASF License warnings.
15860
ReasonTests
Failed junit testshadoop.hbase.master.TestMasterBalanceThrottling
hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
hadoop.hbase.client.TestAdmin1
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b40a87fe6cdc 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / 0d8f9b5
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/testReport/
Max. process+thread count3981 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/2/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec1322Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall172branch-1 passed
+1compile46branch-1 passed with JDK v1.8.0_222
+1compile48branch-1 passed with JDK v1.7.0_232
+1checkstyle93branch-1 passed
+1shadedjars190branch has no errors when building our shaded downstream artifacts.
+1javadoc31branch-1 passed with JDK v1.8.0_222
+1javadoc44branch-1 passed with JDK v1.7.0_232
0spotbugs179Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs177branch-1 passed
_ Patch Compile Tests _
+1mvninstall114the patch passed
+1compile38the patch passed with JDK v1.8.0_222
+1javac38the patch passed
+1compile45the patch passed with JDK v1.7.0_232
+1javac45the patch passed
+1checkstyle92the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars182patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck270Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc32the patch passed with JDK v1.8.0_222
+1javadoc41the patch passed with JDK v1.7.0_232
+1findbugs174the patch passed
_ Other Tests _
-1unit9519hbase-server in the patch failed.
+1asflicense23The patch does not generate ASF License warnings.
12856
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.TestMasterMetrics
hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/3/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0024ed9a1d4a 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / d38078a
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/3/testReport/
Max. process+thread count4215 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/3/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec91Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall148branch-1 passed
+1compile56branch-1 passed with JDK v1.8.0_222
+1compile51branch-1 passed with JDK v1.7.0_232
+1checkstyle104branch-1 passed
+1shadedjars205branch has no errors when building our shaded downstream artifacts.
+1javadoc38branch-1 passed with JDK v1.8.0_222
+1javadoc50branch-1 passed with JDK v1.7.0_232
0spotbugs202Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs197branch-1 passed
_ Patch Compile Tests _
+1mvninstall134the patch passed
+1compile49the patch passed with JDK v1.8.0_222
+1javac49the patch passed
+1compile54the patch passed with JDK v1.7.0_232
+1javac54the patch passed
+1checkstyle111the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars204patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck271Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc39the patch passed with JDK v1.8.0_222
+1javadoc49the patch passed with JDK v1.7.0_232
+1findbugs215the patch passed
_ Other Tests _
+1unit9128hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
11453
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/5/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 401cab05f1ee 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / f7bdf76
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/5/testReport/
Max. process+thread count4864 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/5/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec1143Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall121branch-1 passed
+1compile37branch-1 passed with JDK v1.8.0_222
+1compile41branch-1 passed with JDK v1.7.0_232
+1checkstyle90branch-1 passed
+1shadedjars163branch has no errors when building our shaded downstream artifacts.
+1javadoc27branch-1 passed with JDK v1.8.0_222
+1javadoc39branch-1 passed with JDK v1.7.0_232
0spotbugs161Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs158branch-1 passed
_ Patch Compile Tests _
+1mvninstall121the patch passed
+1compile41the patch passed with JDK v1.8.0_222
+1javac41the patch passed
+1compile44the patch passed with JDK v1.7.0_232
+1javac44the patch passed
+1checkstyle86the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars174patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck241Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc28the patch passed with JDK v1.8.0_222
+1javadoc39the patch passed with JDK v1.7.0_232
+1findbugs169the patch passed
_ Other Tests _
-1unit8193hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
11172
ReasonTests
Failed junit testshadoop.hbase.master.TestMasterMetrics
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/6/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c2d8098d6fb2 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / e1427d1
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/6/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/6/testReport/
Max. process+thread count4110 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/6/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Please review @apurtell

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec80Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests1The 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.
_ branch-1 Compile Tests _
+1mvninstall104branch-1 passed
+1compile38branch-1 passed
+1checkstyle94branch-1 passed
-1shadedjars10branch has 10 errors when building our shaded downstream artifacts.
+1javadoc30branch-1 passed
0spotbugs130Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs127branch-1 passed
_ Patch Compile Tests _
+1mvninstall95the patch passed
+1compile38the patch passed
+1javac38the patch passed
+1checkstyle86the patch passed
+1whitespace0The patch has no whitespace issues.
-1shadedjars10patch has 10 errors when building our shaded downstream artifacts.
+1hadoopcheck203Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc31the patch passed
+1findbugs152the patch passed
_ Other Tests _
-1unit8454hbase-server in the patch failed.
+1asflicense19The patch does not generate ASF License warnings.
9754
ReasonTests
Failed junit testshadoop.hbase.client.TestAdmin2
hadoop.hbase.master.TestMasterBalanceThrottling
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux aeb7e2f99d78 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / 3e7c945
Default Java1.8.0_222
shadedjarshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/artifact/out/branch-shadedjars.txt
shadedjarshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/artifact/out/patch-shadedjars.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/testReport/
Max. process+thread count4582 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/7/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec115Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall150branch-1 passed
+1compile49branch-1 passed with JDK v1.8.0_222
+1compile45branch-1 passed with JDK v1.7.0_232
+1checkstyle89branch-1 passed
+1shadedjars176branch has no errors when building our shaded downstream artifacts.
+1javadoc34branch-1 passed with JDK v1.8.0_222
+1javadoc40branch-1 passed with JDK v1.7.0_232
0spotbugs172Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs167branch-1 passed
_ Patch Compile Tests _
+1mvninstall132the patch passed
+1compile38the patch passed with JDK v1.8.0_222
+1javac38the patch passed
+1compile44the patch passed with JDK v1.7.0_232
+1javac44the patch passed
+1checkstyle86the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars171patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck232Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc29the patch passed with JDK v1.8.0_222
+1javadoc42the patch passed with JDK v1.7.0_232
+1findbugs176the patch passed
_ Other Tests _
-1unit8375hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
10417
ReasonTests
Failed junit testshadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/8/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 32cb85fc6590 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / c3a8f6c
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/8/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/8/testReport/
Max. process+thread count3999 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/8/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Reidddddd

Copy link
Copy Markdown
Contributor

LGTM, will commit it late this day if no further comment.

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

lgtm, will commit

@apurtell
apurtell merged commit 2be03e1 into apache:branch-1Jul 25, 2019
asfgit pushed a commit that referenced this pull request Jul 25, 2019
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
asfgit pushed a commit that referenced this pull request Jul 25, 2019
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec1571Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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.
_ branch-1 Compile Tests _
+1mvninstall166branch-1 passed
+1compile40branch-1 passed with JDK v1.8.0_222
+1compile42branch-1 passed with JDK v1.7.0_232
+1checkstyle86branch-1 passed
+1shadedjars168branch has no errors when building our shaded downstream artifacts.
+1javadoc32branch-1 passed with JDK v1.8.0_222
+1javadoc37branch-1 passed with JDK v1.7.0_232
0spotbugs153Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs151branch-1 passed
_ Patch Compile Tests _
+1mvninstall102the patch passed
+1compile41the patch passed with JDK v1.8.0_222
+1javac41the patch passed
+1compile43the patch passed with JDK v1.7.0_232
+1javac43the patch passed
+1checkstyle81the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars181patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck232Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1javadoc29the patch passed with JDK v1.8.0_222
+1javadoc39the patch passed with JDK v1.7.0_232
+1findbugs172the patch passed
_ Other Tests _
-1unit9266hbase-server in the patch failed.
+1asflicense40The patch does not generate ASF License warnings.
12715
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestEncryptionKeyRotation
hadoop.hbase.master.TestMasterBalanceThrottling
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/9/artifact/out/Dockerfile
GITHUB PR#395
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 49bc30f52db5 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-395/out/precommit/personality/provided.sh
git revisionbranch-1 / cbb9614
Default Java1.7.0_232
Multi-JDK versions/usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/9/testReport/
Max. process+thread count5220 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-395/9/console
versionsgit=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered byApache Yetus 0.10.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

@virajjasani@Apache-HBase@Reidddddd@apurtell