You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/11/16 08:16:13 UTC

[jira] Created: (HBASE-3237) Split request accepted -- BUT CURRENTLY A NOOP

Split request accepted -- BUT CURRENTLY A NOOP
----------------------------------------------

                 Key: HBASE-3237
                 URL: https://issues.apache.org/jira/browse/HBASE-3237
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.0
            Reporter: Todd Lipcon
            Priority: Blocker
             Fix For: 0.90.0


The "split" button from the web UI displays this message and indeed seems to do nothing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-3237) Split request accepted -- BUT CURRENTLY A NOOP

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-3237:
--------------------------------------

    Assignee: Jean-Daniel Cryans

Assigning to myself, also after talking with Todd he said that we shouldn't offer the regionOrTable methods but splitRegion and splitTable. At the same time, I think some methods in HBA were removed but weren't deprecated so we need to add them back (thinking of the modifyTable with 3 arguments).

> Split request accepted -- BUT CURRENTLY A NOOP
> ----------------------------------------------
>
>                 Key: HBASE-3237
>                 URL: https://issues.apache.org/jira/browse/HBASE-3237
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Todd Lipcon
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.90.0
>
>
> The "split" button from the web UI displays this message and indeed seems to do nothing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-3237) Split request accepted -- BUT CURRENTLY A NOOP

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-3237.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0

Committed to 0.90 and trunk.

> Split request accepted -- BUT CURRENTLY A NOOP
> ----------------------------------------------
>
>                 Key: HBASE-3237
>                 URL: https://issues.apache.org/jira/browse/HBASE-3237
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Todd Lipcon
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.90.0, 0.92.0
>
>         Attachments: HBASE-3237.patch
>
>
> The "split" button from the web UI displays this message and indeed seems to do nothing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-3237) Split request accepted -- BUT CURRENTLY A NOOP

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-3237:
--------------------------------------

    Attachment: HBASE-3237.patch

Patch that only fixes table.jsp for the moment, the shell was ok.

I tried bringing back some methods from the old API in order to deprecate them, but it was messy. All the other methods like flush and compact changed signature but I'd be surprised if anyone used them directly to act to specific regions since it's hard/weird to do programmatically.

> Split request accepted -- BUT CURRENTLY A NOOP
> ----------------------------------------------
>
>                 Key: HBASE-3237
>                 URL: https://issues.apache.org/jira/browse/HBASE-3237
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Todd Lipcon
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3237.patch
>
>
> The "split" button from the web UI displays this message and indeed seems to do nothing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.