[jira] [Created] (HBASE-28499) Use the latest Httpclient/Httpcore 5.x in HBase

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28499: --- Summary: Use the latest Httpclient/Httpcore 5.x in HBase Key: HBASE-28499 URL: https://issues.apache.org/jira/browse/HBASE-28499 Project: HBase Issue Type: Im

[jira] [Updated] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-28489: Description: The REST server (and java client) currently does not implement sessions. While is no

[jira] [Reopened] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reopened HBASE-28489: - My assumption that the REST interface is stateless was incorrect. Scan objects are maintained on the

[jira] [Updated] (HBASE-28489) Implement HTTP session support in REST server and client for default auth

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-28489: Summary: Implement HTTP session support in REST server and client for default auth (was: Implemen

[jira] [Commented] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834814#comment-17834814 ] Istvan Toth commented on HBASE-28489: - Which means that default/BASIC auth cannot be

[jira] [Comment Edited] (HBASE-28489) Implement HTTP session support in REST server and client for default auth

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834814#comment-17834814 ] Istvan Toth edited comment on HBASE-28489 at 4/8/24 7:37 AM: -

[jira] [Created] (HBASE-28500) Rest Java client library assumes stateless servers

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28500: --- Summary: Rest Java client library assumes stateless servers Key: HBASE-28500 URL: https://issues.apache.org/jira/browse/HBASE-28500 Project: HBase Issue Type:

[jira] [Commented] (HBASE-28447) New configuration to override the hfile specific blocksize

2024-04-08 Thread Gourab Taparia (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834845#comment-17834845 ] Gourab Taparia commented on HBASE-28447: [~apurtell] It will be while for me to

[jira] [Created] (HBASE-28501) Support non-SPNEGO authentication methods in REST java client library

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28501: --- Summary: Support non-SPNEGO authentication methods in REST java client library Key: HBASE-28501 URL: https://issues.apache.org/jira/browse/HBASE-28501 Project: HBase

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
wchevreuil commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2042252076 LTGM, can we just address latest spotless failure? -- 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

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
vinayakphegde commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2042266090 > LTGM, can we just address latest spotless failure? That's because of the Javadoc in the `TestDataTieringManager` class, where I included the structure of the `TestDataTieringM

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
wchevreuil commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r167693 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2042385473 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 29s | Docke

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
ragarkar commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1555615766 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
kabhishek4 commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1555616907 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
kabhishek4 commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1555616907 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
ragarkar commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1555623367 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

[jira] [Created] (HBASE-28502) Backup manifest of full backup contains incomplete table list

2024-04-08 Thread thomassarens (Jira)
thomassarens created HBASE-28502: Summary: Backup manifest of full backup contains incomplete table list Key: HBASE-28502 URL: https://issues.apache.org/jira/browse/HBASE-28502 Project: HBase

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
kabhishek4 commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1555630761 ## hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java: ## @@ -336,6 +337,62 @@ public void testPrefetchDoesntSkipRefs() throws Exception {

[jira] [Updated] (HBASE-28502) Backup manifest of full backup contains incomplete table list

2024-04-08 Thread thomassarens (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomassarens updated HBASE-28502: - Description: Noticed that the {{BackupManifest#getTableNames}} is returning only a single table

[jira] [Commented] (HBASE-28485) Re-use ZstdDecompressCtx/ZstdCompressCtx for performance

2024-04-08 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834904#comment-17834904 ] Charles Connell commented on HBASE-28485: - [~apurtell] since you are the author

[jira] [Updated] (HBASE-28485) Re-use ZstdDecompressCtx/ZstdCompressCtx for performance

2024-04-08 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-28485: Description: The zstd documentation [recommends|https://facebook.github.io/zstd/zstd_manua

Re: [PR] HBASE-28405 - Fix failed procedure rollback when region was not close… [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5799: URL: https://github.com/apache/hbase/pull/5799#issuecomment-2042635972 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s | Docke

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
jhungund commented on code in PR #5793: URL: https://github.com/apache/hbase/pull/5793#discussion_r1555814598 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DataTieringManager.java: ## @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5605: URL: https://github.com/apache/hbase/pull/5605#issuecomment-2042745968 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docker

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
vinayakphegde commented on code in PR #5793: URL: https://github.com/apache/hbase/pull/5793#discussion_r1555847930 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DataTieringManager.java: ## @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
jhungund commented on code in PR #5793: URL: https://github.com/apache/hbase/pull/5793#discussion_r1555856302 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DataTieringManager.java: ## @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Created] (HBASE-28503) Keep entries in draining ZNode when HMaster is configured to reject decommissioned hosts

2024-04-08 Thread Ahmad Alhour (Jira)
Ahmad Alhour created HBASE-28503: Summary: Keep entries in draining ZNode when HMaster is configured to reject decommissioned hosts Key: HBASE-28503 URL: https://issues.apache.org/jira/browse/HBASE-28503

[jira] [Updated] (HBASE-28503) Keep entries in draining ZNode when HMaster is configured to reject decommissioned hosts

2024-04-08 Thread Ahmad Alhour (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmad Alhour updated HBASE-28503: - Description: Last month we shipped a config feature to allow the HMaster to reject decommission

[jira] [Assigned] (HBASE-28503) Keep entries in draining ZNode when HMaster is configured to reject decommissioned hosts

2024-04-08 Thread Ahmad Alhour (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmad Alhour reassigned HBASE-28503: Assignee: Ahmad Alhour > Keep entries in draining ZNode when HMaster is configured to rej

[jira] [Commented] (HBASE-28437) Region Server crash in our production environment.

2024-04-08 Thread chaijunjie (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834940#comment-17834940 ] chaijunjie commented on HBASE-28437: It is similar as https://issues.apache.org/jira

[jira] [Comment Edited] (HBASE-28437) Region Server crash in our production environment.

2024-04-08 Thread chaijunjie (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834940#comment-17834940 ] chaijunjie edited comment on HBASE-28437 at 4/8/24 2:22 PM:

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2042894870 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 56s | Docke

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2042968954 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36s | Docker

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
vinayakphegde commented on PR #5793: URL: https://github.com/apache/hbase/pull/5793#issuecomment-2043004482 @wchevreuil, it seems like most of the tests have passed, and any failures were due to flaky tests. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] HBASE-28465 Implementation of framework for time-based priority bucket-cache [hbase]

2024-04-08 Thread via GitHub
wchevreuil merged PR #5793: URL: https://github.com/apache/hbase/pull/5793 -- 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

[jira] [Resolved] (HBASE-28465) Implementation of framework for time-based priority bucket-cache.

2024-04-08 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-28465. -- Resolution: Fixed Merged into the [HBASE-28463|https://github.com/apache/hbase

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
apurtell commented on code in PR #5797: URL: https://github.com/apache/hbase/pull/5797#discussion_r1556053315 ## hbase-compression/hbase-compression-zstd/src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCompressor.java: ## @@ -170,6 +170,13 @@ public void reset() {

[jira] [Commented] (HBASE-28485) Re-use ZstdDecompressCtx/ZstdCompressCtx for performance

2024-04-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834962#comment-17834962 ] Andrew Kyle Purtell commented on HBASE-28485: - [~charlesconnell] thank you.

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
apurtell commented on PR #5797: URL: https://github.com/apache/hbase/pull/5797#issuecomment-2043090038 A note for any other reviewers. The difference between failed precommit runs and successful ones is [d6843d3](https://github.com/apache/hbase/pull/5797/commits/d6843d3958aa6f8b1b03024e29f1

[jira] [Commented] (HBASE-28447) New configuration to override the hfile specific blocksize

2024-04-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834963#comment-17834963 ] Andrew Kyle Purtell commented on HBASE-28447: - (y) > New configuration to o

[jira] [Assigned] (HBASE-28447) New configuration to override the hfile specific blocksize

2024-04-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reassigned HBASE-28447: --- Assignee: Andrew Kyle Purtell (was: Gourab Taparia) > New configuration to

[jira] [Updated] (HBASE-28447) New configuration to override the hfile specific blocksize

2024-04-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-28447: Fix Version/s: 2.6.0 2.7.0 3.0.0-beta-2

Re: [PR] HBASE-28405 - Fix failed procedure rollback when region was not close… [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5799: URL: https://github.com/apache/hbase/pull/5799#issuecomment-2043161214 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s | Docker

Re: [PR] HBASE-28405 - Fix failed procedure rollback when region was not close… [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5799: URL: https://github.com/apache/hbase/pull/5799#issuecomment-2043165670 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s | Docker

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5605: URL: https://github.com/apache/hbase/pull/5605#issuecomment-2043190919 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 30s | Docke

Re: [PR] HBASE-28405 - Fix failed procedure rollback when region was not close… [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5799: URL: https://github.com/apache/hbase/pull/5799#issuecomment-2043228894 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 28s | Docker

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5605: URL: https://github.com/apache/hbase/pull/5605#issuecomment-2043233488 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 35s | Docke

[jira] [Updated] (HBASE-28485) Re-use ZstdDecompressCtx/ZstdCompressCtx for performance

2024-04-08 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-28485: Status: Patch Available (was: Open) > Re-use ZstdDecompressCtx/ZstdCompressCtx for perfor

Re: [PR] HBASE-28292 Make Delay prefetch property to be dynamically configured [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5605: URL: https://github.com/apache/hbase/pull/5605#issuecomment-2043319729 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 15s | Docke

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5797: URL: https://github.com/apache/hbase/pull/5797#issuecomment-2043320252 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s | Docke

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5797: URL: https://github.com/apache/hbase/pull/5797#issuecomment-2043320760 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 0s | Docke

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5797: URL: https://github.com/apache/hbase/pull/5797#issuecomment-2043323670 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s | Docke

Re: [PR] HBASE-28485: Re-use ZstdDecompressCtx/ZstdCompressCtx for performance [hbase]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #5797: URL: https://github.com/apache/hbase/pull/5797#issuecomment-2043324987 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s | Docke

[jira] [Commented] (HBASE-28183) It's impossible to re-enable the quota table if it gets disabled

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

[jira] [Commented] (HBASE-28478) Remove the hbase1 compatible code in FixedFileTrailer

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

[jira] [Commented] (HBASE-28481) Prompting table already exists after failing to create table with many region replications

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

[jira] [Commented] (HBASE-28457) Introduce a version field in file based tracker record

2024-04-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835037#comment-17835037 ] Hudson commented on HBASE-28457: Results for branch branch-2.5 [build #506 on b

[jira] [Commented] (HBASE-28481) Prompting table already exists after failing to create table with many region replications

2024-04-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835038#comment-17835038 ] Hudson commented on HBASE-28481: Results for branch branch-2.5 [build #506 on b

[jira] [Commented] (HBASE-28183) It's impossible to re-enable the quota table if it gets disabled

2024-04-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835039#comment-17835039 ] Hudson commented on HBASE-28183: Results for branch branch-2.5 [build #506 on b

Re: [PR] HBASE-26192 Master UI hbck should provide a JSON formatted output option [hbase]

2024-04-08 Thread via GitHub
apurtell commented on PR #5772: URL: https://github.com/apache/hbase/pull/5772#issuecomment-2043644217 No further comments, going to merge. Thank you @mihir6692 for the contribution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] HBASE-26192 Master UI hbck should provide a JSON formatted output option [hbase]

2024-04-08 Thread via GitHub
apurtell commented on PR #5780: URL: https://github.com/apache/hbase/pull/5780#issuecomment-2043644026 No further comments, going to merge. Thank you @mihir6692 for the contribution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] HBASE-26192 Master UI hbck should provide a JSON formatted output option [hbase]

2024-04-08 Thread via GitHub
apurtell merged PR #5772: URL: https://github.com/apache/hbase/pull/5772 -- 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] [Commented] (HBASE-28457) Introduce a version field in file based tracker record

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

[jira] [Commented] (HBASE-28183) It's impossible to re-enable the quota table if it gets disabled

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

[jira] [Commented] (HBASE-28478) Remove the hbase1 compatible code in FixedFileTrailer

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

[jira] [Commented] (HBASE-28481) Prompting table already exists after failing to create table with many region replications

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

Re: [PR] HBASE-26192 Master UI hbck should provide a JSON formatted output option [hbase]

2024-04-08 Thread via GitHub
apurtell merged PR #5780: URL: https://github.com/apache/hbase/pull/5780 -- 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] [Updated] (HBASE-26192) Master UI hbck should provide a JSON formatted output option

2024-04-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26192: Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Pa

[jira] [Assigned] (HBASE-28493) [hbase-thirdparty] Bump protobuf version

2024-04-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-28493: - Assignee: Duo Zhang > [hbase-thirdparty] Bump protobuf version > --

[jira] [Work started] (HBASE-28493) [hbase-thirdparty] Bump protobuf version

2024-04-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28493 started by Duo Zhang. - > [hbase-thirdparty] Bump protobuf version >

[jira] [Updated] (HBASE-28493) [hbase-thirdparty] Bump protobuf version

2024-04-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-28493: -- Release Note: Bump protobuf-java from 3.25.2 to 4.26.1. > [hbase-thirdparty] Bump protobuf version > -

Re: [PR] HBASE-28493 [hbase-thirdparty] Bump protobuf version [hbase-thirdparty]

2024-04-08 Thread via GitHub
Apache-HBase commented on PR #117: URL: https://github.com/apache/hbase-thirdparty/pull/117#issuecomment-2044132631 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 45s

Re: [PR] HBASE-28405 - Fix failed procedure rollback when region was not close… [hbase]

2024-04-08 Thread via GitHub
mnpoonia commented on PR #5799: URL: https://github.com/apache/hbase/pull/5799#issuecomment-2044165443 > The latest fix LGTM. > > Could we add a UT for this case? Trying to write a test. Little tricky as i haven't looked at ProcedureTestingUtility as of now. Will see what i can

[jira] [Created] (HBASE-28504) Implement eviction logic for scanners in Rest APIs to prevent scanner leakage

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28504: --- Summary: Implement eviction logic for scanners in Rest APIs to prevent scanner leakage Key: HBASE-28504 URL: https://issues.apache.org/jira/browse/HBASE-28504 Project:

[jira] [Commented] (HBASE-28504) Implement eviction logic for scanners in Rest APIs to prevent scanner leakage

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835143#comment-17835143 ] Istvan Toth commented on HBASE-28504: - This was originally reported by [~ankit]. >

[jira] [Commented] (HBASE-28420) Aborting Active HMaster is not rejecting remote Procedure Reports

2024-04-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835166#comment-17835166 ] Duo Zhang commented on HBASE-28420: --- Any updates here? [~umesh9414] > Aborting Active

Re: [PR] HBASE-28298 Fix HFilePrettyPrinter thrown NoSuchMethodError about Met… [hbase]

2024-04-08 Thread via GitHub
Apache9 commented on PR #5783: URL: https://github.com/apache/hbase/pull/5783#issuecomment-2044248091 Mind putting up the `mvn dependency:tree` result before and after the PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an