[jira] [Resolved] (HBASE-27458) Use ReadWriteLock for region scanner readpoint map

2023-03-01 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaolin Ha resolved HBASE-27458. Resolution: Fixed Merged to master and branch-2+, thanks [~frostruan] for contributing, and

Re: [Discuss] Mapreduce based major compactions to minimise compactions overhead in HBase cluster

2023-03-01 Thread Nick Dimiduk
Hi Rajeshbabu, I think that compaction management and execution are important areas for experimentation and growth of HBase. I’m more interested in the harness and APIs that make an implementation possible than in any specific implementation. I’d also like to see consideration for a cluster-wide

Re: [Discuss] Mapreduce based major compactions to minimise compactions overhead in HBase cluster

2023-03-01 Thread Andrew Purtell
Hi Rajesbabu, You have proposed a solution without describing the problem. Please do that first. That said, compaction is fundamental to HBase operation and should have no external dependency on a particular compute framework. Especially MapReduce, which is out of favor and deprecated in many

[Discuss] Mapreduce based major compactions to minimise compactions overhead in HBase cluster

2023-03-01 Thread rajeshb...@apache.org
Hi Team, I would just like to discuss the new compactor implementation to run major compactions through mapreduce job(which are best fit for merge sorting applications) I have a high level plan and would like to check with you before proceeding with detailed design and implementation to know any

[jira] [Created] (HBASE-27681) Refactor Table Latency Metrics

2023-03-01 Thread tianhang tang (Jira)
tianhang tang created HBASE-27681: - Summary: Refactor Table Latency Metrics Key: HBASE-27681 URL: https://issues.apache.org/jira/browse/HBASE-27681 Project: HBase Issue Type: Improvement

[jira] [Resolved] (HBASE-26491) I can't read/write a Hbase table by spark-hbase connector when the table is in non-default namespace

2023-03-01 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-26491. - Resolution: Duplicate > I can't read/write a Hbase table by spark-hbase connector when the

[jira] [Reopened] (HBASE-23983) Spotbugs warning complain on master build

2023-03-01 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reopened HBASE-23983: -- Reopening for backport. > Spotbugs warning complain on master build >

[jira] [Created] (HBASE-27680) Bump hbase to 2.4.16, hadoop to 3.1.2 and spark to 3.2.3 for hbase-connectors

2023-03-01 Thread Nihal Jain (Jira)
Nihal Jain created HBASE-27680: -- Summary: Bump hbase to 2.4.16, hadoop to 3.1.2 and spark to 3.2.3 for hbase-connectors Key: HBASE-27680 URL: https://issues.apache.org/jira/browse/HBASE-27680 Project:

[jira] [Resolved] (HBASE-23102) Improper Usage of Map putIfAbsent

2023-03-01 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-23102. -- Resolution: Fixed Backported to 2.6 and 2.5. > Improper Usage of Map putIfAbsent >

[jira] [Resolved] (HBASE-27673) Fix mTLS client hostname verification

2023-03-01 Thread Balazs Meszaros (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Balazs Meszaros resolved HBASE-27673. - Fix Version/s: 2.6.0 3.0.0-alpha-4 Resolution: Fixed > Fix

[jira] [Resolved] (HBASE-27639) Support hbase-connectors compilation with HBase 2.5.3, Hadoop 3.2.4 and Spark 3.2.3

2023-03-01 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-27639. --- Fix Version/s: hbase-connectors-1.1.0 Resolution: Fixed Merged to master. Thanks for