You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jun Tsai (JIRA)" <ji...@apache.org> on 2016/07/08 01:35:10 UTC

[jira] [Updated] (HBASE-16199) Add daughter ReginInfo parameter to preSplit method.

     [ https://issues.apache.org/jira/browse/HBASE-16199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Tsai updated HBASE-16199:
-----------------------------
    Description: 
Using hbase coprocessor interface I want to get daughters info in preSplit method.such as:
        parent.getCoprocessorHost().preSplit(hri_a,hri_b);

  was:
Using hbase coprocess interface I want to get daughters info in preSplit method.such as:
        parent.getCoprocessorHost().preSplit(hri_a,hri_b);


> Add daughter ReginInfo parameter to preSplit method.
> ----------------------------------------------------
>
>                 Key: HBASE-16199
>                 URL: https://issues.apache.org/jira/browse/HBASE-16199
>             Project: HBase
>          Issue Type: New Feature
>          Components: Coprocessors
>            Reporter: Jun Tsai
>            Priority: Minor
>
> Using hbase coprocessor interface I want to get daughters info in preSplit method.such as:
>         parent.getCoprocessorHost().preSplit(hri_a,hri_b);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)