Skip to content

Conversation

@haridsv
Copy link
Contributor

@haridsv haridsv commented Oct 29, 2025

Jira: HBASE-29368
Design doc: https://docs.google.com/document/d/1ToW_rveXHXUc1F6eFNQfu5LOeMAjzgq6FcYUDbdZrSM/edit?usp=sharing

Cumulative changes for phases 1 and 2 corresponding to multiple sub-tasks.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 2m 45s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 2s detect-secrets was not available.
+0 🆗 buf 0m 0s buf was not available.
+0 🆗 buf 0m 0s buf was not available.
+0 🆗 yamllint 0m 0s yamllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
_ master Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for branch
+1 💚 mvninstall 5m 59s master passed
+1 💚 compile 15m 44s master passed
+1 💚 checkstyle 3m 2s master passed
+1 💚 spotbugs 24m 16s master passed
+1 💚 spotless 1m 14s branch has no errors when running spotless:check.
-0 ⚠️ patch 2m 19s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 13s Maven dependency ordering for patch
+1 💚 mvninstall 5m 18s the patch passed
+1 💚 compile 17m 53s the patch passed
+1 💚 cc 17m 53s the patch passed
-0 ⚠️ javac 17m 53s /results-compile-javac-root.txt root generated 8 new + 1890 unchanged - 6 fixed = 1898 total (was 1896)
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 5s /results-checkstyle-root.txt root: The patch generated 14 new + 101 unchanged - 0 fixed = 115 total (was 101)
-0 ⚠️ rubocop 0m 34s /results-rubocop.txt The patch generated 23 new + 488 unchanged - 17 fixed = 511 total (was 505)
+1 💚 xmllint 0m 0s No new issues.
-1 ❌ spotbugs 3m 1s /new-spotbugs-hbase-server.html hbase-server generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
-1 ❌ spotbugs 13m 20s /new-spotbugs-root.html root generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1 💚 hadoopcheck 16m 1s Patch does not cause any errors with Hadoop 3.3.6 3.4.1.
+1 💚 hbaseprotoc 11m 39s the patch passed
+1 💚 spotless 1m 30s patch has no errors when running spotless:check.
_ Other Tests _
+1 💚 asflicense 2m 19s The patch does not generate ASF License warnings.
150m 42s
Reason Tests
SpotBugs module:hbase-server
Possible null pointer dereference in org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getActiveEntry(byte[], String) due to return value of called method Dereferenced at ManagedKeyDataCache.java:org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getActiveEntry(byte[], String) due to return value of called method Dereferenced at ManagedKeyDataCache.java:[line 244]
Possible null pointer dereference in org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getEntry(byte[], String, String, byte[]) due to return value of called method Dereferenced at ManagedKeyDataCache.java:org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getEntry(byte[], String, String, byte[]) due to return value of called method Dereferenced at ManagedKeyDataCache.java:[line 164]
SpotBugs module:root
Possible null pointer dereference in org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getActiveEntry(byte[], String) due to return value of called method Dereferenced at ManagedKeyDataCache.java:org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getActiveEntry(byte[], String) due to return value of called method Dereferenced at ManagedKeyDataCache.java:[line 244]
Possible null pointer dereference in org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getEntry(byte[], String, String, byte[]) due to return value of called method Dereferenced at ManagedKeyDataCache.java:org.apache.hadoop.hbase.keymeta.ManagedKeyDataCache.getEntry(byte[], String, String, byte[]) due to return value of called method Dereferenced at ManagedKeyDataCache.java:[line 164]
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #7421
JIRA Issue HBASE-29368
Optional Tests dupname asflicense codespell detsecrets spotless javac spotbugs checkstyle compile hadoopcheck hbaseanti cc buflint bufcompat hbaseprotoc xmllint rubocop yamllint
uname Linux 561daf93846d 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 020adaa
Default Java Eclipse Adoptium-17.0.11+9
Max. process+thread count 161 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-common hbase-client hbase-server hbase-testing-util hbase-thrift hbase-shell . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/1/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 rubocop=1.37.1 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

haridsv added a commit to haridsv/hbase that referenced this pull request Oct 30, 2025
@haridsv
Copy link
Contributor Author

haridsv commented Oct 30, 2025

Fixing misc. issues flagged in the PR validation build via PR #7423

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 3m 31s Docker mode activated.
-0 ⚠️ yetus 0m 5s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for branch
+1 💚 mvninstall 9m 57s master passed
+1 💚 compile 6m 44s master passed
+1 💚 javadoc 10m 32s master passed
+1 💚 shadedjars 12m 24s branch has no errors when building our shaded downstream artifacts.
-0 ⚠️ patch 13m 36s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 9m 0s the patch passed
+1 💚 compile 6m 30s the patch passed
+1 💚 javac 6m 30s the patch passed
-0 ⚠️ javadoc 1m 14s /results-javadoc-javadoc-hbase-server.txt hbase-server generated 2 new + 63 unchanged - 0 fixed = 65 total (was 63)
-0 ⚠️ javadoc 6m 16s /results-javadoc-javadoc-root.txt root generated 2 new + 210 unchanged - 0 fixed = 212 total (was 210)
+1 💚 shadedjars 11m 44s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌ unit 52m 50s /patch-unit-root.txt root in the patch failed.
139m 6s
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR #7421
JIRA Issue HBASE-29368
Optional Tests javac javadoc unit compile shadedjars
uname Linux 62d26d6fad5c 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 973c81a
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/testReport/
Max. process+thread count 969 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-common hbase-client hbase-server hbase-testing-util hbase-thrift hbase-shell . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 3m 34s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 2s No case conflicting files found.
+0 🆗 codespell 0m 2s codespell was not available.
+0 🆗 detsecrets 0m 2s detect-secrets was not available.
+0 🆗 buf 0m 0s buf was not available.
+0 🆗 buf 0m 0s buf was not available.
+0 🆗 yamllint 0m 0s yamllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
_ master Compile Tests _
+0 🆗 mvndep 0m 26s Maven dependency ordering for branch
+1 💚 mvninstall 10m 4s master passed
+1 💚 compile 25m 51s master passed
+1 💚 checkstyle 4m 7s master passed
+1 💚 spotbugs 37m 58s master passed
+1 💚 spotless 1m 39s branch has no errors when running spotless:check.
-0 ⚠️ patch 3m 12s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for patch
+1 💚 mvninstall 8m 44s the patch passed
+1 💚 compile 27m 8s the patch passed
+1 💚 cc 27m 8s the patch passed
-0 ⚠️ javac 27m 8s /results-compile-javac-root.txt root generated 4 new + 1894 unchanged - 2 fixed = 1898 total (was 1896)
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 48s /results-checkstyle-root.txt root: The patch generated 1 new + 101 unchanged - 0 fixed = 102 total (was 101)
-0 ⚠️ rubocop 0m 40s /results-rubocop.txt The patch generated 20 new + 488 unchanged - 17 fixed = 508 total (was 505)
+1 💚 xmllint 0m 0s No new issues.
+1 💚 spotbugs 34m 20s the patch passed
+1 💚 hadoopcheck 20m 2s Patch does not cause any errors with Hadoop 3.3.6 3.4.1.
+1 💚 hbaseprotoc 11m 16s the patch passed
-1 ❌ spotless 1m 24s patch has 22 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 💚 asflicense 1m 50s The patch does not generate ASF License warnings.
209m 46s
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #7421
JIRA Issue HBASE-29368
Optional Tests dupname asflicense codespell detsecrets spotless javac spotbugs checkstyle compile hadoopcheck hbaseanti cc buflint bufcompat hbaseprotoc xmllint rubocop yamllint
uname Linux 8ca36f82aa94 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 973c81a
Default Java Eclipse Adoptium-17.0.11+9
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 162 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-common hbase-client hbase-server hbase-testing-util hbase-thrift hbase-shell . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7421/2/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 rubocop=1.37.1 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

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