Skip to content

Backport HBASE-28804 to branch-2 - #6219

Merged
wchevreuil merged 1 commit into
apache:branch-2from
janardhanrh:branch-2-for-HBASE-28804
Sep 11, 2024
Merged

Backport HBASE-28804 to branch-2#6219
wchevreuil merged 1 commit into
apache:branch-2from
janardhanrh:branch-2-for-HBASE-28804

Conversation

@jhungund

Copy link
Copy Markdown
Contributor

[HBASE-28804: Implement asynchronous retrieval of bucket-cache data from persistence

During the retrieval of data from bucket cache persistence file, a transient structure that stores the blocks ordered by filename is constructed from the backing map entries. The population of this transient structure is done during the server start-up. This process increases the region-server startup time, if the bucketcache has large number of blocks.

This population happens inline with the server restart and blocks the server for several minutes. This makes the server restart inconvenient for the external users. Restarts during upgrade can run into timeout issues due to this delay in the server startup.

Hence, the recommendation in this Jira is to make the cache-retrieval asynchronous to the server startup. During a server startup, a new thread is spawn that reads the persistence file and creates the required structures from persistence file. The server continues with the restart and does not wait for the bucket-cache initialisation to complete.

Note that the bucket cache is not available immediately for usage and will only be ready to use after the data is repopulated from persistence into memory.

The prefetch thread that may start before the bucket-cache is initialized is modified to wait until the bucket cache is initialized.

Change-Id: I2c136d7b1d884f74642d29923172a1ad4ada36e4

HBASE-28804: Apply splotless and spotbugs changes.

Change-Id: I239c357a135a058650a20c5707c7c7303a248c85

HBASE-28804: Addressing first round of review comments.

Change-Id: Ie160b249f6a2bff18fd8a577ae32a263b7de25ea

HBASE-28804: Added unit tests for validation of cache in initialization state.

Change-Id: Ib54f565152c391da727be7413dd775fb507daea7

HBASE-28804: Address further review comments.

Change-Id: I446475dc84d52403f67762b878af874b9cbe1937

HBASE-28804: Fix unit test.

Change-Id: I391e5e453e077b7e5733cd997130467b356a3e66

HBASE-28804: Fixed check-style warnings

Change-Id: Ieb6b5841cb7b23d919fbebbe420c0083167d6d0b

Change-Id: I690e840b866795484d2a1463ff47d885d43fc7dc

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec3m 16sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
_ branch-2 Compile Tests _
+1 💚mvninstall4m 33sbranch-2 passed
+1 💚compile3m 33sbranch-2 passed
+1 💚checkstyle0m 42sbranch-2 passed
+1 💚spotbugs1m 45sbranch-2 passed
+1 💚spotless0m 53sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall4m 2sthe patch passed
+1 💚compile3m 23sthe patch passed
+1 💚javac3m 23sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
-0 ⚠️checkstyle0m 45s/results-checkstyle-hbase-server.txthbase-server: The patch generated 2 new + 63 unchanged - 1 fixed = 65 total (was 64)
+1 💚spotbugs1m 52sthe patch passed
+1 💚hadoopcheck23m 16sPatch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.0.
-1 ❌spotless1m 1spatch has 54 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 💚asflicense0m 15sThe patch does not generate ASF License warnings.
51m 20s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6219
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux 3022eccf387e 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 3acb488
Default JavaEclipse Adoptium-11.0.23+9
spotlesshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count77 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/console
versionsgit=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@jhungund
jhungundforce-pushed the branch-2-for-HBASE-28804 branch from 3acb488 to e1e0c67CompareSeptember 9, 2024 06:51
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec3m 13sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall4m 20sbranch-2 passed
+1 💚compile1m 13sbranch-2 passed
+1 💚javadoc0m 32sbranch-2 passed
+1 💚shadedjars6m 43sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 51sthe patch passed
+1 💚compile1m 6sthe patch passed
+1 💚javac1m 6sthe patch passed
-0 ⚠️javadoc0m 31s/results-javadoc-javadoc-hbase-server.txthbase-server generated 1 new + 44 unchanged - 0 fixed = 45 total (was 44)
+1 💚shadedjars6m 33spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit222m 29shbase-server in the patch passed.
255m 49s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux d7d71f210d2b 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 3acb488
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count4470 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 21sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall2m 33sbranch-2 passed
+1 💚compile0m 45sbranch-2 passed
+1 💚javadoc0m 27sbranch-2 passed
+1 💚shadedjars4m 53sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall2m 26sthe patch passed
+1 💚compile0m 45sthe patch passed
+1 💚javac0m 45sthe patch passed
-0 ⚠️javadoc0m 26s/results-javadoc-javadoc-hbase-server.txthbase-server generated 1 new + 21 unchanged - 0 fixed = 22 total (was 21)
+1 💚shadedjars4m 59spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌unit245m 19s/patch-unit-hbase-server.txthbase-server in the patch failed.
267m 47s
SubsystemReport/Notes
DockerClientAPI=1.47 ServerAPI=1.47 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 5f77d83aa5d7 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 3acb488
Default JavaTemurin-1.8.0_412-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count4718 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 46sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall3m 23sbranch-2 passed
+1 💚compile0m 53sbranch-2 passed
+1 💚javadoc0m 27sbranch-2 passed
+1 💚shadedjars6m 17sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 12sthe patch passed
+1 💚compile0m 52sthe patch passed
+1 💚javac0m 52sthe patch passed
-0 ⚠️javadoc0m 26s/results-javadoc-javadoc-hbase-server.txthbase-server generated 1 new + 85 unchanged - 0 fixed = 86 total (was 85)
+1 💚shadedjars6m 56spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit264m 3shbase-server in the patch passed.
291m 40s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux c2fba4658c6e 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 3acb488
Default JavaEclipse Adoptium-11.0.23+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count4524 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

…om persistence (apache#6182)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Change-Id: I515d81fdc484cd49308d3164067a2287b8901520
@jhungund
jhungundforce-pushed the branch-2-for-HBASE-28804 branch from e1e0c67 to 430c9eeCompareSeptember 9, 2024 13:38
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec1m 6sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
_ branch-2 Compile Tests _
+1 💚mvninstall4m 28sbranch-2 passed
+1 💚compile3m 30sbranch-2 passed
+1 💚checkstyle0m 44sbranch-2 passed
+1 💚spotbugs1m 46sbranch-2 passed
+1 💚spotless0m 52sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall3m 57sthe patch passed
+1 💚compile3m 27sthe patch passed
+1 💚javac3m 27sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle0m 45shbase-server: The patch generated 0 new + 62 unchanged - 1 fixed = 62 total (was 63)
+1 💚spotbugs1m 53sthe patch passed
+1 💚hadoopcheck23m 25sPatch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.0.
+1 💚spotless1m 11spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 14sThe patch does not generate ASF License warnings.
49m 18s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6219
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux 0476dc385ef7 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 430c9ee
Default JavaEclipse Adoptium-11.0.23+9
Max. process+thread count79 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/console
versionsgit=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec1m 3sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall4m 20sbranch-2 passed
+1 💚compile1m 9sbranch-2 passed
+1 💚javadoc0m 32sbranch-2 passed
+1 💚shadedjars6m 42sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 50sthe patch passed
+1 💚compile1m 7sthe patch passed
+1 💚javac1m 7sthe patch passed
+1 💚javadoc0m 30sthe patch passed
+1 💚shadedjars6m 29spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌unit215m 22s/patch-unit-hbase-server.txthbase-server in the patch failed.
245m 31s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux d8f46596d79b 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 430c9ee
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count4392 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 48sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall2m 31sbranch-2 passed
+1 💚compile0m 44sbranch-2 passed
+1 💚javadoc0m 26sbranch-2 passed
+1 💚shadedjars4m 52sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 21sthe patch passed
+1 💚compile0m 59sthe patch passed
+1 💚javac0m 59sthe patch passed
+1 💚javadoc0m 27sthe patch passed
+1 💚shadedjars5m 47spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit236m 8shbase-server in the patch passed.
260m 54s
SubsystemReport/Notes
DockerClientAPI=1.47 ServerAPI=1.47 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 44fa405abd77 5.4.0-186-generic #206-Ubuntu SMP Fri Apr 26 12:31:10 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 430c9ee
Default JavaTemurin-1.8.0_412-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count4181 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 59sDocker mode activated.
-0 ⚠️yetus0m 6sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+1 💚mvninstall4m 37sbranch-2 passed
+1 💚compile1m 19sbranch-2 passed
+1 💚javadoc0m 38sbranch-2 passed
+1 💚shadedjars7m 36sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 54sthe patch passed
+1 💚compile1m 6sthe patch passed
+1 💚javac1m 6sthe patch passed
+1 💚javadoc0m 31sthe patch passed
+1 💚shadedjars7m 10spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit266m 46shbase-server in the patch passed.
299m 44s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#6219
Optional Testsjavac javadoc unit compile shadedjars
unameLinux d5dd15cdf55d 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 430c9ee
Default JavaEclipse Adoptium-11.0.23+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count4418 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@jhungund

Copy link
Copy Markdown
ContributorAuthor

Hi @wchevreuil,
The test failure seen for "org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS" seems to be random and not related to this change. The same test is also listed in the "Existing Failures".

The local execution of the test on my local branch, succeeded.

git Branch:
commit 34450be695ffb4dd63556fc8a376326b6bce4ce4 (HEAD -> branch-2-for-HBASE-28804)
Author: jhungund 106576553+jhungund@users.noreply.github.com
Date: Mon Sep 9 18:44:15 2024 +0530

HBASE-28804: Implement asynchronous retrieval of bucket-cache data from persistence (#6182)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Change-Id: I515d81fdc484cd49308d3164067a2287b8901520

Test Execution:
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar)
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule
WARNING: System::setSecurityManager will be removed in a future release
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule$1 (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar)
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule$1
WARNING: System::setSecurityManager will be removed in a future release
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.52 s - in org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

Hence, this seems unrelated to the change.
Thanks,
Janardhan

@wchevreuil
wchevreuil merged commit d4cffea into apache:branch-2Sep 11, 2024
szucsvillo pushed a commit to szucsvillo/hbase that referenced this pull request Feb 7, 2025
… bucket-cache data from persistence (apache#6182) (apache#6219)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
stoty pushed a commit to stoty/hbase that referenced this pull request Nov 22, 2025
… bucket-cache data from persistence (apache#6182) (apache#6219)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Dec 15, 2025
…om persistence (apache#6182) (apache#6219)
The cherry-pick of HBASE-29727 into branch-2.6 accidently brought most of HBASE-28804 into branch-2, this is to backport the remaining original change in HBASE-28804.
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Change-Id: I816141ccebf91191aaa4cb6afa04343b64663eb0
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Dec 17, 2025
…om persistence (apache#6182) (apache#6219)
The cherry-pick of HBASE-29727 into branch-2.6 accidently brought most of HBASE-28804 into branch-2, this is to backport the remaining original change in HBASE-28804.
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Change-Id: I816141ccebf91191aaa4cb6afa04343b64663eb0
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Dec 17, 2025
…om persistence (apache#6182) (apache#6219)
The cherry-pick of HBASE-29727 into branch-2.6 accidently brought most of HBASE-28804 into branch-2, this is to backport the remaining original change in HBASE-28804.
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Change-Id: I816141ccebf91191aaa4cb6afa04343b64663eb0
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

@jhungund@Apache-HBase@wchevreuil