Skip to content

Conversation

@bbeaudreault
Copy link
Contributor

This adds a new proto field to FuzzyRowFilter proto to aid in providing a compatibility path for pre-HBASE-15676 clients. Users would need to roll this out to their server side first, then roll out to their clients. At which point they are safe to upgrade beyond 1.x.

This brings back support for the old v1 mask from pre-15676. If the new isMaskV2 field is empty/false, we use the old mask. If present and true, we use the new mask which is used in later versions of hbase.

I updated all of the tests in TestFuzzyRowFilterEndToEnd to test with both the v1 and v2 masks. You'll note that testAllFixedBits() (the test added in 15676) matches all rows in the table when using the v1 mask. This is the bug that jira fixed.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 8s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+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 2 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 2m 31s Maven dependency ordering for branch
+1 💚 mvninstall 8m 29s branch-1 passed
+1 💚 compile 1m 38s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 1m 47s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 5m 22s branch-1 passed
+1 💚 shadedjars 3m 34s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 14s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 24s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 2m 57s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 7m 4s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
+1 💚 mvninstall 2m 22s the patch passed
+1 💚 compile 1m 35s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 cc 1m 35s the patch passed
+1 💚 javac 1m 35s the patch passed
+1 💚 compile 1m 45s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 cc 1m 45s the patch passed
+1 💚 javac 1m 45s the patch passed
-1 ❌ checkstyle 0m 36s hbase-client: The patch generated 1 new + 16 unchanged - 0 fixed = 17 total (was 16)
-1 ❌ checkstyle 1m 43s hbase-server: The patch generated 3 new + 18 unchanged - 0 fixed = 21 total (was 18)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 3m 22s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 5m 34s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
-1 ❌ hbaseprotoc 0m 12s hbase-protocol in the patch failed.
-1 ❌ hbaseprotoc 0m 39s hbase-server in the patch failed.
+1 💚 javadoc 1m 2s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 22s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 7m 35s the patch passed
_ Other Tests _
+1 💚 unit 0m 30s hbase-protocol in the patch passed.
+1 💚 unit 2m 40s hbase-client in the patch passed.
-1 ❌ unit 154m 35s hbase-server in the patch failed.
+1 💚 asflicense 1m 11s The patch does not generate ASF License warnings.
229m 29s
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/Dockerfile
GITHUB PR #3916
JIRA Issue HBASE-26537
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux a0f4103d165b 4.15.0-147-generic #151-Ubuntu SMP Fri Jun 18 19:21:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-3916/out/precommit/personality/provided.sh
git revision branch-1 / 7192423
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-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/diff-checkstyle-hbase-server.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/patch-hbaseprotoc-hbase-protocol.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/patch-hbaseprotoc-hbase-server.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/1/testReport/
Max. process+thread count 4983 (vs. ulimit of 10000)
modules C: hbase-protocol hbase-client hbase-server U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/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 1m 15s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+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 2 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 2m 29s Maven dependency ordering for branch
+1 💚 mvninstall 8m 52s branch-1 passed
+1 💚 compile 1m 35s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 1m 45s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 5m 25s branch-1 passed
+1 💚 shadedjars 3m 37s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 16s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 23s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 2m 59s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 7m 8s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
+1 💚 mvninstall 2m 19s the patch passed
+1 💚 compile 1m 36s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 cc 1m 36s the patch passed
+1 💚 javac 1m 36s the patch passed
+1 💚 compile 1m 46s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 cc 1m 46s the patch passed
+1 💚 javac 1m 46s the patch passed
-1 ❌ checkstyle 0m 38s hbase-client: The patch generated 1 new + 16 unchanged - 0 fixed = 17 total (was 16)
-1 ❌ checkstyle 1m 41s hbase-server: The patch generated 3 new + 18 unchanged - 0 fixed = 21 total (was 18)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 3m 24s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 5m 35s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
-1 ❌ hbaseprotoc 0m 11s hbase-protocol in the patch failed.
-1 ❌ hbaseprotoc 0m 40s hbase-server in the patch failed.
+1 💚 javadoc 1m 2s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 23s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 7m 30s the patch passed
_ Other Tests _
+1 💚 unit 0m 29s hbase-protocol in the patch passed.
+1 💚 unit 2m 41s hbase-client in the patch passed.
-1 ❌ unit 153m 47s hbase-server in the patch failed.
+1 💚 asflicense 1m 12s The patch does not generate ASF License warnings.
229m 13s
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/Dockerfile
GITHUB PR #3916
JIRA Issue HBASE-26537
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux 8cc2084aef11 4.15.0-147-generic #151-Ubuntu SMP Fri Jun 18 19:21:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-3916/out/precommit/personality/provided.sh
git revision branch-1 / c472329
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-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/diff-checkstyle-hbase-server.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/patch-hbaseprotoc-hbase-protocol.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/patch-hbaseprotoc-hbase-server.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/2/testReport/
Max. process+thread count 5193 (vs. ulimit of 10000)
modules C: hbase-protocol hbase-client hbase-server U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/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 8m 8s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 1s prototool was not available.
+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 2 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 2m 23s Maven dependency ordering for branch
+1 💚 mvninstall 8m 26s branch-1 passed
+1 💚 compile 1m 33s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 1m 44s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 5m 27s branch-1 passed
+1 💚 shadedjars 3m 33s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 13s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 21s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 2m 58s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 7m 5s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 2m 19s the patch passed
+1 💚 compile 1m 33s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 cc 1m 33s the patch passed
+1 💚 javac 1m 33s the patch passed
+1 💚 compile 1m 43s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 cc 1m 43s the patch passed
+1 💚 javac 1m 43s the patch passed
-1 ❌ checkstyle 0m 37s hbase-client: The patch generated 1 new + 16 unchanged - 0 fixed = 17 total (was 16)
-1 ❌ checkstyle 1m 41s hbase-server: The patch generated 3 new + 18 unchanged - 0 fixed = 21 total (was 18)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 3m 26s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 5m 30s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
-1 ❌ hbaseprotoc 0m 11s hbase-protocol in the patch failed.
-1 ❌ hbaseprotoc 0m 40s hbase-server in the patch failed.
+1 💚 javadoc 1m 1s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 22s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 7m 33s the patch passed
_ Other Tests _
+1 💚 unit 0m 29s hbase-protocol in the patch passed.
+1 💚 unit 2m 41s hbase-client in the patch passed.
-1 ❌ unit 154m 41s hbase-server in the patch failed.
+1 💚 asflicense 1m 10s The patch does not generate ASF License warnings.
235m 46s
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/Dockerfile
GITHUB PR #3916
JIRA Issue HBASE-26537
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux a907f9db2b25 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-3916/out/precommit/personality/provided.sh
git revision branch-1 / 8d96fc3
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-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/diff-checkstyle-hbase-server.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/patch-hbaseprotoc-hbase-protocol.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/patch-hbaseprotoc-hbase-server.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/3/testReport/
Max. process+thread count 5021 (vs. ulimit of 10000)
modules C: hbase-protocol hbase-client hbase-server U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/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.

@bbeaudreault
Copy link
Contributor Author

Test failures look unrelated, maybe timeout related. The hbaseprotoc failures look related to the build environment -- wrong version of protoc available. I pushed a fix for checkstyle errors.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 4s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+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 2 new or modified test files.
_ branch-1 Compile Tests _
+0 🆗 mvndep 2m 27s Maven dependency ordering for branch
+1 💚 mvninstall 8m 33s branch-1 passed
+1 💚 compile 1m 33s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 compile 1m 44s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 checkstyle 5m 20s branch-1 passed
+1 💚 shadedjars 3m 33s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 1m 12s branch-1 passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 20s branch-1 passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+0 🆗 spotbugs 2m 57s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 7m 5s branch-1 passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 2m 18s the patch passed
+1 💚 compile 1m 33s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 cc 1m 33s the patch passed
+1 💚 javac 1m 33s the patch passed
+1 💚 compile 1m 44s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 cc 1m 44s the patch passed
+1 💚 javac 1m 44s the patch passed
+1 💚 checkstyle 5m 13s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 3m 24s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 5m 28s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
-1 ❌ hbaseprotoc 0m 11s hbase-protocol in the patch failed.
-1 ❌ hbaseprotoc 0m 40s hbase-server in the patch failed.
+1 💚 javadoc 1m 1s the patch passed with JDK Azul Systems, Inc.-1.8.0_262-b19
+1 💚 javadoc 1m 21s the patch passed with JDK Azul Systems, Inc.-1.7.0_272-b10
+1 💚 findbugs 7m 29s the patch passed
_ Other Tests _
+1 💚 unit 0m 29s hbase-protocol in the patch passed.
+1 💚 unit 2m 42s hbase-client in the patch passed.
-1 ❌ unit 158m 59s hbase-server in the patch failed.
+1 💚 asflicense 1m 3s The patch does not generate ASF License warnings.
232m 48s
Reason Tests
Failed junit tests hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/artifact/out/Dockerfile
GITHUB PR #3916
JIRA Issue HBASE-26537
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux 6af5f0572efd 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-3916/out/precommit/personality/provided.sh
git revision branch-1 / 8d96fc3
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
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/artifact/out/patch-hbaseprotoc-hbase-protocol.txt
hbaseprotoc https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/artifact/out/patch-hbaseprotoc-hbase-server.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/testReport/
Max. process+thread count 4964 (vs. ulimit of 10000)
modules C: hbase-protocol hbase-client hbase-server U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3916/4/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.

Copy link
Contributor

@apurtell apurtell left a comment

Choose a reason for hiding this comment

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

Not sure what happened to our precommit environment but for sure the protoc failures are due to the wrong version being supplied by the environment (in PATH) for a 1.x build.

@apurtell
Copy link
Contributor

I plan to merge tomorrow unless objection.

@apurtell apurtell merged commit 1d1b52c into apache:branch-1 Dec 13, 2021
@charlesconnell charlesconnell deleted the HBASE-26537 branch September 19, 2025 15:17
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.

3 participants