Skip to content

[HBASE-22520] : Avoid possible NPE while performing seekBefore in Hal… - #281

Merged
saintstack merged 2 commits into
apache:masterfrom
virajjasani:HBASE-22520-master
Jun 6, 2019
Merged

[HBASE-22520] : Avoid possible NPE while performing seekBefore in Hal…#281
saintstack merged 2 commits into
apache:masterfrom
virajjasani:HBASE-22520-master

Conversation

@virajjasani

Copy link
Copy Markdown
Contributor

…fStoreFileReader

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec53Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1mvninstall345master passed
+1compile71master passed
+1checkstyle81master passed
+1shadedjars332branch has no errors when building our shaded downstream artifacts.
+1findbugs231master passed
+1javadoc43master passed
_ Patch Compile Tests _
+1mvninstall308the patch passed
+1compile69the patch passed
+1javac69the patch passed
-1checkstyle84hbase-server: The patch generated 1 new + 14 unchanged - 0 fixed = 15 total (was 14)
+1whitespace0The patch has no whitespace issues.
+1shadedjars334patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck940Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs285the patch passed
+1javadoc41the patch passed
_ Other Tests _
-1unit14914hbase-server in the patch failed.
+1asflicense28The patch does not generate ASF License warnings.
18554
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/1/artifact/out/Dockerfile
GITHUB PR#281
JIRA IssueHBASE-22520
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 51db5ae39cb6 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / b2b7811
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/1/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/1/testReport/
Max. process+thread count5587 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec50Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1mvninstall262master passed
+1compile53master passed
+1checkstyle75master passed
+1shadedjars279branch has no errors when building our shaded downstream artifacts.
+1findbugs181master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall245the patch passed
+1compile53the patch passed
+1javac53the patch passed
+1checkstyle76the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars273patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck768Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs210the patch passed
+1javadoc32the patch passed
_ Other Tests _
+1unit7683hbase-server in the patch passed.
+1asflicense28The patch does not generate ASF License warnings.
10605
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/2/artifact/out/Dockerfile
GITHUB PR#281
JIRA IssueHBASE-22520
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 9ee76bd6cfa6 4.4.0-143-generic #169~14.04.2-Ubuntu SMP Wed Feb 13 15:00:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / b2b7811
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/2/testReport/
Max. process+thread count4575 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-281/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@saintstack
saintstack merged commit 13c5af3 into apache:masterJun 6, 2019
asfgit pushed a commit that referenced this pull request Jun 20, 2019
)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
asfgit pushed a commit that referenced this pull request Jun 20, 2019
)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
asfgit pushed a commit that referenced this pull request Jun 20, 2019
)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Jul 3, 2019
…pache#281)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…pache#281)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…pache#281)
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
(cherry picked from commit 1904929)
Change-Id: Id793c6eb9d542e423dccb313ce74f460f4e97432
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.

3 participants

@virajjasani@Apache-HBase@saintstack