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-26783 ScannerCallable doubly clears meta cache on retries #4168

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

bbeaudreault
Copy link
Contributor

This backports to branch-1

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 53s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for branch
+1 💚 mvninstall 3m 8s branch-1 passed
+1 💚 compile 0m 57s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 0m 59s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 1m 24s branch-1 passed
+1 💚 shadedjars 1m 56s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 47s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 50s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 2m 5s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 3m 22s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for patch
+1 💚 mvninstall 1m 39s the patch passed
+1 💚 compile 0m 48s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javac 0m 48s the patch passed
+1 💚 compile 0m 48s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 javac 0m 48s the patch passed
-1 ❌ checkstyle 0m 22s hbase-client: The patch generated 5 new + 18 unchanged - 1 fixed = 23 total (was 19)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 2m 14s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 3m 35s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚 javadoc 0m 43s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 53s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 3m 39s the patch passed
_ Other Tests _
+1 💚 unit 2m 23s hbase-client in the patch passed.
-1 ❌ unit 160m 25s hbase-server in the patch failed.
+1 💚 asflicense 0m 41s The patch does not generate ASF License warnings.
198m 1s
Reason Tests
Failed junit tests hadoop.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
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revision branch-1 / 9f8b94a
Default Java Azul 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
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/artifact/out/diff-checkstyle-hbase-client.txt
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/testReport/
Max. process+thread count 4006 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/1/console
versions git=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 2m 41s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for branch
+1 💚 mvninstall 2m 56s branch-1 passed
+1 💚 compile 0m 41s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 0m 47s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 1m 15s branch-1 passed
+1 💚 shadedjars 1m 47s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 36s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 42s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 1m 40s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 2m 32s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 12s Maven dependency ordering for patch
+1 💚 mvninstall 1m 14s the patch passed
+1 💚 compile 0m 41s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javac 0m 41s the patch passed
+1 💚 compile 0m 46s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 javac 0m 46s the patch passed
-1 ❌ checkstyle 0m 21s hbase-client: The patch generated 5 new + 18 unchanged - 1 fixed = 23 total (was 19)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 1m 44s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 2m 48s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚 javadoc 0m 33s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 42s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 2m 45s the patch passed
_ Other Tests _
+1 💚 unit 2m 10s hbase-client in the patch passed.
-1 ❌ unit 119m 40s hbase-server in the patch failed.
+1 💚 asflicense 0m 33s The patch does not generate ASF License warnings.
152m 0s
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestRegionProcessRowsWithLocks
hadoop.hbase.replication.TestReplicationEndpoint
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revision branch-1 / 9f8b94a
Default Java Azul 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
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/artifact/out/diff-checkstyle-hbase-client.txt
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/testReport/
Max. process+thread count 4223 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/2/console
versions git=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 53s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 3 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 3m 3s Maven dependency ordering for branch
+1 💚 mvninstall 8m 3s branch-1 passed
+1 💚 compile 0m 34s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 0m 42s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 1m 19s branch-1 passed
+1 💚 shadedjars 2m 0s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 39s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 38s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 1m 36s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 2m 47s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 11s Maven dependency ordering for patch
+1 💚 mvninstall 1m 15s the patch passed
+1 💚 compile 0m 34s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javac 0m 34s the patch passed
+1 💚 compile 0m 41s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 javac 0m 41s the patch passed
+1 💚 checkstyle 0m 19s hbase-client: The patch generated 0 new + 18 unchanged - 1 fixed = 18 total (was 19)
+1 💚 checkstyle 0m 52s The patch passed checkstyle in hbase-server
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 1m 49s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 3m 18s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚 javadoc 0m 30s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 0m 39s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 2m 41s the patch passed
_ Other Tests _
+1 💚 unit 2m 6s hbase-client in the patch passed.
-1 ❌ unit 115m 40s hbase-server in the patch failed.
+1 💚 asflicense 0m 29s The patch does not generate ASF License warnings.
154m 21s
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestRegionProcessRowsWithLocks
hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
hadoop.hbase.replication.TestReplicationEndpoint
hadoop.hbase.replication.TestReplicationSyncUpTool
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 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 tool maven
Personality /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4168/out/precommit/personality/provided.sh
git revision branch-1 / 9f8b94a
Default Java Azul 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
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/testReport/
Max. process+thread count 3724 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/3/console
versions git=2.17.1 maven=3.6.0 findbugs=3.0.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

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

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 6s #4168 does not apply to branch-1. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
GITHUB PR #4168
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4168/5/console
versions git=2.17.1
Powered by Apache 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants