[jira] [Created] (HBASE-20633) Dropping a table containing a disable violation policy fails to remove the quota upon table delete

2018-05-23 Thread Nihal Jain (JIRA)
Nihal Jain created HBASE-20633: -- Summary: Dropping a table containing a disable violation policy fails to remove the quota upon table delete Key: HBASE-20633 URL: https://issues.apache.org/jira/browse/HBASE-20633

[jira] [Reopened] (HBASE-20627) Relocate RS Group pre/post hooks from RSGroupAdminServer to RSGroupAdminEndpoint

2018-05-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-20627: > Relocate RS Group pre/post hooks from RSGroupAdminServer to > RSGroupAdminEndpoint >

[jira] [Created] (HBASE-20632) Failure of RSes belonging to RSgroup for System tables makes the cluster unavailable

2018-05-23 Thread Biju Nair (JIRA)
Biju Nair created HBASE-20632: - Summary: Failure of RSes belonging to RSgroup for System tables makes the cluster unavailable Key: HBASE-20632 URL: https://issues.apache.org/jira/browse/HBASE-20632

[jira] [Created] (HBASE-20631) B: Merge command enhancements

2018-05-23 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-20631: - Summary: B: Merge command enhancements Key: HBASE-20631 URL: https://issues.apache.org/jira/browse/HBASE-20631 Project: HBase Issue Type: New

[jira] [Created] (HBASE-20630) B: Delete command enhancements

2018-05-23 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-20630: - Summary: B: Delete command enhancements Key: HBASE-20630 URL: https://issues.apache.org/jira/browse/HBASE-20630 Project: HBase Issue Type: New

[jira] [Resolved] (HBASE-20606) hbase:acl table is listed in list_rsgroups output even when acl is not enabled

2018-05-23 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-20606. Resolution: Duplicate > hbase:acl table is listed in list_rsgroups output even when acl is

Easier configuration of handler executors

2018-05-23 Thread rahul gidwani
Hello folks, Now that priority can be passed with each hbase operation. ( https://issues.apache.org/jira/browse/HBASE-15816). I noticed that setting up handler pools was very cumbersome. I have to implement a new RpcSchedulerFactory and implement a new RpcScheduler. I believe much of this

[jira] [Reopened] (HBASE-20582) Bump up JRuby version because of some reported vulnerabilities

2018-05-23 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HBASE-20582: - [~elserj] this change broke us in nightly, specifically the check that we can go through the

[jira] [Resolved] (HBASE-20629) Oozie cannot start with Hadoop 3.1.0

2018-05-23 Thread Artem Ervits (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Ervits resolved HBASE-20629. -- Resolution: Invalid > Oozie cannot start with Hadoop 3.1.0 >

[jira] [Created] (HBASE-20629) Oozie cannot start with Hadoop 3.1.0

2018-05-23 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20629: Summary: Oozie cannot start with Hadoop 3.1.0 Key: HBASE-20629 URL: https://issues.apache.org/jira/browse/HBASE-20629 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-20628) SegmentScanner does over-comparing

2018-05-23 Thread stack (JIRA)
stack created HBASE-20628: - Summary: SegmentScanner does over-comparing Key: HBASE-20628 URL: https://issues.apache.org/jira/browse/HBASE-20628 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-20627) Relocate RS Group pre/post hooks from RSGroupAdminServer to RSGroupAdminEndpoint

2018-05-23 Thread Ted Yu (JIRA)
Ted Yu created HBASE-20627: -- Summary: Relocate RS Group pre/post hooks from RSGroupAdminServer to RSGroupAdminEndpoint Key: HBASE-20627 URL: https://issues.apache.org/jira/browse/HBASE-20627 Project: HBase

RS group related hooks

2018-05-23 Thread Ted Yu
Hi, I was looking at RSGroupAdminServer#removeRSGroup : if (master.getMasterCoprocessorHost() != null) { master.getMasterCoprocessorHost().preRemoveRSGroup(name); } However, RSGroupAdminServer#removeRSGroup is called by RSGroupAdminEndpoint :

[jira] [Created] (HBASE-20626) Change the value of "Requests Per Second" on WEBUI

2018-05-23 Thread Guangxu Cheng (JIRA)
Guangxu Cheng created HBASE-20626: - Summary: Change the value of "Requests Per Second" on WEBUI Key: HBASE-20626 URL: https://issues.apache.org/jira/browse/HBASE-20626 Project: HBase Issue

[jira] [Created] (HBASE-20625) refactor some WALCellCodec related code

2018-05-23 Thread Jingyun Tian (JIRA)
Jingyun Tian created HBASE-20625: Summary: refactor some WALCellCodec related code Key: HBASE-20625 URL: https://issues.apache.org/jira/browse/HBASE-20625 Project: HBase Issue Type:

[jira] [Created] (HBASE-20624) Race in ReplicationSource which causes walEntryFilter being null when creating new shipper

2018-05-23 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-20624: - Summary: Race in ReplicationSource which causes walEntryFilter being null when creating new shipper Key: HBASE-20624 URL: https://issues.apache.org/jira/browse/HBASE-20624

[jira] [Created] (HBASE-20623) Introduce the getCellBuilder to Mutation

2018-05-23 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20623: -- Summary: Introduce the getCellBuilder to Mutation Key: HBASE-20623 URL: https://issues.apache.org/jira/browse/HBASE-20623 Project: HBase Issue Type:

Re: help using the Cell API

2018-05-23 Thread Chia-Ping Tsai
> Oh I see. yeah we should clarify that nested classes take on the IA of > their enclosing class. https://issues.apache.org/jira/browse/HBASE-20622 On 2018/05/22 14:21:11, Sean Busbey wrote: > On Tue, May 22, 2018 at 9:13 AM, Chia-Ping Tsai wrote: > >>

[jira] [Created] (HBASE-20622) Revise the default IA rule of nested class - the default IA is same with their enclosing class

2018-05-23 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-20622: -- Summary: Revise the default IA rule of nested class - the default IA is same with their enclosing class Key: HBASE-20622 URL: