Skip to content

Conversation

@murtazahassan123
Copy link
Contributor

Removed all javadoc warnings and now there is no javadoc warning anymore

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 42 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 40 Maven dependency ordering for branch
+1 mvninstall 314 master passed
+1 compile 176 master passed
+1 checkstyle 159 master passed
+1 shadedjars 279 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 237 master passed
0 spotbugs 217 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1164 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 292 the patch passed
+1 compile 169 the patch passed
+1 javac 169 the patch passed
-1 checkstyle 155 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 273 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 925 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 22 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 35 hbase-server in the patch passed.
+1 javadoc 18 hbase-mapreduce in the patch passed.
+1 javadoc 166 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1189 the patch passed
_ Other Tests _
+1 unit 13041 root in the patch passed.
+1 asflicense 114 The patch does not generate ASF License warnings.
19269
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux e90a6e093d5b 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-463/out/precommit/personality/provided.sh
git revision master / a9773ec
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/artifact/out/diff-checkstyle-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/testReport/
Max. process+thread count 5482 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@HorizonNet HorizonNet left a comment

Choose a reason for hiding this comment

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

LGTM overall, but left a few suggestions for improvements.

* @return either Include {@link ReturnCode} or Skip {@link ReturnCode}
* @param loc the destination of data
* @param heapSizeOfRow the data size
* @return either Include {@link RequestController.ReturnCode} or Skip
Copy link
Contributor

Choose a reason for hiding this comment

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

NIT: "skip" (lower 's').

/**
* @param tableName the name of the table
* @param startKey the start key of the region
* @param stopKey the start key of the region
Copy link
Contributor

Choose a reason for hiding this comment

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

the stop key of the region.

* @param stopKey the start key of the region
* @param callingMethod the name of the calling method probably a test method
* @param conf the configuration to use
* @param isReadOnly true if the table is read only, false otherwise
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Use {@code true} and {@code false} instead.

* @throws IOException if an IO problem is encountered
* @return A region on which you must call {@link HBaseTestingUtility#closeRegionAndWAL(HRegion)}
* when done.
* @deprecated since 2.0.0 and will be removed in 3.0.0. Use
Copy link
Contributor

Choose a reason for hiding this comment

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

The indentation is wrong.

Copy link
Contributor

Choose a reason for hiding this comment

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

This should also fix the Checkstyle violation.

* @deprecated since 2.0.0 and will be removed in 3.0.0. Use
* {@link HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)}
* instead.
* @see HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto.

* {@link HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)}
* instead.
* @see HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)
* @see <a href="https://issues.apache.org/jira/browse/HBASE-13893">HBASE-13893</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 38 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0 mvndep 35 Maven dependency ordering for branch
+1 mvninstall 305 master passed
+1 compile 170 master passed
+1 checkstyle 148 master passed
+1 shadedjars 263 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 233 master passed
0 spotbugs 217 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1163 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 277 the patch passed
+1 compile 167 the patch passed
+1 javac 167 the patch passed
-1 checkstyle 147 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 1 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 264 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 896 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 21 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 33 hbase-server in the patch passed.
+1 javadoc 17 hbase-mapreduce in the patch passed.
+1 javadoc 159 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1301 the patch passed
_ Other Tests _
-1 unit 11851 root in the patch failed.
+1 asflicense 142 The patch does not generate ASF License warnings.
18072
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 54cc3750fc80 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-463/out/precommit/personality/provided.sh
git revision master / 49839e4
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/testReport/
Max. process+thread count 5586 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 56 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 37 Maven dependency ordering for branch
+1 mvninstall 331 master passed
+1 compile 183 master passed
+1 checkstyle 158 master passed
+1 shadedjars 284 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 254 master passed
0 spotbugs 232 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1285 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 319 the patch passed
+1 compile 185 the patch passed
+1 javac 185 the patch passed
-1 checkstyle 164 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 287 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1016 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 23 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 36 hbase-server in the patch passed.
+1 javadoc 17 hbase-mapreduce in the patch passed.
+1 javadoc 180 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1399 the patch passed
_ Other Tests _
-1 unit 17735 root in the patch failed.
+1 asflicense 107 The patch does not generate ASF License warnings.
24523
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestAsyncTableGetMultiThreaded
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 50c70de1f89f 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-463/out/precommit/personality/provided.sh
git revision master / 1b168cd
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/testReport/
Max. process+thread count 5023 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 35 Maven dependency ordering for branch
+1 mvninstall 340 master passed
+1 compile 197 master passed
+1 checkstyle 189 master passed
+1 shadedjars 297 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 247 master passed
0 spotbugs 259 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1292 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 326 the patch passed
+1 compile 204 the patch passed
+1 javac 204 the patch passed
-1 checkstyle 178 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 303 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1035 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 22 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 36 hbase-server in the patch passed.
+1 javadoc 18 hbase-mapreduce in the patch passed.
+1 javadoc 179 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1386 the patch passed
_ Other Tests _
+1 unit 15112 root in the patch passed.
+1 asflicense 120 The patch does not generate ASF License warnings.
22029
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 811989872a7f 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revision master / 9250977
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/artifact/out/diff-checkstyle-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/testReport/
Max. process+thread count 5218 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 40 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 38 Maven dependency ordering for branch
+1 mvninstall 310 master passed
+1 compile 176 master passed
+1 checkstyle 155 master passed
+1 shadedjars 271 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 234 master passed
0 spotbugs 216 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1161 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 287 the patch passed
+1 compile 171 the patch passed
+1 javac 171 the patch passed
-1 checkstyle 158 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 273 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 javadoc 22 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 36 hbase-server in the patch passed.
+1 javadoc 17 hbase-mapreduce in the patch passed.
+1 javadoc 164 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1200 the patch passed
_ Other Tests _
-1 unit 9248 root in the patch failed.
+1 asflicense 122 The patch does not generate ASF License warnings.
15448
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux d9386e69dd17 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-463/out/precommit/personality/provided.sh
git revision master / eb92b25
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/testReport/
Max. process+thread count 4475 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@murtazahassan123
Copy link
Contributor Author

@HorizonNet
Thanks.
Made changes accordingly to the comments in the latest commit.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 75 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 41 Maven dependency ordering for branch
+1 mvninstall 322 master passed
+1 compile 174 master passed
+1 checkstyle 157 master passed
+1 shadedjars 331 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 340 master passed
0 spotbugs 239 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1414 master passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 345 the patch passed
+1 compile 208 the patch passed
+1 javac 208 the patch passed
-1 checkstyle 166 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 325 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1041 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 24 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 35 hbase-server in the patch passed.
+1 javadoc 16 hbase-mapreduce in the patch passed.
+1 javadoc 170 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1342 the patch passed
_ Other Tests _
-1 unit 15814 root in the patch failed.
+1 asflicense 101 The patch does not generate ASF License warnings.
22973
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 056fa0434398 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-463/out/precommit/personality/provided.sh
git revision master / 989e09a
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/testReport/
Max. process+thread count 5319 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 36 Maven dependency ordering for branch
+1 mvninstall 303 master passed
+1 compile 166 master passed
+1 checkstyle 150 master passed
+1 shadedjars 255 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 223 master passed
0 spotbugs 214 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1159 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 287 the patch passed
+1 compile 171 the patch passed
+1 javac 171 the patch passed
-1 checkstyle 156 root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 273 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 934 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 19 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 36 hbase-server in the patch passed.
+1 javadoc 16 hbase-mapreduce in the patch passed.
+1 javadoc 170 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1191 the patch passed
_ Other Tests _
-1 unit 17259 root in the patch failed.
+1 asflicense 122 The patch does not generate ASF License warnings.
23420
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSide
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 7a1a8e675fa9 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-463/out/precommit/personality/provided.sh
git revision master / 0136b98
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/testReport/
Max. process+thread count 4863 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/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 58 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 37 Maven dependency ordering for branch
+1 mvninstall 304 master passed
+1 compile 172 master passed
+1 checkstyle 158 master passed
+1 shadedjars 303 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 241 master passed
0 spotbugs 217 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1181 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 289 the patch passed
+1 compile 172 the patch passed
+1 javac 172 the patch passed
+1 checkstyle 159 root: The patch generated 0 new + 476 unchanged - 18 fixed = 476 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedjars 295 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 997 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 21 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 33 hbase-server in the patch passed.
+1 javadoc 17 hbase-mapreduce in the patch passed.
+1 javadoc 159 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1467 the patch passed
_ Other Tests _
-1 unit 17646 root in the patch failed.
+1 asflicense 113 The patch does not generate ASF License warnings.
24257
Reason Tests
Failed junit tests hadoop.hbase.master.TestAssignmentManagerMetrics
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux 273e8c0ad37f 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-463/out/precommit/personality/provided.sh
git revision master / 0136b98
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/testReport/
Max. process+thread count 5072 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/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 41 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 1 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 3 new or modified test files.
_ master Compile Tests _
0 mvndep 33 Maven dependency ordering for branch
+1 mvninstall 307 master passed
+1 compile 175 master passed
+1 checkstyle 153 master passed
+1 shadedjars 258 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 231 master passed
0 spotbugs 213 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 1173 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 302 the patch passed
+1 compile 181 the patch passed
+1 javac 181 the patch passed
+1 checkstyle 149 root: The patch generated 0 new + 476 unchanged - 18 fixed = 476 total (was 494)
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedjars 272 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1017 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 javadoc 21 hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1 javadoc 34 hbase-server in the patch passed.
+1 javadoc 17 hbase-mapreduce in the patch passed.
+1 javadoc 183 root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1 findbugs 1204 the patch passed
_ Other Tests _
+1 unit 13137 root in the patch passed.
+1 asflicense 113 The patch does not generate ASF License warnings.
19455
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/13/artifact/out/Dockerfile
GITHUB PR #463
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
uname Linux dfc95cf52d96 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-463/out/precommit/personality/provided.sh
git revision master / c8f57bf
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/13/testReport/
Max. process+thread count 5563 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/13/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

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

Skimmed. Looks good to me. What you think @HorizonNet ?

* Use this method filling the backing data source used by {@link #get(RpcController, GetRequest)}
* @param regionName
* @param row
* @param r
Copy link
Contributor

Choose a reason for hiding this comment

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

In future, could just purge params that do not have description.

Copy link
Contributor

Choose a reason for hiding this comment

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

You mean inside test code, right?

@HorizonNet HorizonNet merged commit 15c903b into apache:master Aug 11, 2019
Sign up for free to 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