[jira] [Resolved] (HBASE-25741) Deadlock during peer cleanup with NoNodeException

2021-05-05 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada resolved HBASE-25741. -- Resolution: Fixed > Deadlock during peer cleanup with NoNodeException >

[jira] [Created] (HBASE-25856) Vulnerabilities found when serializing enum value

2021-05-05 Thread junwen yang (Jira)
junwen yang created HBASE-25856: --- Summary: Vulnerabilities found when serializing enum value Key: HBASE-25856 URL: https://issues.apache.org/jira/browse/HBASE-25856 Project: HBase Issue Type:

[jira] [Created] (HBASE-25855) Fix typo in jersey relocation path

2021-05-05 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-25855: Summary: Fix typo in jersey relocation path Key: HBASE-25855 URL: https://issues.apache.org/jira/browse/HBASE-25855 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-25797) Batch version of checkAndMutate on AsyncTable always returns false

2021-05-05 Thread Hochul Shin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hochul Shin resolved HBASE-25797. - Resolution: Fixed > Batch version of checkAndMutate on AsyncTable always returns false >

Re: [DISCUSS] Next 2.x releases

2021-05-05 Thread Andrew Purtell
Thanks Duo. I assigned this to myself, but if anyone is reading this who wants to do it right now, please take the issue. I will get to it in the next couple of months as part of more generally preparing for a 2.5.0. I do think we will want the new minor release some time this year, as the

[jira] [Created] (HBASE-25854) Remove redundant AM in-memory state changes in CatalogJanitor

2021-05-05 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-25854: --- Summary: Remove redundant AM in-memory state changes in CatalogJanitor Key: HBASE-25854 URL: https://issues.apache.org/jira/browse/HBASE-25854 Project:

[DISCUSS] jshell support

2021-05-05 Thread Nick Dimiduk
Heya, I'd like to get a little discussion going about this before anything gets merged. I posted up a simple patch via HBASE-25841. All it does is add an `hbase jshell` command to our bash script. I added this because I had an itch that was well satisfied by the feature. Easy access to a bare

Re: 2.4.3 RC next week

2021-05-05 Thread Andrew Purtell
Sure. I am still working on tidying some nits in assignment but this work will be complete by the end of the week. Also not blockers. So, let’s just say I will respin RC0 on Friday, so tests can run over the weekend, and we start the vote on Monday. Please let me know if that’s not going to

Re: [DISCUSS] Next 2.x releases

2021-05-05 Thread Duo Zhang
Filed HBASE-25853 for backporting tracing. Sean Busbey 于2021年5月5日周三 上午7:20写道: > My understanding is that backup work is not ready for inclusion in 2.x. > > The talk of removing it from the master branch and proposed adoption of the > feature through more involvement from some community members

[jira] [Created] (HBASE-25853) Backport HBASE-22120 to branch-2

2021-05-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-25853: - Summary: Backport HBASE-22120 to branch-2 Key: HBASE-25853 URL: https://issues.apache.org/jira/browse/HBASE-25853 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-25852) Move all the intialization work of LoadBalancer implementation to initialize method

2021-05-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-25852: - Summary: Move all the intialization work of LoadBalancer implementation to initialize method Key: HBASE-25852 URL: https://issues.apache.org/jira/browse/HBASE-25852

[jira] [Created] (HBASE-25851) Make LoadBalancer not extend Configured interface

2021-05-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-25851: - Summary: Make LoadBalancer not extend Configured interface Key: HBASE-25851 URL: https://issues.apache.org/jira/browse/HBASE-25851 Project: HBase Issue Type:

Re: 2.4.3 RC next week

2021-05-05 Thread Viraj Jasani
I think sometime next week should be fine. I am also counting on one feature backport and one bugfix to land on 2.4. It might take a couple more days. They are not blockers for 2.4.3 as such but good to have them (if we can get them in on time). On Wed, 5 May 2021 at 2:20 AM, Andrew Purtell

[jira] [Created] (HBASE-25850) Fix spotbugs warnings on branch-2

2021-05-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-25850: - Summary: Fix spotbugs warnings on branch-2 Key: HBASE-25850 URL: https://issues.apache.org/jira/browse/HBASE-25850 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-25834) Remove balanceTable method from LoadBalancer interface

2021-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25834. --- Fix Version/s: 2.5.0 3.0.0-alpha-1 Hadoop Flags: Reviewed Release Note:

[jira] [Resolved] (HBASE-25838) Use double instead of Double in StochasticLoadBalancer

2021-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25838. --- Fix Version/s: 2.3.6 2.4.3 2.5.0

[jira] [Resolved] (HBASE-25846) Backport 'HBASE-25825 RSGroupBasedLoadBalancer.onConfigurationChange should chain the request to internal balancer' to branch-1

2021-05-05 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan resolved HBASE-25846. --- Hadoop Flags: Reviewed Resolution: Fixed > Backport 'HBASE-25825

[jira] [Created] (HBASE-25849) Backport "HBASE-22738 Fallback to default group to choose RS when there are no RS in current group" and "HBASE-24760 Add a config hbase.rsgroup.fallback.enable for RSGro

2021-05-05 Thread Caroline Zhou (Jira)
Caroline Zhou created HBASE-25849: - Summary: Backport "HBASE-22738 Fallback to default group to choose RS when there are no RS in current group" and "HBASE-24760 Add a config hbase.rsgroup.fallback.enable for RSGroup fallback feature" to

[jira] [Created] (HBASE-25848) Add flexibility to backup replication in case replication filter throws an exception

2021-05-05 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25848: --- Summary: Add flexibility to backup replication in case replication filter throws an exception Key: HBASE-25848 URL: https://issues.apache.org/jira/browse/HBASE-25848