Skip to content

HBASE-22578 HFileCleaner should not delete empty ns/table directories… - #337

Merged
openinx merged 1 commit into
apache:masterfrom
mymeiyi:hdfs-acl-cleaner
Jul 24, 2019
Merged

HBASE-22578 HFileCleaner should not delete empty ns/table directories…#337
openinx merged 1 commit into
apache:masterfrom
mymeiyi:hdfs-acl-cleaner

Conversation

@mymeiyi

Copy link
Copy Markdown
Contributor

… used for user san snapshot feature

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec229Docker 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 _
+1mvninstall320master passed
+1compile70master passed
+1checkstyle80master passed
+1shadedjars299branch has no errors when building our shaded downstream artifacts.
+1findbugs238master passed
+1javadoc37master passed
_ Patch Compile Tests _
+1mvninstall266the patch passed
+1compile59the patch passed
+1javac59the patch passed
-1checkstyle75hbase-server: The patch generated 1 new + 3 unchanged - 0 fixed = 4 total (was 3)
+1whitespace0The patch has no whitespace issues.
+1shadedjars316patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck831Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs228the patch passed
+1javadoc36the patch passed
_ Other Tests _
-1unit14134hbase-server in the patch failed.
+1asflicense33The patch does not generate ASF License warnings.
17605
ReasonTests
Failed junit testshadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.client.TestMobSnapshotCloneIndependence
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 5f89205d5abd 4.4.0-137-generic #163~14.04.1-Ubuntu SMP Mon Sep 24 17:14:57 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 15ac781
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-337/1/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/testReport/
Max. process+thread count4862 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

* acls are set at these directories; the archive data directory should not be deleted because
* the HDFS acls of global permission is set at this directory.
*/
/*if (userScanSnapshotEnabled) {

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.

This if condition shouldn't be commented. Without it, the added test case "testCleanArchiveTableDir" fails.

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.

Yes, sorry for my carelessness, will fix it.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec188Docker 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 _
+1mvninstall322master passed
+1compile69master passed
+1checkstyle85master passed
+1shadedjars344branch has no errors when building our shaded downstream artifacts.
+1findbugs285master passed
+1javadoc42master passed
_ Patch Compile Tests _
+1mvninstall311the patch passed
+1compile69the patch passed
+1javac69the patch passed
+1checkstyle86the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars346patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck947Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs282the patch passed
+1javadoc42the patch passed
_ Other Tests _
+1unit15330hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
19166
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/2/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b6783d9cb130 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:43:40 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0198868
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-337/2/testReport/
Max. process+thread count4521 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/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
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 _
+1mvninstall266master passed
+1compile53master passed
+1checkstyle66master passed
+1shadedjars269branch has no errors when building our shaded downstream artifacts.
+1findbugs210master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall236the patch passed
+1compile52the patch passed
+1javac52the patch passed
-1checkstyle68hbase-server: The patch generated 1 new + 4 unchanged - 1 fixed = 5 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars266patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck761Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs214the patch passed
+1javadoc30the patch passed
_ Other Tests _
+1unit7941hbase-server in the patch passed.
+1asflicense29The patch does not generate ASF License warnings.
10843
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux ec45db2e9504 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 / 94d5419
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-337/3/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/testReport/
Max. process+thread count5045 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

* @param dir The path of a directory
* @return True if the directory can be deleted, otherwise false
*/
boolean shouldDeleteDirectory(Path dir) {

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.

isDirDeletable ?

* @param dir Path of the directory
* @return True if the directory can be deleted, otherwise false
*/
private boolean canDeleteEmptyDirectory(Path dir) {

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.

canDeleteEmptyDirectory -> isEmptyDirDeletable ?


private boolean isUserScanSnapshotEnabled(Configuration conf) {
String masterCoprocessors = conf.get(CoprocessorHost.MASTER_COPROCESSOR_CONF_KEY);
if (conf.getBoolean(SnapshotScannerHDFSAclHelper.USER_SCAN_SNAPSHOT_ENABLE, false)

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.

Reconsider the USER_SCAN_SNAPSHOT_ENABLE name, seems not a good name, because even if we don't enable the feature, user can still scan the snapshot ? so better to use SYNC_TABLE_ACL_IN_HDFS or some other config keys to express the point is to sync the table granted acl to HDFS acl, it will help to understand this.
BTW, a deprecated config keys is a trouble, so better to give a suitable name in the first definition.

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.

Yes, great suggestions, I think there are some configs should be renamed to a more proper name, I will do this work in another issus.

return false;
}
} catch (IOException e) {
LOG.warn("Check if namespace {} exists error", namespace, e);

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.

Just throw the exception ? and handle in the outside (CleanerChore#canDeleteEmptyDirectory )

}

@Override
public boolean canDeleteEmptyDirectory(Path dir) {

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.

isEmptyDirDeletable ? or isDirDeletable ?


@VisibleForTesting
static boolean isArchiveNamespaceDir(Path path) {
return path == null ? false : isArchiveDataDir(path.getParent());

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.

return path != null && isArchiveDataDir(path.getParent()) ? 


@VisibleForTesting
static boolean isArchiveTableDir(Path path) {
return path == null ? false : isArchiveNamespaceDir(path.getParent());

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.

ditto

@mymeiyi
mymeiyiforce-pushed the hdfs-acl-cleaner branch 2 times, most recently from 2e0e1b0 to 50aac57CompareJune 28, 2019 09:02
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec189Docker 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 _
+1mvninstall292master passed
+1compile60master passed
+1checkstyle87master passed
+1shadedjars336branch has no errors when building our shaded downstream artifacts.
+1findbugs250master passed
+1javadoc45master passed
_ Patch Compile Tests _
+1mvninstall319the patch passed
+1compile68the patch passed
+1javac68the patch passed
+1checkstyle84hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars329patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck990Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs251the patch passed
+1javadoc36the patch passed
_ Other Tests _
+1unit13758hbase-server in the patch passed.
+1asflicense33The patch does not generate ASF License warnings.
17500
SubsystemReport/Notes
DockerClient=18.09.5 Server=18.09.5 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/4/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7251ec846c34 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / b20044c
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-337/4/testReport/
Max. process+thread count4923 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/4/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
0reexec48Docker 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 _
+1mvninstall249master passed
+1compile48master passed
+1checkstyle68master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1findbugs201master passed
+1javadoc30master passed
_ Patch Compile Tests _
+1mvninstall239the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle63hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck703Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs199the patch passed
+1javadoc30the patch passed
_ Other Tests _
-1unit15117hbase-server in the patch failed.
+1asflicense24The patch does not generate ASF License warnings.
17902
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.master.TestMasterShutdown
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 2766d9b084f9 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 / b20044c
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-337/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/testReport/
Max. process+thread count5133 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/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
0reexec75Docker 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 _
+1mvninstall269master passed
+1compile56master passed
+1checkstyle77master passed
+1shadedjars281branch has no errors when building our shaded downstream artifacts.
+1findbugs235master passed
+1javadoc47master passed
_ Patch Compile Tests _
+1mvninstall319the patch passed
+1compile73the patch passed
+1javac73the patch passed
+1checkstyle86hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars330patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck921Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs259the patch passed
+1javadoc43the patch passed
_ Other Tests _
+1unit13346hbase-server in the patch passed.
+1asflicense24The patch does not generate ASF License warnings.
16824
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/6/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a7a0a434346d 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 438bf32
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-337/6/testReport/
Max. process+thread count4596 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/6/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
0reexec120Docker 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 _
+1mvninstall303master passed
+1compile73master passed
+1checkstyle97master passed
+1shadedjars365branch has no errors when building our shaded downstream artifacts.
+1findbugs278master passed
+1javadoc45master passed
_ Patch Compile Tests _
+1mvninstall338the patch passed
+1compile66the patch passed
+1javac66the patch passed
+1checkstyle85hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars321patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck973Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs244the patch passed
+1javadoc41the patch passed
_ Other Tests _
+1unit13936hbase-server in the patch passed.
+1asflicense31The patch does not generate ASF License warnings.
17704
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/7/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a5851f22e6f0 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 74731c2
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-337/7/testReport/
Max. process+thread count4654 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/7/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
0reexec148Docker 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 _
+1mvninstall278master passed
+1compile56master passed
+1checkstyle69master passed
+1shadedjars278branch has no errors when building our shaded downstream artifacts.
+1findbugs199master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall234the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle69hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck794Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs208the patch passed
+1javadoc35the patch passed
_ Other Tests _
-1unit13463hbase-server in the patch failed.
+1asflicense30The patch does not generate ASF License warnings.
16521
ReasonTests
Failed junit testshadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c348d2003e70 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / cc38de1
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-337/8/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/testReport/
Max. process+thread count4263 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/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
0reexec109Docker 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 _
+1mvninstall263master passed
+1compile52master passed
+1checkstyle65master passed
+1shadedjars256branch has no errors when building our shaded downstream artifacts.
+1findbugs212master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall244the patch passed
+1compile55the patch passed
+1javac55the patch passed
+1checkstyle65hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck760Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs223the patch passed
+1javadoc32the patch passed
_ Other Tests _
-1unit7809hbase-server in the patch failed.
+1asflicense32The patch does not generate ASF License warnings.
10780
ReasonTests
Failed junit testshadoop.hbase.replication.TestSyncReplicationStandbyKillRS
hadoop.hbase.io.hfile.bucket.TestBucketCache
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a6022068f929 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 / 72e58a8
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-337/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/testReport/
Max. process+thread count4570 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/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
0reexec193Docker 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
+1checkstyle65master passed
+1shadedjars255branch has no errors when building our shaded downstream artifacts.
+1findbugs228master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall233the patch passed
+1compile53the patch passed
+1javac53the patch passed
+1checkstyle67hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars257patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck707Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs231the patch passed
+1javadoc33the patch passed
_ Other Tests _
-1unit19619hbase-server in the patch failed.
+1asflicense46The patch does not generate ASF License warnings.
22626
ReasonTests
Failed junit testshadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
hadoop.hbase.replication.TestReplicationKillMasterRSWithSeparateOldWALs
hadoop.hbase.client.TestConnection
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
hadoop.hbase.io.hfile.bucket.TestBucketCache
hadoop.hbase.replication.TestReplicationDroppedTables
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 6aa2597800bf 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 / 00075ea
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-337/10/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/testReport/
Max. process+thread count5059 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/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
0reexec67Docker 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 _
+1mvninstall308master passed
+1compile64master passed
+1checkstyle93master passed
+1shadedjars336branch has no errors when building our shaded downstream artifacts.
+1javadoc41master passed
0spotbugs298Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs293master passed
_ Patch Compile Tests _
+1mvninstall302the patch passed
+1compile65the patch passed
+1javac65the patch passed
+1checkstyle90hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars330patch 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.
+1javadoc39the patch passed
+1findbugs304the patch passed
_ Other Tests _
-1unit20259hbase-server in the patch failed.
+1asflicense34The patch does not generate ASF License warnings.
23995
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestConnection
hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/11/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 2ae29d545600 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / c9293b0
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/11/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/11/testReport/
Max. process+thread count5051 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/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.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec52Docker 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 _
+1mvninstall235master passed
+1compile50master passed
+1checkstyle69master passed
+1shadedjars267branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs235Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs233master passed
_ Patch Compile Tests _
+1mvninstall254the patch passed
+1compile51the patch passed
+1javac51the patch passed
+1checkstyle73hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars266patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck762Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc32the patch passed
+1findbugs236the patch passed
_ Other Tests _
-1unit15753hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
18706
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c7ef4e8cf5ca 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / aa9679d
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/testReport/
Max. process+thread count4626 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/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
0reexec118Docker 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 _
+1mvninstall358master passed
+1compile72master passed
+1checkstyle96master passed
+1shadedjars348branch has no errors when building our shaded downstream artifacts.
+1javadoc48master passed
0spotbugs301Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs298master passed
_ Patch Compile Tests _
+1mvninstall333the patch passed
+1compile72the patch passed
+1javac72the patch passed
+1checkstyle91hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars339patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1007Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc46the patch passed
+1findbugs286the patch passed
_ Other Tests _
-1unit12960hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
16920
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncRegionAdminApi
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a53823e839cf 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-337/out/precommit/personality/provided.sh
git revisionmaster / 9615c64
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/testReport/
Max. process+thread count4701 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/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
0reexec65Docker 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 _
+1mvninstall245master passed
+1compile54master passed
+1checkstyle77master passed
+1shadedjars300branch has no errors when building our shaded downstream artifacts.
+1javadoc36master passed
0spotbugs234Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs232master passed
_ Patch Compile Tests _
+1mvninstall248the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle72hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars270patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck836Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs239the patch passed
_ Other Tests _
-1unit15700hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
18789
ReasonTests
Failed junit testshadoop.hbase.client.TestConnection
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 97b170c563f2 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 0e34dcb
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/testReport/
Max. process+thread count4975 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/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
0reexec59Docker 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 _
+1mvninstall298master passed
+1compile59master passed
+1checkstyle90master passed
+1shadedjars350branch has no errors when building our shaded downstream artifacts.
+1javadoc39master passed
0spotbugs282Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs280master passed
_ Patch Compile Tests _
+1mvninstall313the patch passed
+1compile68the patch passed
+1javac68the patch passed
+1checkstyle97hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars363patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck968Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc37the patch passed
+1findbugs306the patch passed
_ Other Tests _
-1unit16543hbase-server in the patch failed.
+1asflicense30The patch does not generate ASF License warnings.
20273
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestStoreScannerClosure
hadoop.hbase.regionserver.TestCompactionWithCoprocessor
hadoop.hbase.regionserver.TestNotCleanupCompactedFileWhenRegionWarmup
hadoop.hbase.regionserver.TestRegionReplicas
hadoop.hbase.regionserver.TestHRegionFileSystem
hadoop.hbase.regionserver.TestAtomicOperation
hadoop.hbase.quotas.TestMasterQuotasObserver
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
hadoop.hbase.regionserver.wal.TestAsyncLogRolling
hadoop.hbase.regionserver.TestSplitTransactionOnCluster
hadoop.hbase.regionserver.TestWALLockup
hadoop.hbase.regionserver.TestRecoveredEdits
hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndUseDataEncoding
hadoop.hbase.regionserver.TestHRegionServerBulkLoad
hadoop.hbase.quotas.TestLowLatencySpaceQuotas
hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.regionserver.TestSplitLogWorker
hadoop.hbase.regionserver.TestCleanupCompactedFileAfterFailover
hadoop.hbase.regionserver.wal.TestSecureWALReplay
hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
hadoop.hbase.regionserver.TestRemoveRegionMetrics
hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
hadoop.hbase.regionserver.TestMobStoreScanner
hadoop.hbase.regionserver.TestHRegionReplayEvents
hadoop.hbase.regionserver.TestHRegion
hadoop.hbase.regionserver.TestJoinedScanners
hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
hadoop.hbase.regionserver.TestPriorityRpc
hadoop.hbase.client.TestAsyncSnapshotAdminApi
hadoop.hbase.regionserver.wal.TestLogRolling
hadoop.hbase.TestNamespace
hadoop.hbase.regionserver.TestFlushLifeCycleTracker
hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
hadoop.hbase.regionserver.TestFSErrorsExposed
hadoop.hbase.regionserver.compactions.TestFIFOCompactionPolicy
hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0ccf25a292a0 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/testReport/
Max. process+thread count4547 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/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
0reexec54Docker 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 _
+1mvninstall264master passed
+1compile54master passed
+1checkstyle71master passed
+1shadedjars260branch has no errors when building our shaded downstream artifacts.
+1javadoc33master passed
0spotbugs224Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs223master passed
_ Patch Compile Tests _
+1mvninstall267the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle70hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars258patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck817Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc32the patch passed
+1findbugs239the patch passed
_ Other Tests _
-1unit14973hbase-server in the patch failed.
+1asflicense40The patch does not generate ASF License warnings.
18047
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestAsyncTableBatch
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/18/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 04066b6b2bd2 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/18/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/18/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-337/18/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
0reexec66Docker 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 _
-1mvninstall16root in master failed.
-1compile41hbase-server in master failed.
+1checkstyle71master passed
+1shadedjars270branch has no errors when building our shaded downstream artifacts.
+1javadoc32master passed
0spotbugs340Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs34hbase-server in master failed.
_ Patch Compile Tests _
-1mvninstall13root in the patch failed.
-1compile34hbase-server in the patch failed.
-1javac34hbase-server in the patch failed.
+1checkstyle73hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars265patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck11The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck22The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck34The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc33the patch passed
-1findbugs35hbase-server in the patch failed.
_ Other Tests _
-1unit36hbase-server in the patch failed.
+1asflicense10The patch does not generate ASF License warnings.
1127
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 22901feade05 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / e74d501
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-compile-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-findbugs-hbase-server.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-compile-hbase-server.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-3.1.2.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/testReport/
Max. process+thread count87 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z)
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec62Docker 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 _
+1mvninstall352master passed
+1compile60master passed
+1checkstyle76master passed
+1shadedjars293branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs229Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs226master passed
_ Patch Compile Tests _
+1mvninstall291the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle76hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1006Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs238the patch passed
_ Other Tests _
-1unit16486hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
19987
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 866d9fde358a 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / e74d501
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/testReport/
Max. process+thread count5130 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/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
0reexec74Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author1The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall452master passed
+1compile72master passed
+1checkstyle100master passed
+1shadedjars349branch has no errors when building our shaded downstream artifacts.
+1javadoc43master passed
0spotbugs310Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs307master passed
_ Patch Compile Tests _
+1mvninstall364the patch passed
+1compile68the patch passed
+1javac68the patch passed
+1checkstyle92hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars342patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1166Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc41the patch passed
+1findbugs330the patch passed
_ Other Tests _
-1unit17119hbase-server in the patch failed.
+1asflicense39The patch does not generate ASF License warnings.
21435
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 44811d17aa2b 4.4.0-143-generic #169-Ubuntu SMP Thu Feb 7 07:56:38 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 6705d4f
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/testReport/
Max. process+thread count4783 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/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.

@openinx
openinx merged commit a399a14 into apache:masterJul 24, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec68Docker 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 _
+1mvninstall291master passed
+1compile52master passed
+1checkstyle73master passed
+1shadedjars268branch has no errors when building our shaded downstream artifacts.
+1javadoc33master passed
0spotbugs230Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs228master passed
_ Patch Compile Tests _
+1mvninstall290the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle73hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars268patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck912Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc34the patch passed
+1findbugs232the patch passed
_ Other Tests _
-1unit14399hbase-server in the patch failed.
+1asflicense27The patch does not generate ASF License warnings.
17669
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b938f1292e4f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 7ebf80f
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/testReport/
Max. process+thread count5200 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/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
0reexec89Docker 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 _
-1mvninstall364root in master failed.
+1compile77master passed
+1checkstyle82master passed
+1shadedjars316branch has no errors when building our shaded downstream artifacts.
+1javadoc37master passed
0spotbugs268Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs266master passed
_ Patch Compile Tests _
-1mvninstall351root in the patch failed.
+1compile63the patch passed
+1javac63the patch passed
+1checkstyle79hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1whitespace0The patch has no whitespace issues.
+1shadedjars337patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck401The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck782The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck1180The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc42the patch passed
+1findbugs303the patch passed
_ Other Tests _
-1unit18788hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
22483
ReasonTests
Failed junit testshadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestAdmin2
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.master.procedure.TestSCPWithReplicas
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/Dockerfile
GITHUB PR#337
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 29a311a28f41 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revisionmaster / 7ebf80f
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/branch-mvninstall-root.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-mvninstall-root.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-3.1.2.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/testReport/
Max. process+thread count4890 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/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.

asfgit pushed a commit that referenced this pull request Jul 25, 2019
@mymeiyi
mymeiyi deleted the hdfs-acl-cleaner branch September 4, 2019 06:49
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
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

@mymeiyi@Apache-HBase@openinx@the-sakthi