[jira] [Commented] (HBASE-28532) remove vulnerable slf4j-log4j12 dependency

2024-04-22 Thread Nikita Pande (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839937#comment-17839937 ] Nikita Pande commented on HBASE-28532: -- [~guluo] agree since I was already updating sl4j.version to

[jira] [Commented] (HBASE-28150) CreateTableProcedure and DeleteTableProcedure should sleep a while before retrying

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839934#comment-17839934 ] Hudson commented on HBASE-28150: Results for branch branch-2.6 [build #101 on

Re: [PR] HBASE-28428 : ConnectionRegistry APIs should have timeout [hbase]

2024-04-22 Thread via GitHub
virajjasani commented on PR #5837: URL: https://github.com/apache/hbase/pull/5837#issuecomment-2071330417 @Apache9 how do we ensure the timeout is considered by AsynFuture? ConnectionRegistry APIs return AsyncFuture so if we implement timeout on AsyncFuture as part of connection registry

Re: [PR] HBASE-28521 Use standard ConnectionRegistry and Client API to get reg… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on code in PR #5825: URL: https://github.com/apache/hbase/pull/5825#discussion_r1575545867 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java: ## @@ -224,36 +184,27 @@ public boolean isAborted() { * Get the list

Re: [PR] HBASE-28464: Make replication ZKWatcher config customizable in extens… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on PR #5785: URL: https://github.com/apache/hbase/pull/5785#issuecomment-2071265510 #5825 is not necessary for solving the problem for this PR, #5835 is enough, as after #5835, we are able to customize the ZKClientConfig through the Configuration map in the

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

[jira] [Commented] (HBASE-28150) CreateTableProcedure and DeleteTableProcedure should sleep a while before retrying

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839861#comment-17839861 ] Hudson commented on HBASE-28150: Results for branch branch-3 [build #191 on

[jira] [Commented] (HBASE-28215) Region reopen procedure should support some sort of throttling

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839860#comment-17839860 ] Hudson commented on HBASE-28215: Results for branch branch-3 [build #191 on

[jira] [Commented] (HBASE-28497) Missing fields in Get.toJSON

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839862#comment-17839862 ] Hudson commented on HBASE-28497: Results for branch branch-3 [build #191 on

[jira] [Commented] (HBASE-28497) Missing fields in Get.toJSON

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839842#comment-17839842 ] Hudson commented on HBASE-28497: Results for branch branch-2.5 [build #515 on

[jira] [Commented] (HBASE-28150) CreateTableProcedure and DeleteTableProcedure should sleep a while before retrying

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839843#comment-17839843 ] Hudson commented on HBASE-28150: Results for branch branch-2.5 [build #515 on

[jira] [Commented] (HBASE-28150) CreateTableProcedure and DeleteTableProcedure should sleep a while before retrying

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839840#comment-17839840 ] Hudson commented on HBASE-28150: Results for branch master [build #1058 on

[jira] [Commented] (HBASE-28497) Missing fields in Get.toJSON

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839839#comment-17839839 ] Hudson commented on HBASE-28497: Results for branch master [build #1058 on

[jira] [Commented] (HBASE-28215) Region reopen procedure should support some sort of throttling

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839838#comment-17839838 ] Hudson commented on HBASE-28215: Results for branch master [build #1058 on

Re: [PR] HBASE-28521 Use standard ConnectionRegistry and Client API to get reg… [hbase]

2024-04-22 Thread via GitHub
anmolnar commented on code in PR #5825: URL: https://github.com/apache/hbase/pull/5825#discussion_r1575308563 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java: ## @@ -224,36 +184,27 @@ public boolean isAborted() { * Get the

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

Re: [PR] HBASE-28529 Use ZKClientConfig instead of system properties when sett… [hbase]

2024-04-22 Thread via GitHub
BukrosSzabolcs commented on PR #5835: URL: https://github.com/apache/hbase/pull/5835#issuecomment-2070648416 @Apache9 I like the flexibility of your solution, it would solve HBASE-28464. Thanks for taking the time and doing this! -- This is an automated message from the Apache Git

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

Re: [PR] HBASE-28420 update the procedure's field to store for ServerRemoteProcedure [hbase]

2024-04-22 Thread via GitHub
Umeshkumar9414 commented on code in PR #5816: URL: https://github.com/apache/hbase/pull/5816#discussion_r1575047329 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerRemoteProcedure.java: ## @@ -113,17 +117,20 @@ protected synchronized void

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

[jira] [Assigned] (HBASE-28544) org.apache.hadoop.hbase.rest.PerformanceEvaluation does not evaluate REST performance

2024-04-22 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reassigned HBASE-28544: --- Assignee: Istvan Toth > org.apache.hadoop.hbase.rest.PerformanceEvaluation does not

Re: [PR] HBASE-28464: Make replication ZKWatcher config customizable in extens… [hbase]

2024-04-22 Thread via GitHub
anmolnar commented on PR #5785: URL: https://github.com/apache/hbase/pull/5785#issuecomment-2070301813 Yep, just checked it and that's exactly what @Apache9 's patch addresses. I suggest submitting #5825 and #5835 first, then rebase this patch and we'll be fine. -- This is an

Re: [PR] HBASE-28464: Make replication ZKWatcher config customizable in extens… [hbase]

2024-04-22 Thread via GitHub
anmolnar commented on PR #5785: URL: https://github.com/apache/hbase/pull/5785#issuecomment-2070253681 > Mind taking a look at [HBASE-28521](https://issues.apache.org/jira/browse/HBASE-28521)? In general, we want to avoid leaking the internal zookeeper, so for replication, we want to use

Re: [PR] HBASE-28464: Make replication ZKWatcher config customizable in extens… [hbase]

2024-04-22 Thread via GitHub
anmolnar commented on code in PR #5785: URL: https://github.com/apache/hbase/pull/5785#discussion_r1575062555 ## hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java: ## @@ -110,6 +112,23 @@ public static RecoverableZooKeeper

Re: [PR] HBASE-28420 update the procedure's field to store for ServerRemoteProcedure [hbase]

2024-04-22 Thread via GitHub
Umeshkumar9414 commented on code in PR #5816: URL: https://github.com/apache/hbase/pull/5816#discussion_r1575047329 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerRemoteProcedure.java: ## @@ -113,17 +117,20 @@ protected synchronized void

[jira] [Commented] (HBASE-28521) Use standard ConnectionRegistry and Client API to get region server list in in replication

2024-04-22 Thread Andor Molnar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839773#comment-17839773 ] Andor Molnar commented on HBASE-28521: -- I really welcome this change. +1 > Use standard

[jira] [Created] (HBASE-28544) org.apache.hadoop.hbase.rest.PerformanceEvaluation does not evaluate REST performance

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28544: --- Summary: org.apache.hadoop.hbase.rest.PerformanceEvaluation does not evaluate REST performance Key: HBASE-28544 URL: https://issues.apache.org/jira/browse/HBASE-28544

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2069590363 > Given there is more work to do here, might as well keep it to 2.7.0+ Got it. Thanks. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
bbeaudreault commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2069584184 Given there is more work to do here, might as well keep it to 2.7.0+ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2069567572 Thanks @ndimiduk . Will merge recently if no other concerns. @bbeaudreault My plan is to apply this to branch-2+, i.e, 2.7.0+, since there are still other under going works to make

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

2024-04-22 Thread via GitHub
jhungund commented on PR #5829: URL: https://github.com/apache/hbase/pull/5829#issuecomment-2069465706 > Please rebase your local branch with the current state of remote [HBASE-28463](https://issues.apache.org/jira/browse/HBASE-28463) then force push your changes to resolve the conflicts.

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

[jira] [Comment Edited] (HBASE-17040) HBase Spark does not work in Kerberos and yarn-master mode

2024-04-22 Thread Nikita Pande (Jira)
[ https://issues.apache.org/jira/browse/HBASE-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839654#comment-17839654 ] Nikita Pande edited comment on HBASE-17040 at 4/22/24 1:13 PM: --- Hi, I have

[jira] [Commented] (HBASE-17040) HBase Spark does not work in Kerberos and yarn-master mode

2024-04-22 Thread Nikita Pande (Jira)
[ https://issues.apache.org/jira/browse/HBASE-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839654#comment-17839654 ] Nikita Pande commented on HBASE-17040: -- Hi, I have faced an issue when I wrote a java hbase client

[jira] [Updated] (HBASE-28543) Multiple issues preventing starting org.apache.hadoop.hbase.rest.PerformanceEvaluation

2024-04-22 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-28543: Summary: Multiple issues preventing starting org.apache.hadoop.hbase.rest.PerformanceEvaluation

[jira] [Created] (HBASE-28543) org.apache.hadoop.hbase.rest.PerformanceEvaluation does not read hbase-site.xml

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28543: --- Summary: org.apache.hadoop.hbase.rest.PerformanceEvaluation does not read hbase-site.xml Key: HBASE-28543 URL: https://issues.apache.org/jira/browse/HBASE-28543

[jira] [Updated] (HBASE-28543) Multiple issues preventing starting org.apache.hadoop.hbase.rest.PerformanceEvaluation

2024-04-22 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated HBASE-28543: Description: I am trying to run org.apache.hadoop.hbase.rest.PerformanceEvaluation. It cannot

[jira] [Updated] (HBASE-24813) ReplicationSource should clear buffer usage on ReplicationSourceManager upon termination

2024-04-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-24813: --- Labels: pull-request-available (was: ) > ReplicationSource should clear buffer usage on

Re: [PR] HBASE-24813 ReplicationSource should clear buffer usage on Replicatio… [hbase]

2024-04-22 Thread via GitHub
1458451310 commented on code in PR #2546: URL: https://github.com/apache/hbase/pull/2546#discussion_r1574592005 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceShipper.java: ## @@ -325,4 +327,53 @@ void stopWorker() { public

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
ndimiduk commented on code in PR #5770: URL: https://github.com/apache/hbase/pull/5770#discussion_r1574542917 ## hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionRegistryFactory.java: ## @@ -17,27 +17,75 @@ */ package org.apache.hadoop.hbase.client;

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

2024-04-22 Thread via GitHub
wchevreuil commented on PR #5829: URL: https://github.com/apache/hbase/pull/5829#issuecomment-2069053516 Please rebase your local branch with the current state of remote HBASE-28463 then force push your changes to resolve the conflicts. -- This is an automated message from the Apache Git

Re: [PR] HBASE-28468: Integrate the data-tiering logic into cache evictions. [hbase]

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

[jira] [Created] (HBASE-28542) Refactoring Data Tiering Management for Improved Extensibility and Maintainability

2024-04-22 Thread Vinayak Hegde (Jira)
Vinayak Hegde created HBASE-28542: - Summary: Refactoring Data Tiering Management for Improved Extensibility and Maintainability Key: HBASE-28542 URL: https://issues.apache.org/jira/browse/HBASE-28542

[jira] [Resolved] (HBASE-28466) Integration of time-based priority logic of bucket cache in prefetch functionality of HBase.

2024-04-22 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-28466. -- Resolution: Fixed Merged into feature branch. Thanks for the contribution,

Re: [PR] HBASE-28466 Integration of time-based priority logic of bucket cache in prefetch functionality of HBase [hbase]

2024-04-22 Thread via GitHub
wchevreuil merged PR #5808: URL: https://github.com/apache/hbase/pull/5808 -- 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-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2068819984 > I was referring to the email thread on https://lists.apache.org/thread/ksw4tb8h22ojwmbn7pqwc7gox70vgzgr > > In my reading the conclusion was that we should not remove the ZK

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

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

Re: [PR] HBASE-28512 Update error prone to 2.26.1 [hbase]

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

[jira] [Created] (HBASE-28541) RegionServer abort when max sequence id wrong

2024-04-22 Thread chaijunjie (Jira)
chaijunjie created HBASE-28541: -- Summary: RegionServer abort when max sequence id wrong Key: HBASE-28541 URL: https://issues.apache.org/jira/browse/HBASE-28541 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-28540) Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner

2024-04-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28540: --- Labels: pull-request-available (was: ) > Cache Results in

[PR] HBASE-28540 Cache Results in org.apache.hadoop.hbase.rest.client.Remo… [hbase]

2024-04-22 Thread via GitHub
stoty opened a new pull request, #5846: URL: https://github.com/apache/hbase/pull/5846 …teHTable.Scanner -- 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,

[jira] [Created] (HBASE-28540) Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28540: --- Summary: Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner Key: HBASE-28540 URL: https://issues.apache.org/jira/browse/HBASE-28540 Project:

[jira] [Updated] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benny Colyn updated HBASE-28539: Attachment:

[jira] [Updated] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benny Colyn updated HBASE-28539: Description: When the backups are stored on a location that is not the DistributedFilesystem

[jira] [Updated] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benny Colyn updated HBASE-28539: Attachment: (was:

[jira] [Updated] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benny Colyn updated HBASE-28539: Attachment:

[jira] [Updated] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benny Colyn updated HBASE-28539: Flags: Patch > Merge of incremental backups fails if backups are on a separate FileSystem >

[jira] [Created] (HBASE-28539) Merge of incremental backups fails if backups are on a separate FileSystem

2024-04-22 Thread Benny Colyn (Jira)
Benny Colyn created HBASE-28539: --- Summary: Merge of incremental backups fails if backups are on a separate FileSystem Key: HBASE-28539 URL: https://issues.apache.org/jira/browse/HBASE-28539 Project:

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
stoty commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2068629529 I was referring to the email thread on https://lists.apache.org/thread/ksw4tb8h22ojwmbn7pqwc7gox70vgzgr In my reading the conclusion was that we should not remove the ZK connection

Re: [PR] HBASE-28512 Update error prone to 2.26.1 [hbase]

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

Re: [PR] HBASE-28420 update the procedure's field to store for ServerRemoteProcedure [hbase]

2024-04-22 Thread via GitHub
Umeshkumar9414 commented on code in PR #5816: URL: https://github.com/apache/hbase/pull/5816#discussion_r1574183543 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerRemoteProcedure.java: ## @@ -137,6 +140,10 @@ synchronized void

[jira] [Work started] (HBASE-28535) Implement a region server level configuration to enable/disable data-tiering

2024-04-22 Thread Janardhan Hungund (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-28535 started by Janardhan Hungund. - > Implement a region server level configuration to enable/disable

[jira] [Assigned] (HBASE-28535) Implement a region server level configuration to enable/disable data-tiering

2024-04-22 Thread Janardhan Hungund (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janardhan Hungund reassigned HBASE-28535: - Assignee: Janardhan Hungund > Implement a region server level configuration to

[jira] [Commented] (HBASE-28497) Missing fields in Get.toJSON

2024-04-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839490#comment-17839490 ] Hudson commented on HBASE-28497: Results for branch branch-2.4 [build #723 on

Re: [PR] HBASE-28420 update the procedure's field to store for ServerRemoteProcedure [hbase]

2024-04-22 Thread via GitHub
Umeshkumar9414 commented on code in PR #5816: URL: https://github.com/apache/hbase/pull/5816#discussion_r1574170676 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerRemoteProcedure.java: ## @@ -137,6 +140,10 @@ synchronized void

Re: [PR] HBASE-28420 update the procedure's field to store for ServerRemoteProcedure [hbase]

2024-04-22 Thread via GitHub
Umeshkumar9414 commented on code in PR #5816: URL: https://github.com/apache/hbase/pull/5816#discussion_r1574170676 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerRemoteProcedure.java: ## @@ -137,6 +140,10 @@ synchronized void

Re: [PR] HBASE-28436 Use connection url to specify the connection registry inf… [hbase]

2024-04-22 Thread via GitHub
Apache9 commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2068557401 Ah, maybe I misguided you... I do not mean we want to completely remove zookeeper in 3.0.0 release, we just want to provide a way to hide zookeeper inside HBase, beside the zookeeper