Re: [DISCUSS] Working in master or feature branch for WAL refactoring?

2018-09-25 Thread Josh Elser
Thanks, Sean. Like Duo says, I think we can't "hide" this stuff. For the most part, it shouldn't affect how the system works, but that is both a good thing and a bad thing (when we do introduce a bug). Thanks for weighing in too, Duo! I'm not worried about the logistics of doing the merge

Re: [DISCUSS] Working in master or feature branch for WAL refactoring?

2018-09-25 Thread Duo Zhang
For WAL, it is the core of HBase so please use a feature branch. And when merging, it is not a big problem if there are -1s, you just need to have 3 more +1s, according to the asf rule? And in my experience, merging things into master branch is not very hard. Thanks. Sean Busbey 于2018年9月26日周三

[jira] [Created] (HBASE-21232) Show table state in Tables view on Master home page

2018-09-25 Thread stack (JIRA)
stack created HBASE-21232: - Summary: Show table state in Tables view on Master home page Key: HBASE-21232 URL: https://issues.apache.org/jira/browse/HBASE-21232 Project: HBase Issue Type: Bug

Re: [DISCUSS] Working in master or feature branch for WAL refactoring?

2018-09-25 Thread Sean Busbey
I became an advocate of feature branches instead of incremental changes on master after having to deal with the fall out of half-done features that added drag in the codebase but never made it to a state where downstream users could reliably interact with the feature. A specific example that leaps

[jira] [Created] (HBASE-21231) Add documentation for MajorCompactor

2018-09-25 Thread Balazs Meszaros (JIRA)
Balazs Meszaros created HBASE-21231: --- Summary: Add documentation for MajorCompactor Key: HBASE-21231 URL: https://issues.apache.org/jira/browse/HBASE-21231 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-21230) BackupUtils#checkTargetDir doesn't compose error message correctly

2018-09-25 Thread Ted Yu (JIRA)
Ted Yu created HBASE-21230: -- Summary: BackupUtils#checkTargetDir doesn't compose error message correctly Key: HBASE-21230 URL: https://issues.apache.org/jira/browse/HBASE-21230 Project: HBase

[jira] [Resolved] (HBASE-14707) NPE spew getting metrics via jmx

2018-09-25 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-14707. --- Resolution: Cannot Reproduce Not seen in a while and not enough info to reproduce. The JVM used for

[jira] [Resolved] (HBASE-14950) Create table with AC fails when quota is enabled

2018-09-25 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved HBASE-14950. --- Resolution: Cannot Reproduce > Create table with AC fails when quota is enabled >

[jira] [Created] (HBASE-21229) Add a nightly check that client-server wire compatibility works

2018-09-25 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-21229: --- Summary: Add a nightly check that client-server wire compatibility works Key: HBASE-21229 URL: https://issues.apache.org/jira/browse/HBASE-21229 Project: HBase

[DISCUSS] Working in master or feature branch for WAL refactoring?

2018-09-25 Thread Josh Elser
Hi, Under the umbrella of HBASE-20951, we had initial said that we'd start landing code changes on a feature branch when we get there. Sergey S asked the good question to me the other day: "why a feature branch and not master?" Honestly, I don't have a good answer. The goal in

[jira] [Created] (HBASE-21228) Memory leak since AbstractFSWAL caches Thread object and never clean later

2018-09-25 Thread Allan Yang (JIRA)
Allan Yang created HBASE-21228: -- Summary: Memory leak since AbstractFSWAL caches Thread object and never clean later Key: HBASE-21228 URL: https://issues.apache.org/jira/browse/HBASE-21228 Project:

[jira] [Created] (HBASE-21227) Implement exponential retrying backoff for Assign/UnassignRegionHandler introduced in HBASE-21217

2018-09-25 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21227: - Summary: Implement exponential retrying backoff for Assign/UnassignRegionHandler introduced in HBASE-21217 Key: HBASE-21227 URL: https://issues.apache.org/jira/browse/HBASE-21227

[jira] [Created] (HBASE-21226) Revisit the close region related code at RS side

2018-09-25 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21226: - Summary: Revisit the close region related code at RS side Key: HBASE-21226 URL: https://issues.apache.org/jira/browse/HBASE-21226 Project: HBase Issue Type:

[jira] [Created] (HBASE-21225) Having RPC & Space quota on a table doesn't allow space quota to be removed using 'NONE'

2018-09-25 Thread Sakthi (JIRA)
Sakthi created HBASE-21225: -- Summary: Having RPC & Space quota on a table doesn't allow space quota to be removed using 'NONE' Key: HBASE-21225 URL: https://issues.apache.org/jira/browse/HBASE-21225

[jira] [Created] (HBASE-21224) Handle compaction queue duplication

2018-09-25 Thread Xu Cang (JIRA)
Xu Cang created HBASE-21224: --- Summary: Handle compaction queue duplication Key: HBASE-21224 URL: https://issues.apache.org/jira/browse/HBASE-21224 Project: HBase Issue Type: Improvement