[jira] [Created] (HBASE-24659) Calcuate FIXED_OVERHEAD automatically

2020-06-29 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24659: - Summary: Calcuate FIXED_OVERHEAD automatically Key: HBASE-24659 URL: https://issues.apache.org/jira/browse/HBASE-24659 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-24658) Update PolicyBasedChaosMonkey to use a thread pool

2020-06-29 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24658: Summary: Update PolicyBasedChaosMonkey to use a thread pool Key: HBASE-24658 URL: https://issues.apache.org/jira/browse/HBASE-24658 Project: HBase Issue

[jira] [Resolved] (HBASE-24648) Remove the legacy 'forceSplit' related code at region server side

2020-06-29 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24648. --- Resolution: Fixed Re-resolving after pushing small addendum. > Remove the legacy

[jira] [Reopened] (HBASE-24648) Remove the legacy 'forceSplit' related code at region server side

2020-06-29 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack reopened HBASE-24648: --- Reopen to apply addendum to fix heap size calcuation in HRegion. > Remove the legacy

[jira] [Created] (HBASE-24657) JsonBean representation of metrics at /jmx endpoint now quotes all numbers

2020-06-29 Thread David Manning (Jira)
David Manning created HBASE-24657: - Summary: JsonBean representation of metrics at /jmx endpoint now quotes all numbers Key: HBASE-24657 URL: https://issues.apache.org/jira/browse/HBASE-24657

[VOTE] Second release candidate for HBase 2.3.0 (RC1) is available

2020-06-29 Thread Nick Dimiduk
Please vote on this Apache hbase release candidate, hbase-2.3.0RC1 The VOTE will remain open for at least 72 hours. [ ] +1 Release this package as Apache hbase 2.3.0 [ ] -1 Do not release this package because ... The tag to be voted on is 2.3.0RC1:

[jira] [Created] (HBASE-24656) [Flakey Tests] branch-2 TestMasterNoCluster.testStopDuringStart

2020-06-29 Thread Michael Stack (Jira)
Michael Stack created HBASE-24656: - Summary: [Flakey Tests] branch-2 TestMasterNoCluster.testStopDuringStart Key: HBASE-24656 URL: https://issues.apache.org/jira/browse/HBASE-24656 Project: HBase

[jira] [Created] (HBASE-24655) Address asciidoc warnings about images

2020-06-29 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24655: Summary: Address asciidoc warnings about images Key: HBASE-24655 URL: https://issues.apache.org/jira/browse/HBASE-24655 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-24552) Replica region needs to check if primary region directory exists at file system in TransitRegionStateProcedure

2020-06-29 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun resolved HBASE-24552. -- Fix Version/s: 2.3.0 3.0.0-alpha-1 Resolution: Fixed > Replica

[jira] [Resolved] (HBASE-24144) Update docs from master

2020-06-29 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-24144. -- Resolution: Fixed > Update docs from master > --- > >

[jira] [Resolved] (HBASE-24648) Remove the legacy 'forceSplit' related code at region server side

2020-06-29 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24648. --- Resolution: Fixed Pushed to branch-2+. Thanks [~vjasani] for reviewing. > Remove the legacy

[jira] [Resolved] (HBASE-24117) Shutdown AssignmentManager before ProcedureExecutor may cause SCP to accidentally skip assigning a region

2020-06-29 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24117. --- Hadoop Flags: Reviewed Resolution: Fixed Thanks [~ndimiduk]. Resolved. > Shutdown

Re: [DISCUSS] Normalizer and pre-split tables

2020-06-29 Thread Nick Dimiduk
On Mon, Jun 29, 2020 at 7:13 AM Whitney Jackson wrote: > > The trouble is we ship defaults for all of the `*min*` configs, and right > now there's no way to "unset" them, disable the functionality. > > Why is that the case? Can I not just set > hbase.normalizer.merge.min_region_size.mb to 0? Do

[jira] [Resolved] (HBASE-24644) Add a clause to the book noting that sometimes we short-circuit the deprecation cycle

2020-06-29 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-24644. -- Fix Version/s: 3.0.0-alpha-1 Resolution: Fixed > Add a clause to the book noting that

Re: [DISCUSS] Normalizer and pre-split tables

2020-06-29 Thread Whitney Jackson
I was just facing the many-zero-sized-regions issue last week and pondering how best to approach it. So ++ for this work! > The trouble is we ship defaults for all of the `*min*` configs, and right now there's no way to "unset" them, disable the functionality. Why is that the case? Can I not

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September

Re: [DISCUSS] Normalizer and pre-split tables

2020-06-29 Thread Wellington Chevreuil
> > The trouble is we ship defaults for all of the `*min*` configs, and right > now there's no way to "unset" them, disable the functionality. Which means > there still isn't a way to support the empty regions use-case without > awkward special-case checks. > HBASE-23562 added a RegionsMerger

[jira] [Created] (HBASE-24654) Allow unset table's rsgroup

2020-06-29 Thread Sun Xin (Jira)
Sun Xin created HBASE-24654: --- Summary: Allow unset table's rsgroup Key: HBASE-24654 URL: https://issues.apache.org/jira/browse/HBASE-24654 Project: HBase Issue Type: New Feature