[jira] [Reopened] (HBASE-27897) ConnectionImplementation#locateRegionInMeta should pause and retry when taking user region lock failed

2023-07-11 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi reopened HBASE-27897: --- An incorrect cherry-pick to branch-2.4 causes test failures. >

[jira] [Resolved] (HBASE-27798) Client side should back off based on wait interval in RpcThrottlingException

2023-07-11 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault resolved HBASE-27798. --- Release Note: When throttling quotas are enabled, clients will now respect the wait

hbase-client compatibility issues

2023-07-11 Thread wangmiao
Hello Team, We are working on a cluster and upgrading the hbase version from 1.2.0 to 2.4.9. The client's hbase-client version is still 1.2.0. There was an issue accessing 2.4.9. After region migration, the client will not recognize the new region information and the following error will

[jira] [Created] (HBASE-27971) MetaRWQueueRpcExecutor should extend FastPathRWQueueRpcExecutor

2023-07-11 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27971: - Summary: MetaRWQueueRpcExecutor should extend FastPathRWQueueRpcExecutor Key: HBASE-27971 URL: https://issues.apache.org/jira/browse/HBASE-27971 Project:

[jira] [Created] (HBASE-27970) Make sync replication also work with FSHLog

2023-07-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27970: - Summary: Make sync replication also work with FSHLog Key: HBASE-27970 URL: https://issues.apache.org/jira/browse/HBASE-27970 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-27897) ConnectionImplementation#locateRegionInMeta should pause and retry when taking user region lock failed

2023-07-11 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-27897. --- Resolution: Fixed Merted the addendum to branch-2.4. Thanks for the review, [~zhangduo]! >

[jira] [Resolved] (HBASE-27969) TableReplicationQueueStorage.hasData does not work as expected

2023-07-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27969. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to master and branch-3. Thanks [~heliangjun]