Skip to content

HBASE-22725 Remove all remaining javadoc warnings - #463

Merged
HorizonNet merged 2 commits into
apache:masterfrom
murtazahassan123:HBASE-22725
Aug 11, 2019
Merged

HBASE-22725 Remove all remaining javadoc warnings#463
HorizonNet merged 2 commits into
apache:masterfrom
murtazahassan123:HBASE-22725

Conversation

@murtazahassan123

Copy link
Copy Markdown
Contributor

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

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec42Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep40Maven dependency ordering for branch
+1mvninstall314master passed
+1compile176master passed
+1checkstyle159master passed
+1shadedjars279branch has no errors when building our shaded downstream artifacts.
+1javadoc237master passed
0spotbugs217Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1164master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall292the patch passed
+1compile169the patch passed
+1javac169the patch passed
-1checkstyle155root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml2The patch has no ill-formed XML file.
+1shadedjars273patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck925Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc22hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc35hbase-server in the patch passed.
+1javadoc18hbase-mapreduce in the patch passed.
+1javadoc166root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1189the patch passed
_ Other Tests _
+1unit13041root in the patch passed.
+1asflicense114The patch does not generate ASF License warnings.
19269
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux e90a6e093d5b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / a9773ec
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/artifact/out/diff-checkstyle-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/testReport/
Max. process+thread count5482 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNetHorizonNet left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec38Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep35Maven dependency ordering for branch
+1mvninstall305master passed
+1compile170master passed
+1checkstyle148master passed
+1shadedjars263branch has no errors when building our shaded downstream artifacts.
+1javadoc233master passed
0spotbugs217Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1163master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall277the patch passed
+1compile167the patch passed
+1javac167the patch passed
-1checkstyle147root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace1The patch has no whitespace issues.
+1xml1The patch has no ill-formed XML file.
+1shadedjars264patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck896Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc33hbase-server in the patch passed.
+1javadoc17hbase-mapreduce in the patch passed.
+1javadoc159root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1301the patch passed
_ Other Tests _
-1unit11851root in the patch failed.
+1asflicense142The patch does not generate ASF License warnings.
18072
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 54cc3750fc80 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 49839e4
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/artifact/out/diff-checkstyle-root.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/testReport/
Max. process+thread count5586 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec56Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep37Maven dependency ordering for branch
+1mvninstall331master passed
+1compile183master passed
+1checkstyle158master passed
+1shadedjars284branch has no errors when building our shaded downstream artifacts.
+1javadoc254master passed
0spotbugs232Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1285master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall319the patch passed
+1compile185the patch passed
+1javac185the patch passed
-1checkstyle164root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml1The patch has no ill-formed XML file.
+1shadedjars287patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1016Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc23hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc36hbase-server in the patch passed.
+1javadoc17hbase-mapreduce in the patch passed.
+1javadoc180root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1399the patch passed
_ Other Tests _
-1unit17735root in the patch failed.
+1asflicense107The patch does not generate ASF License warnings.
24523
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestAsyncTableGetMultiThreaded
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 50c70de1f89f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 1b168cd
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/artifact/out/diff-checkstyle-root.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/testReport/
Max. process+thread count5023 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/3/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec41Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep35Maven dependency ordering for branch
+1mvninstall340master passed
+1compile197master passed
+1checkstyle189master passed
+1shadedjars297branch has no errors when building our shaded downstream artifacts.
+1javadoc247master passed
0spotbugs259Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1292master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall326the patch passed
+1compile204the patch passed
+1javac204the patch passed
-1checkstyle178root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml2The patch has no ill-formed XML file.
+1shadedjars303patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1035Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc22hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc36hbase-server in the patch passed.
+1javadoc18hbase-mapreduce in the patch passed.
+1javadoc179root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1386the patch passed
_ Other Tests _
+1unit15112root in the patch passed.
+1asflicense120The patch does not generate ASF License warnings.
22029
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 811989872a7f 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 9250977
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/artifact/out/diff-checkstyle-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/testReport/
Max. process+thread count5218 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/6/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec40Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep38Maven dependency ordering for branch
+1mvninstall310master passed
+1compile176master passed
+1checkstyle155master passed
+1shadedjars271branch has no errors when building our shaded downstream artifacts.
+1javadoc234master passed
0spotbugs216Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1161master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall287the patch passed
+1compile171the patch passed
+1javac171the patch passed
-1checkstyle158root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml1The patch has no ill-formed XML file.
+1shadedjars273patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck921Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc22hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc36hbase-server in the patch passed.
+1javadoc17hbase-mapreduce in the patch passed.
+1javadoc164root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1200the patch passed
_ Other Tests _
-1unit9248root in the patch failed.
+1asflicense122The patch does not generate ASF License warnings.
15448
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux d9386e69dd17 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / eb92b25
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/artifact/out/diff-checkstyle-root.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/testReport/
Max. process+thread count4475 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/7/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@murtazahassan123

Copy link
Copy Markdown
ContributorAuthor

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

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec75Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep41Maven dependency ordering for branch
+1mvninstall322master passed
+1compile174master passed
+1checkstyle157master passed
+1shadedjars331branch has no errors when building our shaded downstream artifacts.
+1javadoc340master passed
0spotbugs239Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1414master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall345the patch passed
+1compile208the patch passed
+1javac208the patch passed
-1checkstyle166root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml1The patch has no ill-formed XML file.
+1shadedjars325patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1041Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc24hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc35hbase-server in the patch passed.
+1javadoc16hbase-mapreduce in the patch passed.
+1javadoc170root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1342the patch passed
_ Other Tests _
-1unit15814root in the patch failed.
+1asflicense101The patch does not generate ASF License warnings.
22973
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 056fa0434398 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 989e09a
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/artifact/out/diff-checkstyle-root.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/testReport/
Max. process+thread count5319 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/10/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec59Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep36Maven dependency ordering for branch
+1mvninstall303master passed
+1compile166master passed
+1checkstyle150master passed
+1shadedjars255branch has no errors when building our shaded downstream artifacts.
+1javadoc223master passed
0spotbugs214Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1159master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall287the patch passed
+1compile171the patch passed
+1javac171the patch passed
-1checkstyle156root: The patch generated 1 new + 476 unchanged - 18 fixed = 477 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml2The patch has no ill-formed XML file.
+1shadedjars273patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck934Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc36hbase-server in the patch passed.
+1javadoc16hbase-mapreduce in the patch passed.
+1javadoc170root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1191the patch passed
_ Other Tests _
-1unit17259root in the patch failed.
+1asflicense122The patch does not generate ASF License warnings.
23420
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.regionserver.TestSplitTransactionOnCluster
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 7a1a8e675fa9 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 0136b98
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/artifact/out/diff-checkstyle-root.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/testReport/
Max. process+thread count4863 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/11/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec58Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep37Maven dependency ordering for branch
+1mvninstall304master passed
+1compile172master passed
+1checkstyle158master passed
+1shadedjars303branch has no errors when building our shaded downstream artifacts.
+1javadoc241master passed
0spotbugs217Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1181master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall289the patch passed
+1compile172the patch passed
+1javac172the patch passed
+1checkstyle159root: The patch generated 0 new + 476 unchanged - 18 fixed = 476 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml2The patch has no ill-formed XML file.
+1shadedjars295patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck997Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc33hbase-server in the patch passed.
+1javadoc17hbase-mapreduce in the patch passed.
+1javadoc159root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1467the patch passed
_ Other Tests _
-1unit17646root in the patch failed.
+1asflicense113The patch does not generate ASF License warnings.
24257
ReasonTests
Failed junit testshadoop.hbase.master.TestAssignmentManagerMetrics
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux 273e8c0ad37f 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / 0136b98
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/testReport/
Max. process+thread count5072 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/12/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec41Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti1Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 3 new or modified test files.
_ master Compile Tests _
0mvndep33Maven dependency ordering for branch
+1mvninstall307master passed
+1compile175master passed
+1checkstyle153master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1javadoc231master passed
0spotbugs213Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs1173master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall302the patch passed
+1compile181the patch passed
+1javac181the patch passed
+1checkstyle149root: The patch generated 0 new + 476 unchanged - 18 fixed = 476 total (was 494)
+1whitespace0The patch has no whitespace issues.
+1xml1The patch has no ill-formed XML file.
+1shadedjars272patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1017Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21hbase-client generated 0 new + 2 unchanged - 1 fixed = 2 total (was 3)
+1javadoc34hbase-server in the patch passed.
+1javadoc17hbase-mapreduce in the patch passed.
+1javadoc183root generated 0 new + 3 unchanged - 1 fixed = 3 total (was 4)
+1findbugs1204the patch passed
_ Other Tests _
+1unit13137root in the patch passed.
+1asflicense113The patch does not generate ASF License warnings.
19455
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml
unameLinux dfc95cf52d96 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-463/out/precommit/personality/provided.sh
git revisionmaster / c8f57bf
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/13/testReport/
Max. process+thread count5563 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server hbase-mapreduce . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-463/13/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@saintstacksaintstack left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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:masterAug 11, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@murtazahassan123@Apache-HBase@saintstack@HorizonNet