Skip to content

HBASE-22939 SpaceQuotas- Bulkload from different hdfs failed when space quotas are turned on. - #553

Merged
saintstack merged 1 commit into
apache:masterfrom
Yiran-wu:HBASE-22939
Sep 14, 2019
Merged

HBASE-22939 SpaceQuotas- Bulkload from different hdfs failed when space quotas are turned on.#553
saintstack merged 1 commit into
apache:masterfrom
Yiran-wu:HBASE-22939

Conversation

@Yiran-wu

Copy link
Copy Markdown
Contributor

Bulkload from different hdfs failed when space quotas are turned on.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec92Docker 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.
_ master Compile Tests _
+1mvninstall446master passed
+1compile69master passed
+1checkstyle98master passed
+1shadedjars348branch has no errors when building our shaded downstream artifacts.
+1javadoc38master passed
0spotbugs241Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs239master passed
_ Patch Compile Tests _
+1mvninstall363the patch passed
+1compile71the patch passed
+1javac71the patch passed
+1checkstyle93the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars312patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1034Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc42the patch passed
+1findbugs294the patch passed
_ Other Tests _
+1unit10092hbase-server in the patch passed.
+1asflicense32The patch does not generate ASF License warnings.
14154
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/1/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c355376da5c0 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 56980fb
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/1/testReport/
Max. process+thread count4803 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

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

Nice fix @Yiran-wu . This looks like a case, which must have a UT.

@the-sakthi

Copy link
Copy Markdown
Member

Also, may I ask what kind of testing did you perform with the patch? Thanks.

@Yiran-wu

Copy link
Copy Markdown
ContributorAuthor

The following scenario is ok.
case1: Bulkload from different hdfs.
case2: Bulkoad from same hdfs.
case3: Bulkload replication to slave cluster

The test code : https://github.com/Yiran-wu/bulkload-3.0

@Yiran-wu

Copy link
Copy Markdown
ContributorAuthor

Thanks for review @jatsakthi
I think we need to add a unit test to cover this scenario, I am doing this.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec37Docker 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.
_ master Compile Tests _
+1mvninstall396master passed
+1compile58master passed
+1checkstyle103master passed
+1shadedjars351branch has no errors when building our shaded downstream artifacts.
+1javadoc44master passed
0spotbugs281Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs278master passed
_ Patch Compile Tests _
+1mvninstall387the patch passed
+1compile68the patch passed
+1javac68the patch passed
+1checkstyle100the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars333patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1161Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc41the patch passed
+1findbugs277the patch passed
_ Other Tests _
+1unit9551hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
13658
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/2/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 636e6e3759b7 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 83e7794
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/2/testReport/
Max. process+thread count4405 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec164Docker 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.
_ master Compile Tests _
+1mvninstall476master passed
+1compile75master passed
+1checkstyle94master passed
+1shadedjars345branch has no errors when building our shaded downstream artifacts.
+1javadoc47master passed
0spotbugs297Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs295master passed
_ Patch Compile Tests _
+1mvninstall437the patch passed
+1compile75the patch passed
+1javac75the patch passed
+1checkstyle97the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars364patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1312Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc47the patch passed
+1findbugs292the patch passed
_ Other Tests _
-1unit16053hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
20703
ReasonTests
Failed junit testshadoop.hbase.TestSplitMerge
hadoop.hbase.regionserver.wal.TestAsyncLogRolling
hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
hadoop.hbase.regionserver.TestRegionServerMetrics
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4368a0e7fadf 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 090c55f
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/testReport/
Max. process+thread count4606 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec41Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+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 _
+1mvninstall393master passed
+1compile66master passed
+1checkstyle108master passed
+1shadedjars348branch has no errors when building our shaded downstream artifacts.
+1javadoc46master passed
0spotbugs320Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs317master passed
_ Patch Compile Tests _
+1mvninstall381the patch passed
+1compile74the patch passed
+1javac74the patch passed
+1checkstyle116the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars350patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1257Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc39the patch passed
+1findbugs323the patch passed
_ Other Tests _
+1unit10250hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
14614
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/5/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux dffbab1873b7 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 090c55f
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/5/testReport/
Max. process+thread count4448 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/5/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec142Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall490master passed
+1compile79master passed
+1checkstyle125master passed
+1shadedjars375branch has no errors when building our shaded downstream artifacts.
+1javadoc47master passed
0spotbugs313Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs310master passed
_ Patch Compile Tests _
+1mvninstall351the patch passed
+1compile62the patch passed
+1javac63the patch passed
+1checkstyle91the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars301patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1065Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc35the patch passed
+1findbugs287the patch passed
_ Other Tests _
-1unit14689hbase-server in the patch failed.
+1asflicense33The patch does not generate ASF License warnings.
18912
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 6fb208272da4 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / ee5cf0d
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/testReport/
Max. process+thread count5283 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec38Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall320master passed
+1compile56master passed
+1checkstyle78master passed
+1shadedjars273branch has no errors when building our shaded downstream artifacts.
+1javadoc40master passed
0spotbugs255Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs253master passed
_ Patch Compile Tests _
+1mvninstall306the patch passed
+1compile57the patch passed
+1javac57the patch passed
+1checkstyle81the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars284patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck958Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc37the patch passed
+1findbugs256the patch passed
_ Other Tests _
+1unit9920hbase-server in the patch passed.
+1asflicense35The patch does not generate ASF License warnings.
13383
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/7/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c4e0703251b5 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / b642ee0
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/7/testReport/
Max. process+thread count4200 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/7/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec85Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall374master passed
+1compile61master passed
+1checkstyle96master passed
+1shadedjars310branch has no errors when building our shaded downstream artifacts.
+1javadoc37master passed
0spotbugs269Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs265master passed
_ Patch Compile Tests _
+1mvninstall335the patch passed
+1compile58the patch passed
+1javac58the patch passed
+1checkstyle91the patch passed
+1whitespace1The patch has no whitespace issues.
+1shadedjars315patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1069Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc37the patch passed
+1findbugs296the patch passed
_ Other Tests _
-1unit13804hbase-server in the patch failed.
+1asflicense34The patch does not generate ASF License warnings.
17694
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 433bc4af3a12 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 97fbaa6
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/testReport/
Max. process+thread count4598 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec44Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall330master passed
+1compile55master passed
+1checkstyle76master passed
+1shadedjars275branch has no errors when building our shaded downstream artifacts.
+1javadoc38master passed
0spotbugs259Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs257master passed
_ Patch Compile Tests _
+1mvninstall309the patch passed
+1compile56the patch passed
+1javac56the patch passed
+1checkstyle76the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars279patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck926Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc36the patch passed
+1findbugs249the patch passed
_ Other Tests _
+1unit10004hbase-server in the patch passed.
+1asflicense31The patch does not generate ASF License warnings.
13417
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/9/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d708715fb8d8 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / a5ef6b2
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/9/testReport/
Max. process+thread count4365 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/9/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec46Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall411master passed
+1compile67master passed
+1checkstyle102master passed
+1shadedjars351branch has no errors when building our shaded downstream artifacts.
+1javadoc43master passed
0spotbugs293Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs291master passed
_ Patch Compile Tests _
+1mvninstall386the patch passed
+1compile70the patch passed
+1javac70the patch passed
+1checkstyle96the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars355patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1128Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc38the patch passed
+1findbugs265the patch passed
_ Other Tests _
+1unit9453hbase-server in the patch passed.
+1asflicense34The patch does not generate ASF License warnings.
13559
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/10/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 54f4a0c59601 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / a5ef6b2
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/10/testReport/
Max. process+thread count4327 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/10/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec43Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+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 _
+1mvninstall403master passed
+1compile68master passed
+1checkstyle104master passed
+1shadedjars320branch has no errors when building our shaded downstream artifacts.
+1javadoc37master passed
0spotbugs280Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs276master passed
_ Patch Compile Tests _
+1mvninstall378the patch passed
+1compile64the patch passed
+1javac64the patch passed
+1checkstyle93the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars341patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1208Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc41the patch passed
+1findbugs255the patch passed
_ Other Tests _
-1unit9919hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
13992
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/artifact/out/Dockerfile
GITHUB PR#553
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7b5c0382e929 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revisionmaster / 8e8bd8b
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/testReport/
Max. process+thread count4845 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@saintstack
saintstack merged commit f31301d into apache:masterSep 14, 2019
stoty pushed a commit to stoty/hbase that referenced this pull request Aug 31, 2022
…ace quotas are turned on. (apache#553)
Signed-off-by: Sakthi <sakthi@apache.org>
(cherry picked from commit f31301d)
Change-Id: Ic88e96cc1b83351424463fef52579a35a4074822
stoty pushed a commit to stoty/hbase that referenced this pull request Aug 31, 2022
…ace quotas are turned on. (apache#553)
Signed-off-by: Sakthi <sakthi@apache.org>
(cherry picked from commit f31301d)
Change-Id: Ic88e96cc1b83351424463fef52579a35a4074822
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

@Yiran-wu@Apache-HBase@the-sakthi@saintstack