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-22578 HFileCleaner should not delete empty ns/table directories… #337

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

mymeiyi
Copy link
Contributor

@mymeiyi mymeiyi commented Jun 25, 2019

… used for user san snapshot feature

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 229 Docker mode activated.
_ Prechecks _
+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 70 master passed
+1 checkstyle 80 master passed
+1 shadedjars 299 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 238 master passed
+1 javadoc 37 master passed
_ Patch Compile Tests _
+1 mvninstall 266 the patch passed
+1 compile 59 the patch passed
+1 javac 59 the patch passed
-1 checkstyle 75 hbase-server: The patch generated 1 new + 3 unchanged - 0 fixed = 4 total (was 3)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 316 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 831 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 228 the patch passed
+1 javadoc 36 the patch passed
_ Other Tests _
-1 unit 14134 hbase-server in the patch failed.
+1 asflicense 33 The patch does not generate ASF License warnings.
17605
Reason Tests
Failed junit tests hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.client.TestMobSnapshotCloneIndependence
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 15ac781
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/artifact/out/diff-checkstyle-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/testReport/
Max. process+thread count 4862 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/1/console
Powered by Apache 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
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
Contributor Author

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

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 188 Docker mode activated.
_ Prechecks _
+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 322 master passed
+1 compile 69 master passed
+1 checkstyle 85 master passed
+1 shadedjars 344 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 285 master passed
+1 javadoc 42 master passed
_ Patch Compile Tests _
+1 mvninstall 311 the patch passed
+1 compile 69 the patch passed
+1 javac 69 the patch passed
+1 checkstyle 86 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 346 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 947 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 282 the patch passed
+1 javadoc 42 the patch passed
_ Other Tests _
+1 unit 15330 hbase-server in the patch passed.
+1 asflicense 28 The patch does not generate ASF License warnings.
19166
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux b6783d9cb130 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:43:40 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 0198868
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/2/testReport/
Max. process+thread count 4521 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/2/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 27 Docker mode activated.
_ Prechecks _
+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 266 master passed
+1 compile 53 master passed
+1 checkstyle 66 master passed
+1 shadedjars 269 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 210 master passed
+1 javadoc 33 master passed
_ Patch Compile Tests _
+1 mvninstall 236 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
-1 checkstyle 68 hbase-server: The patch generated 1 new + 4 unchanged - 1 fixed = 5 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 266 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 761 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 214 the patch passed
+1 javadoc 30 the patch passed
_ Other Tests _
+1 unit 7941 hbase-server in the patch passed.
+1 asflicense 29 The patch does not generate ASF License warnings.
10843
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux ec45db2e9504 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 94d5419
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/artifact/out/diff-checkstyle-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/testReport/
Max. process+thread count 5045 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/3/console
Powered by Apache 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
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
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
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
Contributor Author

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
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
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
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
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@mymeiyi mymeiyi force-pushed the hdfs-acl-cleaner branch 2 times, most recently from 2e0e1b0 to 50aac57 Compare June 28, 2019 09:02
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 189 Docker mode activated.
_ Prechecks _
+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 292 master passed
+1 compile 60 master passed
+1 checkstyle 87 master passed
+1 shadedjars 336 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 250 master passed
+1 javadoc 45 master passed
_ Patch Compile Tests _
+1 mvninstall 319 the patch passed
+1 compile 68 the patch passed
+1 javac 68 the patch passed
+1 checkstyle 84 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 329 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 990 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 251 the patch passed
+1 javadoc 36 the patch passed
_ Other Tests _
+1 unit 13758 hbase-server in the patch passed.
+1 asflicense 33 The patch does not generate ASF License warnings.
17500
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 7251ec846c34 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / b20044c
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/4/testReport/
Max. process+thread count 4923 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/4/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 48 Docker mode activated.
_ Prechecks _
+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 249 master passed
+1 compile 48 master passed
+1 checkstyle 68 master passed
+1 shadedjars 261 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 201 master passed
+1 javadoc 30 master passed
_ Patch Compile Tests _
+1 mvninstall 239 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
+1 checkstyle 63 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 703 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 199 the patch passed
+1 javadoc 30 the patch passed
_ Other Tests _
-1 unit 15117 hbase-server in the patch failed.
+1 asflicense 24 The patch does not generate ASF License warnings.
17902
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.master.TestMasterShutdown
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2766d9b084f9 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / b20044c
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/testReport/
Max. process+thread count 5133 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/5/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 75 Docker mode activated.
_ Prechecks _
+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 269 master passed
+1 compile 56 master passed
+1 checkstyle 77 master passed
+1 shadedjars 281 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 235 master passed
+1 javadoc 47 master passed
_ Patch Compile Tests _
+1 mvninstall 319 the patch passed
+1 compile 73 the patch passed
+1 javac 73 the patch passed
+1 checkstyle 86 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 330 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 921 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 259 the patch passed
+1 javadoc 43 the patch passed
_ Other Tests _
+1 unit 13346 hbase-server in the patch passed.
+1 asflicense 24 The patch does not generate ASF License warnings.
16824
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a7a0a434346d 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 438bf32
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/6/testReport/
Max. process+thread count 4596 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/6/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 120 Docker mode activated.
_ Prechecks _
+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 303 master passed
+1 compile 73 master passed
+1 checkstyle 97 master passed
+1 shadedjars 365 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 278 master passed
+1 javadoc 45 master passed
_ Patch Compile Tests _
+1 mvninstall 338 the patch passed
+1 compile 66 the patch passed
+1 javac 66 the patch passed
+1 checkstyle 85 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 321 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 973 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 244 the patch passed
+1 javadoc 41 the patch passed
_ Other Tests _
+1 unit 13936 hbase-server in the patch passed.
+1 asflicense 31 The patch does not generate ASF License warnings.
17704
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a5851f22e6f0 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 74731c2
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/7/testReport/
Max. process+thread count 4654 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/7/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 148 Docker mode activated.
_ Prechecks _
+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 278 master passed
+1 compile 56 master passed
+1 checkstyle 69 master passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 199 master passed
+1 javadoc 33 master passed
_ Patch Compile Tests _
+1 mvninstall 234 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
+1 checkstyle 69 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 794 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 208 the patch passed
+1 javadoc 35 the patch passed
_ Other Tests _
-1 unit 13463 hbase-server in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
16521
Reason Tests
Failed junit tests hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c348d2003e70 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / cc38de1
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/testReport/
Max. process+thread count 4263 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/8/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 109 Docker mode activated.
_ Prechecks _
+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 263 master passed
+1 compile 52 master passed
+1 checkstyle 65 master passed
+1 shadedjars 256 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 212 master passed
+1 javadoc 32 master passed
_ Patch Compile Tests _
+1 mvninstall 244 the patch passed
+1 compile 55 the patch passed
+1 javac 55 the patch passed
+1 checkstyle 65 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 760 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 223 the patch passed
+1 javadoc 32 the patch passed
_ Other Tests _
-1 unit 7809 hbase-server in the patch failed.
+1 asflicense 32 The patch does not generate ASF License warnings.
10780
Reason Tests
Failed junit tests hadoop.hbase.replication.TestSyncReplicationStandbyKillRS
hadoop.hbase.io.hfile.bucket.TestBucketCache
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a6022068f929 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 72e58a8
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/testReport/
Max. process+thread count 4570 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/9/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 193 Docker mode activated.
_ Prechecks _
+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 237 master passed
+1 compile 53 master passed
+1 checkstyle 65 master passed
+1 shadedjars 255 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 228 master passed
+1 javadoc 32 master passed
_ Patch Compile Tests _
+1 mvninstall 233 the patch passed
+1 compile 53 the patch passed
+1 javac 53 the patch passed
+1 checkstyle 67 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 707 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 findbugs 231 the patch passed
+1 javadoc 33 the patch passed
_ Other Tests _
-1 unit 19619 hbase-server in the patch failed.
+1 asflicense 46 The patch does not generate ASF License warnings.
22626
Reason Tests
Failed junit tests hadoop.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
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 6aa2597800bf 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 00075ea
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/testReport/
Max. process+thread count 5059 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/10/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 67 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 308 master passed
+1 compile 64 master passed
+1 checkstyle 93 master passed
+1 shadedjars 336 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 41 master passed
0 spotbugs 298 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 293 master passed
_ Patch Compile Tests _
+1 mvninstall 302 the patch passed
+1 compile 65 the patch passed
+1 javac 65 the patch passed
+1 checkstyle 90 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 330 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 39 the patch passed
+1 findbugs 304 the patch passed
_ Other Tests _
-1 unit 20259 hbase-server in the patch failed.
+1 asflicense 34 The patch does not generate ASF License warnings.
23995
Reason Tests
Failed junit tests hadoop.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
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2ae29d545600 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / c9293b0
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/11/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/11/testReport/
Max. process+thread count 5051 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/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.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 52 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 235 master passed
+1 compile 50 master passed
+1 checkstyle 69 master passed
+1 shadedjars 267 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 34 master passed
0 spotbugs 235 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 233 master passed
_ Patch Compile Tests _
+1 mvninstall 254 the patch passed
+1 compile 51 the patch passed
+1 javac 51 the patch passed
+1 checkstyle 73 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 266 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 762 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 32 the patch passed
+1 findbugs 236 the patch passed
_ Other Tests _
-1 unit 15753 hbase-server in the patch failed.
+1 asflicense 25 The patch does not generate ASF License warnings.
18706
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c7ef4e8cf5ca 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / aa9679d
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/testReport/
Max. process+thread count 4626 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/12/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 118 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 358 master passed
+1 compile 72 master passed
+1 checkstyle 96 master passed
+1 shadedjars 348 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 48 master passed
0 spotbugs 301 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 298 master passed
_ Patch Compile Tests _
+1 mvninstall 333 the patch passed
+1 compile 72 the patch passed
+1 javac 72 the patch passed
+1 checkstyle 91 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 339 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1007 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 46 the patch passed
+1 findbugs 286 the patch passed
_ Other Tests _
-1 unit 12960 hbase-server in the patch failed.
+1 asflicense 25 The patch does not generate ASF License warnings.
16920
Reason Tests
Failed junit tests hadoop.hbase.client.TestAsyncRegionAdminApi
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux a53823e839cf 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-337/out/precommit/personality/provided.sh
git revision master / 9615c64
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/testReport/
Max. process+thread count 4701 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/15/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 65 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 245 master passed
+1 compile 54 master passed
+1 checkstyle 77 master passed
+1 shadedjars 300 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 master passed
0 spotbugs 234 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 232 master passed
_ Patch Compile Tests _
+1 mvninstall 248 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
+1 checkstyle 72 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 270 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 836 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 31 the patch passed
+1 findbugs 239 the patch passed
_ Other Tests _
-1 unit 15700 hbase-server in the patch failed.
+1 asflicense 25 The patch does not generate ASF License warnings.
18789
Reason Tests
Failed junit tests hadoop.hbase.client.TestConnection
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 97b170c563f2 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 0e34dcb
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/testReport/
Max. process+thread count 4975 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/16/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 59 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 298 master passed
+1 compile 59 master passed
+1 checkstyle 90 master passed
+1 shadedjars 350 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 39 master passed
0 spotbugs 282 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 280 master passed
_ Patch Compile Tests _
+1 mvninstall 313 the patch passed
+1 compile 68 the patch passed
+1 javac 68 the patch passed
+1 checkstyle 97 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 363 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 968 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 306 the patch passed
_ Other Tests _
-1 unit 16543 hbase-server in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
20273
Reason Tests
Failed junit tests hadoop.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
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 0ccf25a292a0 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 06f5c43
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/testReport/
Max. process+thread count 4547 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/17/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 54 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 264 master passed
+1 compile 54 master passed
+1 checkstyle 71 master passed
+1 shadedjars 260 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 33 master passed
0 spotbugs 224 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 223 master passed
_ Patch Compile Tests _
+1 mvninstall 267 the patch passed
+1 compile 54 the patch passed
+1 javac 54 the patch passed
+1 checkstyle 70 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 258 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 817 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 32 the patch passed
+1 findbugs 239 the patch passed
_ Other Tests _
-1 unit 14973 hbase-server in the patch failed.
+1 asflicense 40 The patch does not generate ASF License warnings.
18047
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestAsyncTableBatch
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 04066b6b2bd2 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 06f5c43
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/18/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/18/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-337/18/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 66 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 16 root in master failed.
-1 compile 41 hbase-server in master failed.
+1 checkstyle 71 master passed
+1 shadedjars 270 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 32 master passed
0 spotbugs 340 Used deprecated FindBugs config; considering switching to SpotBugs.
-1 findbugs 34 hbase-server in master failed.
_ Patch Compile Tests _
-1 mvninstall 13 root in the patch failed.
-1 compile 34 hbase-server in the patch failed.
-1 javac 34 hbase-server in the patch failed.
+1 checkstyle 73 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 265 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 11 The patch causes 10 errors with Hadoop v2.8.5.
-1 hadoopcheck 22 The patch causes 10 errors with Hadoop v2.9.2.
-1 hadoopcheck 34 The patch causes 10 errors with Hadoop v3.1.2.
+1 javadoc 33 the patch passed
-1 findbugs 35 hbase-server in the patch failed.
_ Other Tests _
-1 unit 36 hbase-server in the patch failed.
+1 asflicense 10 The patch does not generate ASF License warnings.
1127
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 22901feade05 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / e74d501
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-mvninstall-root.txt
compile https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-compile-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/branch-findbugs-hbase-server.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-mvninstall-root.txt
compile https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-compile-hbase-server.txt
javac https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-compile-hbase-server.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-javac-3.1.2.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-findbugs-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/testReport/
Max. process+thread count 87 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/19/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z)
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 62 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 352 master passed
+1 compile 60 master passed
+1 checkstyle 76 master passed
+1 shadedjars 293 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 34 master passed
0 spotbugs 229 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 226 master passed
_ Patch Compile Tests _
+1 mvninstall 291 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
+1 checkstyle 76 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1006 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 31 the patch passed
+1 findbugs 238 the patch passed
_ Other Tests _
-1 unit 16486 hbase-server in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
19987
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 866d9fde358a 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / e74d501
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/testReport/
Max. process+thread count 5130 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/20/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 74 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 1 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 452 master passed
+1 compile 72 master passed
+1 checkstyle 100 master passed
+1 shadedjars 349 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 43 master passed
0 spotbugs 310 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 307 master passed
_ Patch Compile Tests _
+1 mvninstall 364 the patch passed
+1 compile 68 the patch passed
+1 javac 68 the patch passed
+1 checkstyle 92 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 342 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1166 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 330 the patch passed
_ Other Tests _
-1 unit 17119 hbase-server in the patch failed.
+1 asflicense 39 The patch does not generate ASF License warnings.
21435
Reason Tests
Failed junit tests hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 44811d17aa2b 4.4.0-143-generic #169-Ubuntu SMP Thu Feb 7 07:56:38 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 6705d4f
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/testReport/
Max. process+thread count 4783 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/22/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.

@openinx openinx merged commit a399a14 into apache:master Jul 24, 2019
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 68 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 291 master passed
+1 compile 52 master passed
+1 checkstyle 73 master passed
+1 shadedjars 268 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 33 master passed
0 spotbugs 230 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 228 master passed
_ Patch Compile Tests _
+1 mvninstall 290 the patch passed
+1 compile 54 the patch passed
+1 javac 54 the patch passed
+1 checkstyle 73 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 268 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 912 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 34 the patch passed
+1 findbugs 232 the patch passed
_ Other Tests _
-1 unit 14399 hbase-server in the patch failed.
+1 asflicense 27 The patch does not generate ASF License warnings.
17669
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux b938f1292e4f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 7ebf80f
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/testReport/
Max. process+thread count 5200 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/23/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 89 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 364 root in master failed.
+1 compile 77 master passed
+1 checkstyle 82 master passed
+1 shadedjars 316 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 37 master passed
0 spotbugs 268 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 266 master passed
_ Patch Compile Tests _
-1 mvninstall 351 root in the patch failed.
+1 compile 63 the patch passed
+1 javac 63 the patch passed
+1 checkstyle 79 hbase-server: The patch generated 0 new + 4 unchanged - 1 fixed = 4 total (was 5)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 337 patch has no errors when building our shaded downstream artifacts.
-1 hadoopcheck 401 The patch causes 10 errors with Hadoop v2.8.5.
-1 hadoopcheck 782 The patch causes 10 errors with Hadoop v2.9.2.
-1 hadoopcheck 1180 The patch causes 10 errors with Hadoop v3.1.2.
+1 javadoc 42 the patch passed
+1 findbugs 303 the patch passed
_ Other Tests _
-1 unit 18788 hbase-server in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
22483
Reason Tests
Failed junit tests hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestAdmin2
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.master.procedure.TestSCPWithReplicas
Subsystem Report/Notes
Docker Client=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 29a311a28f41 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-337/out/precommit/personality/provided.sh
git revision master / 7ebf80f
Default Java 1.8.0_181
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/branch-mvninstall-root.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-mvninstall-root.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-2.8.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-2.9.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-javac-3.1.2.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/testReport/
Max. process+thread count 4890 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-337/24/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.

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants