Skip to content

Conversation

@jhungund
Copy link
Contributor

@jhungund jhungund commented Sep 9, 2024

[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

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 3m 16s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets 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.
_ branch-2 Compile Tests _
+1 💚 mvninstall 4m 33s branch-2 passed
+1 💚 compile 3m 33s branch-2 passed
+1 💚 checkstyle 0m 42s branch-2 passed
+1 💚 spotbugs 1m 45s branch-2 passed
+1 💚 spotless 0m 53s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚 mvninstall 4m 2s the patch passed
+1 💚 compile 3m 23s the patch passed
+1 💚 javac 3m 23s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 45s /results-checkstyle-hbase-server.txt hbase-server: The patch generated 2 new + 63 unchanged - 1 fixed = 65 total (was 64)
+1 💚 spotbugs 1m 52s the patch passed
+1 💚 hadoopcheck 23m 16s Patch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.0.
-1 ❌ spotless 1m 1s patch has 54 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 💚 asflicense 0m 15s The patch does not generate ASF License warnings.
51m 20s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 3acb488
Default Java Eclipse Adoptium-11.0.23+9
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 77 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@jhungund jhungund force-pushed the branch-2-for-HBASE-28804 branch from 3acb488 to e1e0c67 Compare September 9, 2024 06:51
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 3m 13s 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 _
_ branch-2 Compile Tests _
+1 💚 mvninstall 4m 20s branch-2 passed
+1 💚 compile 1m 13s branch-2 passed
+1 💚 javadoc 0m 32s branch-2 passed
+1 💚 shadedjars 6m 43s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 51s the patch passed
+1 💚 compile 1m 6s the patch passed
+1 💚 javac 1m 6s the patch passed
-0 ⚠️ javadoc 0m 31s /results-javadoc-javadoc-hbase-server.txt hbase-server generated 1 new + 44 unchanged - 0 fixed = 45 total (was 44)
+1 💚 shadedjars 6m 33s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 222m 29s hbase-server in the patch passed.
255m 49s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 3acb488
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count 4470 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/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 0m 21s 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 _
_ branch-2 Compile Tests _
+1 💚 mvninstall 2m 33s branch-2 passed
+1 💚 compile 0m 45s branch-2 passed
+1 💚 javadoc 0m 27s branch-2 passed
+1 💚 shadedjars 4m 53s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 2m 26s the patch passed
+1 💚 compile 0m 45s the patch passed
+1 💚 javac 0m 45s the patch passed
-0 ⚠️ javadoc 0m 26s /results-javadoc-javadoc-hbase-server.txt hbase-server generated 1 new + 21 unchanged - 0 fixed = 22 total (was 21)
+1 💚 shadedjars 4m 59s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌ unit 245m 19s /patch-unit-hbase-server.txt hbase-server in the patch failed.
267m 47s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 3acb488
Default Java Temurin-1.8.0_412-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count 4718 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/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 0m 46s 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 _
_ branch-2 Compile Tests _
+1 💚 mvninstall 3m 23s branch-2 passed
+1 💚 compile 0m 53s branch-2 passed
+1 💚 javadoc 0m 27s branch-2 passed
+1 💚 shadedjars 6m 17s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 12s the patch passed
+1 💚 compile 0m 52s the patch passed
+1 💚 javac 0m 52s the patch passed
-0 ⚠️ javadoc 0m 26s /results-javadoc-javadoc-hbase-server.txt hbase-server generated 1 new + 85 unchanged - 0 fixed = 86 total (was 85)
+1 💚 shadedjars 6m 56s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 264m 3s hbase-server in the patch passed.
291m 40s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 3acb488
Default Java Eclipse Adoptium-11.0.23+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/testReport/
Max. process+thread count 4524 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/1/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.

…om persistence (apache#6182)

Signed-off-by: Wellington Chevreuil <[email protected]>
Change-Id: I515d81fdc484cd49308d3164067a2287b8901520
@jhungund jhungund force-pushed the branch-2-for-HBASE-28804 branch from e1e0c67 to 430c9ee Compare September 9, 2024 13:38
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 6s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets 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.
_ branch-2 Compile Tests _
+1 💚 mvninstall 4m 28s branch-2 passed
+1 💚 compile 3m 30s branch-2 passed
+1 💚 checkstyle 0m 44s branch-2 passed
+1 💚 spotbugs 1m 46s branch-2 passed
+1 💚 spotless 0m 52s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 57s the patch passed
+1 💚 compile 3m 27s the patch passed
+1 💚 javac 3m 27s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 45s hbase-server: The patch generated 0 new + 62 unchanged - 1 fixed = 62 total (was 63)
+1 💚 spotbugs 1m 53s the patch passed
+1 💚 hadoopcheck 23m 25s Patch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.0.
+1 💚 spotless 1m 11s patch has no errors when running spotless:check.
_ Other Tests _
+1 💚 asflicense 0m 14s The patch does not generate ASF License warnings.
49m 18s
Subsystem Report/Notes
Docker ClientAPI=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 Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 430c9ee
Default Java Eclipse Adoptium-11.0.23+9
Max. process+thread count 79 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3
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 1m 3s 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 _
_ branch-2 Compile Tests _
+1 💚 mvninstall 4m 20s branch-2 passed
+1 💚 compile 1m 9s branch-2 passed
+1 💚 javadoc 0m 32s branch-2 passed
+1 💚 shadedjars 6m 42s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 50s the patch passed
+1 💚 compile 1m 7s the patch passed
+1 💚 javac 1m 7s the patch passed
+1 💚 javadoc 0m 30s the patch passed
+1 💚 shadedjars 6m 29s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌ unit 215m 22s /patch-unit-hbase-server.txt hbase-server in the patch failed.
245m 31s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 430c9ee
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count 4392 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/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 0m 48s 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 _
_ branch-2 Compile Tests _
+1 💚 mvninstall 2m 31s branch-2 passed
+1 💚 compile 0m 44s branch-2 passed
+1 💚 javadoc 0m 26s branch-2 passed
+1 💚 shadedjars 4m 52s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 21s the patch passed
+1 💚 compile 0m 59s the patch passed
+1 💚 javac 0m 59s the patch passed
+1 💚 javadoc 0m 27s the patch passed
+1 💚 shadedjars 5m 47s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 236m 8s hbase-server in the patch passed.
260m 54s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 430c9ee
Default Java Temurin-1.8.0_412-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count 4181 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/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 0m 59s Docker mode activated.
-0 ⚠️ yetus 0m 6s Unprocessed 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 💚 mvninstall 4m 37s branch-2 passed
+1 💚 compile 1m 19s branch-2 passed
+1 💚 javadoc 0m 38s branch-2 passed
+1 💚 shadedjars 7m 36s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 54s the patch passed
+1 💚 compile 1m 6s the patch passed
+1 💚 javac 1m 6s the patch passed
+1 💚 javadoc 0m 31s the patch passed
+1 💚 shadedjars 7m 10s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 266m 46s hbase-server in the patch passed.
299m 44s
Subsystem Report/Notes
Docker ClientAPI=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 Tests javac javadoc unit compile shadedjars
uname Linux 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / 430c9ee
Default Java Eclipse Adoptium-11.0.23+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/testReport/
Max. process+thread count 4418 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6219/3/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.

@jhungund
Copy link
Contributor Author

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 [email protected]
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 <[email protected]>
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-2 Sep 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Change-Id: I816141ccebf91191aaa4cb6afa04343b64663eb0
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