[jira] [Updated] (HBASE-28992) Add cleanup logic to remove WALs no longer required for PITR

2025-04-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayak Hegde updated HBASE-28992: -- Summary: Add cleanup logic to remove WALs no longer required for PITR (was: Add a "Cleanup" C

Re: [PR] HBASE-29247 CreateTableProcedure can get stuck if an invalid compaction policy is specified [hbase]

2025-04-10 Thread via GitHub
NihalJain commented on PR #6893: URL: https://github.com/apache/hbase/pull/6893#issuecomment-2796021900 Seems we now plan to go ahead with https://github.com/apache/hbase/pull/6709, maybe we at least retain the tests of this PR once that one gets in (update jira title appropriately)? Also I

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
NihalJain commented on PR #6709: URL: https://github.com/apache/hbase/pull/6709#issuecomment-2795934462 +1, LGTM really neat solution. Great work @junegunn ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] HBASE-29238 ExportSnapshot support specify storage policy [hbase]

2025-04-10 Thread via GitHub
Reidd commented on code in PR #6874: URL: https://github.com/apache/hbase/pull/6874#discussion_r2038864010 ## hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java: ## @@ -328,6 +333,13 @@ private void copyFile(final Context context, final Snaps

Re: [PR] HBASE-29238 ExportSnapshot support specify storage policy [hbase]

2025-04-10 Thread via GitHub
Reidd commented on code in PR #6874: URL: https://github.com/apache/hbase/pull/6874#discussion_r2038862415 ## hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java: ## @@ -923,6 +935,11 @@ private void runCopyJob(final Path inputRoot, final Path

Re: [PR] HBASE-29254 StoreScanner returns incorrect row after flush due to topChanged behavior [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6900: URL: https://github.com/apache/hbase/pull/6900#issuecomment-2795882519 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Updated] (HBASE-29254) StoreScanner returns incorrect row after flush due to topChanged behavior

2025-04-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-29254: --- Labels: pull-request-available (was: ) > StoreScanner returns incorrect row after flush due

[PR] HBASE-29254 StoreScanner returns incorrect row after flush due to topChanged behavior [hbase]

2025-04-10 Thread via GitHub
mwkang opened a new pull request, #6900: URL: https://github.com/apache/hbase/pull/6900 [HBASE-29254](https://issues.apache.org/jira/browse/HBASE-29254) I needed to perform a flush at a specific point when reading a cell, but it seemed like there was no way to do it without adding a h

[jira] [Created] (HBASE-29254) StoreScanner returns incorrect row after flush due to topChanged behavior

2025-04-10 Thread Minwoo Kang (Jira)
Minwoo Kang created HBASE-29254: --- Summary: StoreScanner returns incorrect row after flush due to topChanged behavior Key: HBASE-29254 URL: https://issues.apache.org/jira/browse/HBASE-29254 Project: HBas

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
guluo2016 commented on code in PR #6709: URL: https://github.com/apache/hbase/pull/6709#discussion_r2038718568 ## hbase-server/src/main/java/org/apache/hadoop/hbase/util/TableDescriptorChecker.java: ## @@ -79,6 +80,14 @@ public static void sanityCheck(final Configuration c, fina

[jira] [Created] (HBASE-29252) Avoid allocating a new ByteBufferKeyOnlyKeyValue on every row processed by RowIndexSeekerV1

2025-04-10 Thread Charles Connell (Jira)
Charles Connell created HBASE-29252: --- Summary: Avoid allocating a new ByteBufferKeyOnlyKeyValue on every row processed by RowIndexSeekerV1 Key: HBASE-29252 URL: https://issues.apache.org/jira/browse/HBASE-29252

[jira] [Updated] (HBASE-29253) Avoid allocating a new closure on every row processed by StoreScanner

2025-04-10 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-29253: Description: I've looked at a lot of allocation profiles of RegionServers doing a read-hea

[jira] [Updated] (HBASE-29252) Avoid allocating a new ByteBufferKeyOnlyKeyValue on every row processed by RowIndexSeekerV1

2025-04-10 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-29252: Description: I've looked at a lot of allocation profiles of RegionServers doing a read-hea

[jira] [Updated] (HBASE-29253) Avoid allocating a new closure on every row processed by StoreScanner

2025-04-10 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-29253: Attachment: scenario-alloc-hs26.html > Avoid allocating a new closure on every row process

[jira] [Updated] (HBASE-29252) Avoid allocating a new ByteBufferKeyOnlyKeyValue on every row processed by RowIndexSeekerV1

2025-04-10 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-29252: Attachment: scenario-alloc-hs26.html > Avoid allocating a new ByteBufferKeyOnlyKeyValue on

[jira] [Commented] (HBASE-29134) Optimize bulkload backup process for incremental backups

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943399#comment-17943399 ] Hudson commented on HBASE-29134: Results for branch master [build #1280 on buil

[jira] [Commented] (HBASE-28569) Race condition during WAL splitting leading to corrupt recovered.edits

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943398#comment-17943398 ] Hudson commented on HBASE-28569: Results for branch master [build #1280 on buil

[jira] [Created] (HBASE-29253) Avoid allocating a new closure on every row processed by StoreScanner

2025-04-10 Thread Charles Connell (Jira)
Charles Connell created HBASE-29253: --- Summary: Avoid allocating a new closure on every row processed by StoreScanner Key: HBASE-29253 URL: https://issues.apache.org/jira/browse/HBASE-29253 Project:

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2790899420 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-2.6 [hbase]

2025-04-10 Thread via GitHub
rmdmattingly opened a new pull request, #6890: URL: https://github.com/apache/hbase/pull/6890 …(#6706) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mai

Re: [PR] HBASE-29210: Introduce Validation for PITR-Critical Backup Deletion [hbase]

2025-04-10 Thread via GitHub
wchevreuil commented on code in PR #6848: URL: https://github.com/apache/hbase/pull/6848#discussion_r2035549590 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java: ## @@ -695,12 +707,161 @@ private void executeDeleteListOfBackups(CommandLine c

Re: [PR] HBASE-29210: Introduce Validation for PITR-Critical Backup Deletion [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6848: URL: https://github.com/apache/hbase/pull/6848#issuecomment-2788324767 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Updated] (HBASE-28993) Enhancements to "Delete" Backup Command for Continuous Backup and PITR

2025-04-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayak Hegde updated HBASE-28993: -- Summary: Enhancements to "Delete" Backup Command for Continuous Backup and PITR (was: "Delete

Re: [PR] Backport "HBASE-29229 Throttles should support specific restrictions for atomic…" to branch-2 [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6882: URL: https://github.com/apache/hbase/pull/6882#issuecomment-2787907353 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-2.6 [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6890: URL: https://github.com/apache/hbase/pull/6890#issuecomment-2784810344 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29226 Migrate to jetty 12 with EE8 and bump java servlet to 4.0.1 [hbase]

2025-04-10 Thread via GitHub
NihalJain commented on code in PR #6783: URL: https://github.com/apache/hbase/pull/6783#discussion_r2032435708 ## hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RESTServer.java: ## @@ -287,6 +293,16 @@ public synchronized void run() throws Exception { httpConfig.setS

Re: [PR] HBASE-29247 CreateTableProcedure can get stuck if an invalid compaction policy is specified [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6893: URL: https://github.com/apache/hbase/pull/6893#issuecomment-2790801582 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] [Do Not Merge] HBASE-29143 Decouple the znode acl update logic from A… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6781: URL: https://github.com/apache/hbase/pull/6781#issuecomment-2787245617 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[PR] HBASE-29246 Update commons-lang3 to 3.17.0 [hbase]

2025-04-10 Thread via GitHub
stoty opened a new pull request, #6895: URL: https://github.com/apache/hbase/pull/6895 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Backport "HBASE-29229 Throttles should support specific restrictions for atomic…" to branch-3 [hbase]

2025-04-10 Thread via GitHub
rmdmattingly merged PR #6881: URL: https://github.com/apache/hbase/pull/6881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.ap

Re: [PR] HBASE-29240: Backup ancestry trees should have the ability to be invalidated [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6891: URL: https://github.com/apache/hbase/pull/6891#issuecomment-2784911067 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6709: URL: https://github.com/apache/hbase/pull/6709#issuecomment-2791639949 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Commented] (HBASE-29229) Throttles should support specific restrictions for atomic workloads

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943374#comment-17943374 ] Hudson commented on HBASE-29229: Results for branch branch-3 [build #403 on bui

[jira] [Commented] (HBASE-29134) Optimize bulkload backup process for incremental backups

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943375#comment-17943375 ] Hudson commented on HBASE-29134: Results for branch branch-3 [build #403 on bui

[jira] [Commented] (HBASE-29239) Subsequent runs of re-splitting HFiles can fail because we don't cleanup the MR directory

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943373#comment-17943373 ] Hudson commented on HBASE-29239: Results for branch branch-3 [build #403 on bui

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2795290716 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[PR] HBASE-29240: Backup ancestry trees should have the ability to be invalidated [hbase]

2025-04-10 Thread via GitHub
hgromer opened a new pull request, #6891: URL: https://github.com/apache/hbase/pull/6891 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

Re: [PR] HBASE-29240: Backup ancestry trees should have the ability to be invalidated [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6891: URL: https://github.com/apache/hbase/pull/6891#issuecomment-2786188115 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Commented] (HBASE-29134) Optimize bulkload backup process for incremental backups

2025-04-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942156#comment-17942156 ] Hudson commented on HBASE-29134: Results for branch branch-2 [build #1256 on bu

Re: [PR] HBASE-29238 ExportSnapshot support specify storage policy [hbase]

2025-04-10 Thread via GitHub
jojochuang commented on code in PR #6874: URL: https://github.com/apache/hbase/pull/6874#discussion_r2038377678 ## hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java: ## @@ -328,6 +333,13 @@ private void copyFile(final Context context, final Snap

[PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
wchevreuil opened a new pull request, #6899: URL: https://github.com/apache/hbase/pull/6899 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] HBASE-29228 Add support to prevent running multiple active clusters [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6887: URL: https://github.com/apache/hbase/pull/6887#issuecomment-2784734335 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Commented] (HBASE-29251) SCP gets stuck forever if proc state cannot be persisted

2025-04-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943363#comment-17943363 ] Viraj Jasani commented on HBASE-29251: -- FYI [~apurtell]  > SCP gets stuck forever

[PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-3 [hbase]

2025-04-10 Thread via GitHub
rmdmattingly opened a new pull request, #6888: URL: https://github.com/apache/hbase/pull/6888 …(#6706) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mai

Re: [PR] HBASE-29247 CreateTableProcedure can get stuck if an invalid compaction policy is specified [hbase]

2025-04-10 Thread via GitHub
guluo2016 commented on PR #6893: URL: https://github.com/apache/hbase/pull/6893#issuecomment-2792146728 Appreciate the reminder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] [Do Not Merge] HBASE-29083: Add global read-only mode to HBase [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6757: URL: https://github.com/apache/hbase/pull/6757#issuecomment-2794219837 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Updated] (HBASE-28158) Decouple RIT list management from TRSP invocation

2025-04-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28158: --- Labels: pull-request-available (was: ) > Decouple RIT list management from TRSP invocation

Re: [PR] HBASE-28158 Decouple RIT list management from TRSP invocation [hbase]

2025-04-10 Thread via GitHub
virajjasani commented on PR #5464: URL: https://github.com/apache/hbase/pull/5464#issuecomment-2795188396 I have recently seen SCPs taking more than 10/15/20 min and yet ritCount spikes only when SCP submits TRSP to assign the regions. Having RITs spike for few seconds whereas SCPs taking s

[jira] [Assigned] (HBASE-29251) SCP gets stuck forever if proc state cannot be persisted

2025-04-10 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani reassigned HBASE-29251: Assignee: Viraj Jasani > SCP gets stuck forever if proc state cannot be persisted > -

[jira] [Created] (HBASE-29251) SCP gets stuck forever if proc state cannot be persisted

2025-04-10 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-29251: Summary: SCP gets stuck forever if proc state cannot be persisted Key: HBASE-29251 URL: https://issues.apache.org/jira/browse/HBASE-29251 Project: HBase Issu

Re: [PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-2.6 [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6890: URL: https://github.com/apache/hbase/pull/6890#issuecomment-2784781982 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Updated] (HBASE-28993) "Delete" Backup Command related changes for Continuous Backup and PITR

2025-04-10 Thread Vinayak Hegde (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayak Hegde updated HBASE-28993: -- Description: (was: Ensure that the current "Delete" backup command continues to work as ex

[jira] [Work started] (HBASE-29245) Region reopening batch size not increased when backoff is zero

2025-04-10 Thread Junegunn Choi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-29245 started by Junegunn Choi. - > Region reopening batch size not increased when backoff is zero > --

Re: [PR] [Do Not Merge] HBASE-29083: Add global read-only mode to HBase [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6757: URL: https://github.com/apache/hbase/pull/6757#issuecomment-2794922065 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] [Do Not Merge] HBASE-29083: Add global read-only mode to HBase [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6757: URL: https://github.com/apache/hbase/pull/6757#issuecomment-2785172713 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-2.6 [hbase]

2025-04-10 Thread via GitHub
rmdmattingly merged PR #6890: URL: https://github.com/apache/hbase/pull/6890 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.ap

Re: [PR] HBASE-29245 Region reopening batch size should be increased when backoff is 0 [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6892: URL: https://github.com/apache/hbase/pull/6892#issuecomment-2786270657 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2794896004 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2794758202 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-26322 add rsgroup support for backup [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #4544: URL: https://github.com/apache/hbase/pull/4544#issuecomment-2794748531 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-26322 add rsgroup support for backup [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #4544: URL: https://github.com/apache/hbase/pull/4544#issuecomment-2794722539 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-25749 Improved logging when interrupting active RPC handlers ho… [hbase]

2025-04-10 Thread via GitHub
d-c-manning commented on code in PR #6789: URL: https://github.com/apache/hbase/pull/6789#discussion_r2032157400 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java: ## @@ -8458,16 +8452,24 @@ public void startRegionOperation(Operation op) throws IOE

Re: [PR] Backport "HBASE-29134 Optimize bulkload backup process for incremental backups …" to branch-2 [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6889: URL: https://github.com/apache/hbase/pull/6889#issuecomment-2784855607 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29228 Add support to prevent running multiple active clusters [hbase]

2025-04-10 Thread via GitHub
anmolnar commented on code in PR #6887: URL: https://github.com/apache/hbase/pull/6887#discussion_r2031678045 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -382,4 +382,58 @@ public void stop() { public void logFileSystemState(Logger

Re: [PR] HBASE-29240: Backup ancestry trees should have the ability to be invalidated [hbase]

2025-04-10 Thread via GitHub
hgromer commented on PR #6891: URL: https://github.com/apache/hbase/pull/6891#issuecomment-2784554134 cc @rmdmattingly @ndimiduk @DieterDP-ng -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] HBASE-29240: Backup ancestry trees should have the ability to be invalidated [hbase]

2025-04-10 Thread via GitHub
hgromer commented on code in PR #6891: URL: https://github.com/apache/hbase/pull/6891#discussion_r2031964094 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/BackupMasterObserver.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] HBASE-29003 Proper bulk load tracking [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6506: URL: https://github.com/apache/hbase/pull/6506#issuecomment-2786726331 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] [Do Not Merge] HBASE-29143 Decouple the znode acl update logic from A… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6781: URL: https://github.com/apache/hbase/pull/6781#issuecomment-2785873777 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29210: Introduce Validation for PITR-Critical Backup Deletion [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6848: URL: https://github.com/apache/hbase/pull/6848#issuecomment-2782307761 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] Backport "HBASE-29239: Subsequent runs of re-splitting HFiles can fail because …" to branch-2 [hbase]

2025-04-10 Thread via GitHub
rmdmattingly merged PR #6879: URL: https://github.com/apache/hbase/pull/6879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.ap

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6896: URL: https://github.com/apache/hbase/pull/6896#issuecomment-2789967719 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Updated] (HBASE-29243) Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type

2025-04-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-29243: - Fix Version/s: 3.0.0 2.7.0 > Fix BucketCache.notifyFileCachin

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
wchevreuil merged PR #6899: URL: https://github.com/apache/hbase/pull/6899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apac

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6899: URL: https://github.com/apache/hbase/pull/6899#issuecomment-2794545655 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Commented] (HBASE-29248) HBASE-28529 made an incompatible change to hbase.zookeeper.property handling

2025-04-10 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942408#comment-17942408 ] Istvan Toth commented on HBASE-29248: - The proper behaviour is adding the prefix for

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
wchevreuil commented on code in PR #6897: URL: https://github.com/apache/hbase/pull/6897#discussion_r2037160300 ## hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/BlockCache.java: ## @@ -279,4 +280,14 @@ default boolean isCacheEnabled() { default boolean waitForCa

[PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
stoty opened a new pull request, #6898: URL: https://github.com/apache/hbase/pull/6898 …r.property handling -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6899: URL: https://github.com/apache/hbase/pull/6899#issuecomment-2794335980 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Work started] (HBASE-29236) Implement ZooKeeper watcher to add ability to flip R/O flag runtime

2025-04-10 Thread Kevin Geiszler (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-29236 started by Kevin Geiszler. -- > Implement ZooKeeper watcher to add ability to flip R/O flag runtime > ---

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6899: URL: https://github.com/apache/hbase/pull/6899#issuecomment-2794256755 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2793890758 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29133: Implement "pitr" Command for Point-in-Time Restore [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6717: URL: https://github.com/apache/hbase/pull/6717#issuecomment-2793429101 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2793250732 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-29210: Introduce Validation for PITR-Critical Backup Deletion [hbase]

2025-04-10 Thread via GitHub
wchevreuil merged PR #6848: URL: https://github.com/apache/hbase/pull/6848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apac

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type (#6885) [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6899: URL: https://github.com/apache/hbase/pull/6899#issuecomment-2792492104 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Created] (HBASE-29250) Throttles should support a maximum number of concurrently occupied handler threads

2025-04-10 Thread Ray Mattingly (Jira)
Ray Mattingly created HBASE-29250: - Summary: Throttles should support a maximum number of concurrently occupied handler threads Key: HBASE-29250 URL: https://issues.apache.org/jira/browse/HBASE-29250

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
junegunn commented on code in PR #6709: URL: https://github.com/apache/hbase/pull/6709#discussion_r2037068974 ## hbase-server/src/main/java/org/apache/hadoop/hbase/util/TableDescriptorChecker.java: ## @@ -79,6 +80,14 @@ public static void sanityCheck(final Configuration c, final

[jira] [Updated] (HBASE-29243) Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type

2025-04-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-29243: - Fix Version/s: 4.0.0-alpha-1 > Fix BucketCache.notifyFileCachingComplete to also

[jira] [Updated] (HBASE-29243) Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type

2025-04-10 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-29243: - Affects Version/s: 2.6.2 3.0.0-beta-1

Re: [PR] HBASE-29243 Fix BucketCache.notifyFileCachingComplete to also account for ENCODED_DATA block type [hbase]

2025-04-10 Thread via GitHub
wchevreuil merged PR #6885: URL: https://github.com/apache/hbase/pull/6885 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apac

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6897: URL: https://github.com/apache/hbase/pull/6897#issuecomment-2792236053 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29249 Allow for BlockCache implementations to define dynamic properties [hbase]

2025-04-10 Thread via GitHub
Apache9 commented on code in PR #6897: URL: https://github.com/apache/hbase/pull/6897#discussion_r2036998537 ## hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/BlockCache.java: ## @@ -279,4 +280,14 @@ default boolean isCacheEnabled() { default boolean waitForCache

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6898: URL: https://github.com/apache/hbase/pull/6898#issuecomment-2792196687 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
guluo2016 commented on code in PR #6709: URL: https://github.com/apache/hbase/pull/6709#discussion_r2036967657 ## hbase-server/src/main/java/org/apache/hadoop/hbase/util/TableDescriptorChecker.java: ## @@ -79,6 +80,14 @@ public static void sanityCheck(final Configuration c, fina

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6898: URL: https://github.com/apache/hbase/pull/6898#issuecomment-2792179286 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29133: Implement "pitr" Command for Point-in-Time Restore [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6717: URL: https://github.com/apache/hbase/pull/6717#issuecomment-2792183358 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6898: URL: https://github.com/apache/hbase/pull/6898#issuecomment-2792177286 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6898: URL: https://github.com/apache/hbase/pull/6898#issuecomment-2792169392 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29248 HBASE-28529 made an incompatible change to hbase.zookeepe… [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6896: URL: https://github.com/apache/hbase/pull/6896#issuecomment-2792121996 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-29137 Add basic config type validation [hbase]

2025-04-10 Thread via GitHub
Apache-HBase commented on PR #6709: URL: https://github.com/apache/hbase/pull/6709#issuecomment-2792109608 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

  1   2   >