Re: [PR] HBASE-29252: Reduce allocations in RowIndexSeekerV1 [hbase]

2025-04-11 Thread via GitHub
Copilot commented on code in PR #6902: URL: https://github.com/apache/hbase/pull/6902#discussion_r2040581134 ## hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/RowIndexSeekerV1.java: ## @@ -307,7 +307,7 @@ protected boolean isValid() { protected void invali

[jira] [Commented] (HBASE-29256) Multiple Split Procedures on same region stuck indefinitely waiting for Exclusive Lock

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943747#comment-17943747 ] Duo Zhang commented on HBASE-29256: --- OK, so it is the same problem, the procedure stor

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

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943746#comment-17943746 ] Duo Zhang commented on HBASE-29251: --- So how do you plan to recover if HDFS in trouble?

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

2025-04-11 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943741#comment-17943741 ] Viraj Jasani commented on HBASE-29251: -- Besides, if meta or namespace comes in RIT

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

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6897: URL: https://github.com/apache/hbase/pull/6897#discussion_r2040553045 ## hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java: ## @@ -911,6 +900,22 @@ boolean evictBucketEntryIfNoRpcReferenced(BlockCacheKey b

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

2025-04-11 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943737#comment-17943737 ] Viraj Jasani commented on HBASE-29251: -- In that case, don't we have problem with ab

[jira] [Updated] (HBASE-29258) Change log level for 'Got brand-new ByteBuffDecompressor' in CodecPool to DEBUG instead of INFO

2025-04-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-29258: --- Labels: pull-request-available (was: ) > Change log level for 'Got brand-new ByteBuffDecomp

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

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943734#comment-17943734 ] Duo Zhang commented on HBASE-29251: --- No, you should not retry here, since retry does n

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

2025-04-11 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943732#comment-17943732 ] Viraj Jasani commented on HBASE-29251: -- It is not the case. However, the reason why

[jira] [Commented] (HBASE-29256) Multiple Split Procedures on same region stuck indefinitely waiting for Exclusive Lock

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943728#comment-17943728 ] Duo Zhang commented on HBASE-29256: --- Technically you can not split the same region mul

Re: [PR] HBASE-29258 Change log level for 'Got brand-new ByteBuffDecompressor'… [hbase]

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

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

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943729#comment-17943729 ] Duo Zhang commented on HBASE-29251: --- I think master should abort if procedure store fa

[jira] [Commented] (HBASE-29137) Add config type validation

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943727#comment-17943727 ] Duo Zhang commented on HBASE-29137: --- You can send an email to dev and user list to see

Re: [PR] HBASE-29258 Change log level for 'Got brand-new ByteBuffDecompressor'… [hbase]

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

Re: [PR] HBASE-29253: Avoid allocating a new closure on every row processed by StoreScanner [hbase]

2025-04-11 Thread via GitHub
Apache9 commented on PR #6901: URL: https://github.com/apache/hbase/pull/6901#issuecomment-2798412980 The java compiler will not do it automatically? Do you have microbenmark to show the improvement? Thanks. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] HBASE-29055 Remove the useless parameter from RootProcedureState [hbase]

2025-04-11 Thread via GitHub
Apache9 commented on PR #6903: URL: https://github.com/apache/hbase/pull/6903#issuecomment-2798412216 Do not forget to modify the commit message when merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[PR] HBASE-29258 Change log level for 'Got brand-new ByteBuffDecompressor'… [hbase]

2025-04-11 Thread via GitHub
Apache9 opened a new pull request, #6904: URL: https://github.com/apache/hbase/pull/6904 … in CodecPool to DEBUG instead of INFO -- 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 comme

[jira] [Created] (HBASE-29258) Change log level for 'Got brand-new ByteBuffDecompressor' in CodecPool to DEBUG instead of INFO

2025-04-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-29258: - Summary: Change log level for 'Got brand-new ByteBuffDecompressor' in CodecPool to DEBUG instead of INFO Key: HBASE-29258 URL: https://issues.apache.org/jira/browse/HBASE-29258

[jira] [Created] (HBASE-29257) SnapshotTableAction should have ways to clean up snapshots

2025-04-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-29257: - Summary: SnapshotTableAction should have ways to clean up snapshots Key: HBASE-29257 URL: https://issues.apache.org/jira/browse/HBASE-29257 Project: HBase Issue Ty

Re: [PR] HBASE-29253: Avoid allocating a new closure on every row processed by StoreScanner [hbase]

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

Re: [PR] HBASE-29252: Reduce allocations in RowIndexSeekerV1 [hbase]

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

Re: [PR] HBASE-29252: Reduce allocations in RowIndexSeekerV1 [hbase]

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

Re: [PR] HBASE-29055 Remove the useless parameter from RootProcedureState [hbase]

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

Re: [PR] HBASE-29055 Remove the useless parameter from RootProcedureState [hbase]

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

Re: [PR] HBASE-29184 The snapshot type for disabled table is incorrect when snapshot procedure is enabled [hbase]

2025-04-11 Thread via GitHub
pankaj72981 commented on code in PR #6790: URL: https://github.com/apache/hbase/pull/6790#discussion_r2040271755 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/SnapshotProcedure.java: ## @@ -144,9 +145,13 @@ protected Flow executeFromState(MasterProcedure

Re: [PR] HBASE-29194 StoreFileReader can be null when updating Space Quota after compaction file replacement [hbase]

2025-04-11 Thread via GitHub
pankaj72981 commented on PR #6810: URL: https://github.com/apache/hbase/pull/6810#issuecomment-2797960777 @chandrasekhar-188k Please check the UT failures. -- 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

[PR] HBASE-29252: Reduce allocations in RowIndexSeekerV1 [hbase]

2025-04-11 Thread via GitHub
charlesconnell opened a new pull request, #6902: URL: https://github.com/apache/hbase/pull/6902 I've looked at a lot of allocation profiles of RegionServers doing a read-heavy workload. Some allocations that dominate the chart can be easily avoided. The following code in the main dec

[PR] HBASE-29055 Remove the useless parameter from RootProcedureState [hbase]

2025-04-11 Thread via GitHub
pankaj72981 opened a new pull request, #6903: URL: https://github.com/apache/hbase/pull/6903 (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-

[jira] [Updated] (HBASE-29252) Reduce allocations in RowIndexSeekerV1

2025-04-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-29252: --- Labels: pull-request-available (was: ) > Reduce allocations in RowIndexSeekerV1 > -

Re: [PR] Revert "HBASE-29055 Remove the useless parameter from RootProcedureState" [hbase]

2025-04-11 Thread via GitHub
pankaj72981 merged PR #6886: URL: https://github.com/apache/hbase/pull/6886 -- 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.apa

[jira] [Resolved] (HBASE-29156) Sort options missing in the Table Regions section on server deployments with security mods

2025-04-11 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar resolved HBASE-29156. -- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.3

Re: [PR] HBASE-29253: Avoid allocating a new closure on every row processed by StoreScanner [hbase]

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

Re: [PR] HBASE-29156 Sort options missing in the Table Regions section on server deployments with security mods [hbase]

2025-04-11 Thread via GitHub
pankaj72981 merged PR #6858: URL: https://github.com/apache/hbase/pull/6858 -- 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.apa

Re: [PR] HBASE-29156 Sort options missing in the Table Regions section on server deployments with security mods [hbase]

2025-04-11 Thread via GitHub
pankaj72981 merged PR #6738: URL: https://github.com/apache/hbase/pull/6738 -- 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.apa

Re: [PR] HBASE-29156 Sort options missing in the Table Regions section on server deployments with security mods [hbase]

2025-04-11 Thread via GitHub
pankaj72981 commented on PR #6738: URL: https://github.com/apache/hbase/pull/6738#issuecomment-2797892406 > Can we merge this now? @pankaj72981 Yes, let me merge it now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] HBASE-29191 Use MetaRpcReadTimeout when accessing Meta replicas [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6803: URL: https://github.com/apache/hbase/pull/6803 -- 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.apache.

[PR] HBASE-29253: Avoid allocating a new closure on every row processed by StoreScanner [hbase]

2025-04-11 Thread via GitHub
charlesconnell opened a new pull request, #6901: URL: https://github.com/apache/hbase/pull/6901 I've looked at a lot of allocation profiles of RegionServers doing a read-heavy workload. Some allocations that dominate the chart can be easily avoided. The method `StoreScanner#read()` contains

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

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

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

2025-04-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-29253: --- Labels: pull-request-available (was: ) > Avoid allocating a new closure on every row proces

[jira] [Commented] (HBASE-29256) Multiple Split Procedures on same region stuck indefinitely waiting for Exclusive Lock

2025-04-11 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943670#comment-17943670 ] Viraj Jasani commented on HBASE-29256: -- Thanks for creating the Jira [~prathyu6]! T

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

2025-04-11 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) Reduce allocations in RowIndexSeekerV1

2025-04-11 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-29252) Reduce allocations in RowIndexSeekerV1

2025-04-11 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-29252) Reduce allocations in RowIndexSeekerV1

2025-04-11 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-29252) Reduce allocations in RowIndexSeekerV1

2025-04-11 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: Summary: Reduce allocations in RowIndexSeekerV1 (was: Avoid allocating a new ByteBufferKe

[jira] [Commented] (HBASE-29137) Add config type validation

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943604#comment-17943604 ] Duo Zhang commented on HBASE-29137: --- [~junegunn] Please fill the release note as this

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

2025-04-11 Thread via GitHub
Apache-HBase commented on PR #6896: URL: https://github.com/apache/hbase/pull/6896#issuecomment-2797646280 :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-11 Thread via GitHub
Apache-HBase commented on PR #6896: URL: https://github.com/apache/hbase/pull/6896#issuecomment-2797629377 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

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

2025-04-11 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-29248: Status: Patch Available (was: Open) > HBASE-28529 made an incompatible change to hbase.zookeeper.

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

2025-04-11 Thread via GitHub
Apache9 merged PR #6709: URL: https://github.com/apache/hbase/pull/6709 -- 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.apache.

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

2025-04-11 Thread via GitHub
stoty commented on code in PR #6896: URL: https://github.com/apache/hbase/pull/6896#discussion_r2039962218 ## hbase-common/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKConfig.java: ## @@ -88,7 +108,7 @@ private static Properties extractZKPropsFromHBaseConfig(final Configur

Re: [PR] HBASE-29232 give up retrying earlier for some admin operations [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6871: URL: https://github.com/apache/hbase/pull/6871 -- 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.apache.

[jira] [Resolved] (HBASE-29208) Fix internal link issues in documentation

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29208. --- Fix Version/s: 4.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed Merged to master.

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

2025-04-11 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943629#comment-17943629 ] Viraj Jasani commented on HBASE-29251: -- {quote}do we want both? {quote} In a way ye

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

2025-04-11 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943628#comment-17943628 ] Rushabh Shah commented on HBASE-29251: -- > Provide retries for the proc store persis

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

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

[jira] [Commented] (HBASE-29137) Add config type validation

2025-04-11 Thread Junegunn Choi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943615#comment-17943615 ] Junegunn Choi commented on HBASE-29137: --- Added the release note. Thanks for mergin

Re: [PR] HBASE-29232 give up retrying earlier for some admin operations [hbase]

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

[jira] [Updated] (HBASE-29137) Add config type validation

2025-04-11 Thread Junegunn Choi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junegunn Choi updated HBASE-29137: -- Release Note: Introduces the ConfigKey class for annotating configuration parameter constants

[jira] [Updated] (HBASE-29137) Add config type validation

2025-04-11 Thread Junegunn Choi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junegunn Choi updated HBASE-29137: -- Release Note: Introduces the ConfigKey class for annotating configuration parameter constants

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

2025-04-11 Thread via GitHub
mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039736775 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

Re: [PR] HBASE-29232 give up retrying earlier for some admin operations [hbase]

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

[jira] [Resolved] (HBASE-29112) Apply KeyOnlyFilter to RowCounter

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29112. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.3 2.5.

[jira] [Resolved] (HBASE-29137) Add config type validation

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29137. --- Fix Version/s: 2.7.0 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution: F

Re: [PR] HBASE-29137 Add basic config type validation (branch-2) [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6799: URL: https://github.com/apache/hbase/pull/6799 -- 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.apache.

[jira] [Created] (HBASE-29256) Multiple Split Procedures on same region stuck indefinitely waiting for Exclusive Lock

2025-04-11 Thread Prathyusha (Jira)
Prathyusha created HBASE-29256: -- Summary: Multiple Split Procedures on same region stuck indefinitely waiting for Exclusive Lock Key: HBASE-29256 URL: https://issues.apache.org/jira/browse/HBASE-29256 Pr

Re: [PR] HBASE-29112 Apply KeyOnlyFilter to RowCounter [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #: URL: https://github.com/apache/hbase/pull/ -- 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.apache.

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

2025-04-11 Thread via GitHub
mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039655382 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

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

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039682653 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

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

2025-04-11 Thread via GitHub
mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039668086 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -640,6 +648,11 @@ public boolean next(List outResult, ScannerContext scanner

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

2025-04-11 Thread via GitHub
mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039655382 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

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

2025-04-11 Thread via GitHub
mwkang commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039658867 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

[jira] [Resolved] (HBASE-29232) give up retrying earlier for some admin operations

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29232. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution: Fixed Pushed to master an

[jira] [Updated] (HBASE-29232) give up retrying earlier for some admin operations

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-29232: -- Summary: give up retrying earlier for some admin operations (was: Some region operations like compact

Re: [PR] HBASE-29208 Fix internal link issues in documentation [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6843: URL: https://github.com/apache/hbase/pull/6843 -- 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.apache.

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

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6896: URL: https://github.com/apache/hbase/pull/6896#discussion_r2039553035 ## hbase-common/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKConfig.java: ## @@ -88,7 +108,7 @@ private static Properties extractZKPropsFromHBaseConfig(final Config

[jira] [Resolved] (HBASE-29195) Get Column value with timestamp is giving wrong result as not found

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29195. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.3 2.5.

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

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039526217 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

Re: [PR] HBASE-29191 Use MetaRpcReadTimeout when accessing Meta replicas [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6802: URL: https://github.com/apache/hbase/pull/6802 -- 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.apache.

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

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6900: URL: https://github.com/apache/hbase/pull/6900#discussion_r2039526217 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java: ## @@ -832,7 +845,7 @@ private void updateMetricsStore(boolean memstoreRead) { *

Re: [PR] HBASE-29156 Sort options missing in the Table Regions section on server deployments with security mods [hbase]

2025-04-11 Thread via GitHub
Apache9 commented on PR #6738: URL: https://github.com/apache/hbase/pull/6738#issuecomment-2796954958 Can we merge this now? @pankaj72981 -- 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 spec

Re: [PR] HBASE-29195 Get Column value with timestamp is giving wrong result as not found [hbase]

2025-04-11 Thread via GitHub
Apache9 merged PR #6814: URL: https://github.com/apache/hbase/pull/6814 -- 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.apache.

[jira] [Resolved] (HBASE-29191) Use MetaRpcReadTimeout when accessing Meta replicas

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-29191. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.3 2.5.

[jira] [Reopened] (HBASE-29191) Use MetaRpcReadTimeout when accessing Meta replicas

2025-04-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-29191: --- > Use MetaRpcReadTimeout when accessing Meta replicas >

Re: [PR] HBASE-29154 RegionScanner not getting closed when there is an exception in HRegion.closeRegionOperation [hbase]

2025-04-11 Thread via GitHub
Apache9 commented on code in PR #6768: URL: https://github.com/apache/hbase/pull/6768#discussion_r2039570569 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java: ## @@ -3191,9 +3192,20 @@ private RegionScannerImpl getScanner(Scan scan, List additiona

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

2025-04-11 Thread via GitHub
guluo2016 commented on PR #6893: URL: https://github.com/apache/hbase/pull/6893#issuecomment-2796467954 > Also I don't mind having an extra check in CreateTableProcedure to guard against the issue if the procedure is submitted bypassing client I will update this patch according to thi

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

2025-04-11 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-29243. -- Resolution: Fixed Merged into master, branch-3, branch-2 and branch-2.6. Thank

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

2025-04-11 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: 2.6.3 > Fix BucketCache.notifyFileCachingComplete to also account

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

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

[jira] [Updated] (HBASE-29246) Update commons-lang3 to 3.17.0

2025-04-11 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-29246: Description: The current commons-text version coming via Hadoop is incompatible with commons-lang

[jira] [Resolved] (HBASE-29246) Update commons-lang3 to 3.17.0

2025-04-11 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-29246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-29246. - Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.3

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

2025-04-11 Thread via GitHub
stoty merged PR #6895: URL: https://github.com/apache/hbase/pull/6895 -- 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.apache.or

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

2025-04-11 Thread via GitHub
stoty merged PR #6894: URL: https://github.com/apache/hbase/pull/6894 -- 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.apache.or

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

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

[jira] [Created] (HBASE-29255) Integrate backup WAL cleanup logic with the delete command

2025-04-11 Thread Vinayak Hegde (Jira)
Vinayak Hegde created HBASE-29255: - Summary: Integrate backup WAL cleanup logic with the delete command Key: HBASE-29255 URL: https://issues.apache.org/jira/browse/HBASE-29255 Project: HBase

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

2025-04-11 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: -- Description: As part of PITR, WALs are retained to support recovery to a specific timestamp.