Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 14, 2019

Conversation

Yiran-wu
Copy link
Contributor

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

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 92 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The 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 _
+1 mvninstall 446 master passed
+1 compile 69 master passed
+1 checkstyle 98 master passed
+1 shadedjars 348 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 38 master passed
0 spotbugs 241 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 239 master passed
_ Patch Compile Tests _
+1 mvninstall 363 the patch passed
+1 compile 71 the patch passed
+1 javac 71 the patch passed
+1 checkstyle 93 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 312 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1034 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 42 the patch passed
+1 findbugs 294 the patch passed
_ Other Tests _
+1 unit 10092 hbase-server in the patch passed.
+1 asflicense 32 The patch does not generate ASF License warnings.
14154
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c355376da5c0 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 56980fb
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/1/testReport/
Max. process+thread count 4803 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Member

@jatsakthi jatsakthi left a comment

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.

@jatsakthi
Copy link
Member

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

@Yiran-wu
Copy link
Contributor Author

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
Contributor Author

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

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 37 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The 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 _
+1 mvninstall 396 master passed
+1 compile 58 master passed
+1 checkstyle 103 master passed
+1 shadedjars 351 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 44 master passed
0 spotbugs 281 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 278 master passed
_ Patch Compile Tests _
+1 mvninstall 387 the patch passed
+1 compile 68 the patch passed
+1 javac 68 the patch passed
+1 checkstyle 100 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 333 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1161 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 41 the patch passed
+1 findbugs 277 the patch passed
_ Other Tests _
+1 unit 9551 hbase-server in the patch passed.
+1 asflicense 28 The patch does not generate ASF License warnings.
13658
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 636e6e3759b7 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 83e7794
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/2/testReport/
Max. process+thread count 4405 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 164 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 test4tests 0 The 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 _
+1 mvninstall 476 master passed
+1 compile 75 master passed
+1 checkstyle 94 master passed
+1 shadedjars 345 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 47 master passed
0 spotbugs 297 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 295 master passed
_ Patch Compile Tests _
+1 mvninstall 437 the patch passed
+1 compile 75 the patch passed
+1 javac 75 the patch passed
+1 checkstyle 97 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 364 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1312 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 47 the patch passed
+1 findbugs 292 the patch passed
_ Other Tests _
-1 unit 16053 hbase-server in the patch failed.
+1 asflicense 25 The patch does not generate ASF License warnings.
20703
Reason Tests
Failed junit tests hadoop.hbase.TestSplitMerge
hadoop.hbase.regionserver.wal.TestAsyncLogRolling
hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
hadoop.hbase.regionserver.TestRegionServerMetrics
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 4368a0e7fadf 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 090c55f
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/testReport/
Max. process+thread count 4606 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/3/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 393 master passed
+1 compile 66 master passed
+1 checkstyle 108 master passed
+1 shadedjars 348 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 46 master passed
0 spotbugs 320 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 317 master passed
_ Patch Compile Tests _
+1 mvninstall 381 the patch passed
+1 compile 74 the patch passed
+1 javac 74 the patch passed
+1 checkstyle 116 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 350 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1257 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 39 the patch passed
+1 findbugs 323 the patch passed
_ Other Tests _
+1 unit 10250 hbase-server in the patch passed.
+1 asflicense 28 The patch does not generate ASF License warnings.
14614
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux dffbab1873b7 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 090c55f
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/5/testReport/
Max. process+thread count 4448 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/5/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 142 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 490 master passed
+1 compile 79 master passed
+1 checkstyle 125 master passed
+1 shadedjars 375 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 47 master passed
0 spotbugs 313 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 310 master passed
_ Patch Compile Tests _
+1 mvninstall 351 the patch passed
+1 compile 62 the patch passed
+1 javac 63 the patch passed
+1 checkstyle 91 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 301 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1065 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 35 the patch passed
+1 findbugs 287 the patch passed
_ Other Tests _
-1 unit 14689 hbase-server in the patch failed.
+1 asflicense 33 The patch does not generate ASF License warnings.
18912
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 6fb208272da4 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / ee5cf0d
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/testReport/
Max. process+thread count 5283 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/6/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 38 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 320 master passed
+1 compile 56 master passed
+1 checkstyle 78 master passed
+1 shadedjars 273 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 40 master passed
0 spotbugs 255 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 253 master passed
_ Patch Compile Tests _
+1 mvninstall 306 the patch passed
+1 compile 57 the patch passed
+1 javac 57 the patch passed
+1 checkstyle 81 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 284 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 958 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 37 the patch passed
+1 findbugs 256 the patch passed
_ Other Tests _
+1 unit 9920 hbase-server in the patch passed.
+1 asflicense 35 The patch does not generate ASF License warnings.
13383
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c4e0703251b5 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / b642ee0
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/7/testReport/
Max. process+thread count 4200 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 85 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 374 master passed
+1 compile 61 master passed
+1 checkstyle 96 master passed
+1 shadedjars 310 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 37 master passed
0 spotbugs 269 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 265 master passed
_ Patch Compile Tests _
+1 mvninstall 335 the patch passed
+1 compile 58 the patch passed
+1 javac 58 the patch passed
+1 checkstyle 91 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedjars 315 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1069 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 37 the patch passed
+1 findbugs 296 the patch passed
_ Other Tests _
-1 unit 13804 hbase-server in the patch failed.
+1 asflicense 34 The patch does not generate ASF License warnings.
17694
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 433bc4af3a12 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 97fbaa6
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/testReport/
Max. process+thread count 4598 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/8/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 44 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 330 master passed
+1 compile 55 master passed
+1 checkstyle 76 master passed
+1 shadedjars 275 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 38 master passed
0 spotbugs 259 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 257 master passed
_ Patch Compile Tests _
+1 mvninstall 309 the patch passed
+1 compile 56 the patch passed
+1 javac 56 the patch passed
+1 checkstyle 76 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 279 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 926 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 36 the patch passed
+1 findbugs 249 the patch passed
_ Other Tests _
+1 unit 10004 hbase-server in the patch passed.
+1 asflicense 31 The patch does not generate ASF License warnings.
13417
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux d708715fb8d8 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / a5ef6b2
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/9/testReport/
Max. process+thread count 4365 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/9/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 46 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 411 master passed
+1 compile 67 master passed
+1 checkstyle 102 master passed
+1 shadedjars 351 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 43 master passed
0 spotbugs 293 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 291 master passed
_ Patch Compile Tests _
+1 mvninstall 386 the patch passed
+1 compile 70 the patch passed
+1 javac 70 the patch passed
+1 checkstyle 96 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 355 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1128 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 38 the patch passed
+1 findbugs 265 the patch passed
_ Other Tests _
+1 unit 9453 hbase-server in the patch passed.
+1 asflicense 34 The patch does not generate ASF License warnings.
13559
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 54f4a0c59601 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / a5ef6b2
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/10/testReport/
Max. process+thread count 4327 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/10/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 43 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 mvninstall 403 master passed
+1 compile 68 master passed
+1 checkstyle 104 master passed
+1 shadedjars 320 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 37 master passed
0 spotbugs 280 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 276 master passed
_ Patch Compile Tests _
+1 mvninstall 378 the patch passed
+1 compile 64 the patch passed
+1 javac 64 the patch passed
+1 checkstyle 93 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 341 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1208 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 41 the patch passed
+1 findbugs 255 the patch passed
_ Other Tests _
-1 unit 9919 hbase-server in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
13992
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 7b5c0382e929 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-553/out/precommit/personality/provided.sh
git revision master / 8e8bd8b
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/testReport/
Max. process+thread count 4845 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-553/11/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@saintstack saintstack merged commit f31301d into apache:master Sep 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants