Skip to content

HBASE-26783 ScannerCallable doubly clears meta cache on retries - #4168

Merged
apurtell merged 1 commit into
apache:branch-1from
HubSpot:HBASE-26783-1
Mar 9, 2022
Merged

HBASE-26783 ScannerCallable doubly clears meta cache on retries#4168
apurtell merged 1 commit into
apache:branch-1from
HubSpot:HBASE-26783-1

Conversation

@bbeaudreault

Copy link
Copy Markdown
Contributor

This backports to branch-1

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 53sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗mvndep0m 27sMaven dependency ordering for branch
+1 💚mvninstall3m 8sbranch-1 passed
+1 💚compile0m 57sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚compile0m 59sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚checkstyle1m 24sbranch-1 passed
+1 💚shadedjars1m 56sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 47sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 50sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗spotbugs2m 5sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs3m 22sbranch-1 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall1m 39sthe patch passed
+1 💚compile0m 48sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javac0m 48sthe patch passed
+1 💚compile0m 48sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚javac0m 48sthe patch passed
-1 ❌checkstyle0m 22shbase-client: The patch generated 5 new + 18 unchanged - 1 fixed = 23 total (was 19)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars2m 14spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck3m 35sPatch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚javadoc0m 43sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 53sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚findbugs3m 39sthe patch passed
_ Other Tests _
+1 💚unit2m 23shbase-client in the patch passed.
-1 ❌unit160m 25shbase-server in the patch failed.
+1 💚asflicense0m 41sThe patch does not generate ASF License warnings.
198m 1s
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestRegionServerReportForDuty
hadoop.hbase.master.cleaner.TestSnapshotFromMaster
hadoop.hbase.regionserver.TestRegionProcessRowsWithLocks
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
hadoop.hbase.replication.TestReplicationEndpoint
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles
hadoop.hbase.util.TestHBaseFsck
hadoop.hbase.replication.regionserver.TestReplicationSourceManagerManager
hadoop.hbase.master.TestMasterBalanceThrottling
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/artifact/out/Dockerfile
GITHUB PR#4168
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 287112d6a4f2 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revisionbranch-1 / 9f8b94a
Default JavaAzul Systems, Inc.-1.7.0_272-b10
Multi-JDK versions/usr/lib/jvm/zulu-8-amd64:Azul Systems, Inc.-1.8.0_262-b19 /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_272-b10
checkstylehttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/artifact/out/diff-checkstyle-hbase-client.txt
unithttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/testReport/
Max. process+thread count4006 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/console
versionsgit=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec2m 41sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗mvndep0m 32sMaven dependency ordering for branch
+1 💚mvninstall2m 56sbranch-1 passed
+1 💚compile0m 41sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚compile0m 47sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚checkstyle1m 15sbranch-1 passed
+1 💚shadedjars1m 47sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 36sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 42sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗spotbugs1m 40sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs2m 32sbranch-1 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 12sMaven dependency ordering for patch
+1 💚mvninstall1m 14sthe patch passed
+1 💚compile0m 41sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javac0m 41sthe patch passed
+1 💚compile0m 46sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚javac0m 46sthe patch passed
-1 ❌checkstyle0m 21shbase-client: The patch generated 5 new + 18 unchanged - 1 fixed = 23 total (was 19)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars1m 44spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck2m 48sPatch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚javadoc0m 33sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 42sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚findbugs2m 45sthe patch passed
_ Other Tests _
+1 💚unit2m 10shbase-client in the patch passed.
-1 ❌unit119m 40shbase-server in the patch failed.
+1 💚asflicense0m 33sThe patch does not generate ASF License warnings.
152m 0s
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestRegionProcessRowsWithLocks
hadoop.hbase.replication.TestReplicationEndpoint
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/artifact/out/Dockerfile
GITHUB PR#4168
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a9825f691528 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revisionbranch-1 / 9f8b94a
Default JavaAzul Systems, Inc.-1.7.0_272-b10
Multi-JDK versions/usr/lib/jvm/zulu-8-amd64:Azul Systems, Inc.-1.8.0_262-b19 /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_272-b10
checkstylehttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/artifact/out/diff-checkstyle-hbase-client.txt
unithttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/testReport/
Max. process+thread count4223 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/console
versionsgit=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 53sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗mvndep3m 3sMaven dependency ordering for branch
+1 💚mvninstall8m 3sbranch-1 passed
+1 💚compile0m 34sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚compile0m 42sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚checkstyle1m 19sbranch-1 passed
+1 💚shadedjars2m 0sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 39sbranch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 38sbranch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗spotbugs1m 36sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs2m 47sbranch-1 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 11sMaven dependency ordering for patch
+1 💚mvninstall1m 15sthe patch passed
+1 💚compile0m 34sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javac0m 34sthe patch passed
+1 💚compile0m 41sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚javac0m 41sthe patch passed
+1 💚checkstyle0m 19shbase-client: The patch generated 0 new + 18 unchanged - 1 fixed = 18 total (was 19)
+1 💚checkstyle0m 52sThe patch passed checkstyle in hbase-server
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars1m 49spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck3m 18sPatch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚javadoc0m 30sthe patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚javadoc0m 39sthe patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚findbugs2m 41sthe patch passed
_ Other Tests _
+1 💚unit2m 6shbase-client in the patch passed.
-1 ❌unit115m 40shbase-server in the patch failed.
+1 💚asflicense0m 29sThe patch does not generate ASF License warnings.
154m 21s
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestRegionProcessRowsWithLocks
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
hadoop.hbase.replication.TestReplicationEndpoint
hadoop.hbase.replication.TestReplicationSyncUpTool
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/artifact/out/Dockerfile
GITHUB PR#4168
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b215a7fa054d 5.4.0-1054-aws #57~18.04.1-Ubuntu SMP Thu Jul 15 03:21:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revisionbranch-1 / 9f8b94a
Default JavaAzul Systems, Inc.-1.7.0_272-b10
Multi-JDK versions/usr/lib/jvm/zulu-8-amd64:Azul Systems, Inc.-1.8.0_262-b19 /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_272-b10
unithttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/testReport/
Max. process+thread count3724 (vs. ulimit of 10000)
modulesC: hbase-client hbase-server U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/console
versionsgit=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@apurtell
apurtell merged commit eca7ea3 into apache:branch-1Mar 9, 2022
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 0sDocker mode activated.
-1 ❌patch0m 6s#4168 does not apply to branch-1. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
SubsystemReport/Notes
GITHUB PR#4168
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/5/console
versionsgit=2.17.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@bbeaudreault
bbeaudreault deleted the HBASE-26783-1 branch March 9, 2022 20:36
asfgit pushed a commit that referenced this pull request Mar 10, 2022
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

@bbeaudreault@Apache-HBase@apurtell