You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/06 20:15:08 UTC

[jira] Created: (HBASE-418) Move HMaster and related classes into master package

Move HMaster and related classes into master package
----------------------------------------------------

                 Key: HBASE-418
                 URL: https://issues.apache.org/jira/browse/HBASE-418
             Project: Hadoop HBase
          Issue Type: Sub-task
            Reporter: Bryan Duxbury




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


[jira] Work started: (HBASE-418) Move HMaster and related classes into master package

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

Work on HBASE-418 started by Bryan Duxbury.

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>


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


[jira] Updated: (HBASE-418) Move HMaster and related classes into master package

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

stack updated HBASE-418:
------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
           Status: Resolved  (was: Patch Available)

Committed v2.  Thanks for the patch Bryan.

Note, this patch comes under the aegis of the first refactoring pattern listed in this document: http://wiki.apache.org/hadoop/Hbase/Plan-0.17

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: 418-v2.patch, 418.patch
>
>


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


[jira] Assigned: (HBASE-418) Move HMaster and related classes into master package

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

Bryan Duxbury reassigned HBASE-418:
-----------------------------------

    Assignee: Bryan Duxbury

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>


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


[jira] Updated: (HBASE-418) Move HMaster and related classes into master package

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

Bryan Duxbury updated HBASE-418:
--------------------------------

    Attachment: 418-v2.patch

Merged in BatchUpdate changes with new HMaster location.

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: 418-v2.patch, 418.patch
>
>


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


[jira] Updated: (HBASE-418) Move HMaster and related classes into master package

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

Bryan Duxbury updated HBASE-418:
--------------------------------

    Priority: Minor  (was: Major)

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Priority: Minor
>


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


[jira] Commented: (HBASE-418) Move HMaster and related classes into master package

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566799#action_12566799 ] 

Bryan Duxbury commented on HBASE-418:
-------------------------------------

Here's the changes that should be made to commit:

{code}
M      src/test/org/apache/hadoop/hbase/TestInfoServers.java
D      src/test/org/apache/hadoop/hbase/OOMEHMaster.java
M      src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java
A      src/test/org/apache/hadoop/hbase/master
A      src/test/org/apache/hadoop/hbase/master/OOMEHMaster.java
M      src/java/org/apache/hadoop/hbase/HConnectionManager.java
M      src/java/org/apache/hadoop/hbase/HStoreFile.java
D      src/java/org/apache/hadoop/hbase/HMasterInterface.java
M      src/java/org/apache/hadoop/hbase/HLog.java
M      src/java/org/apache/hadoop/hbase/LocalHBaseCluster.java
D      src/java/org/apache/hadoop/hbase/HMaster.java
M      src/java/org/apache/hadoop/hbase/generated/master/master_jsp.java
M      src/java/org/apache/hadoop/hbase/HRegion.java
M      src/java/org/apache/hadoop/hbase/HConnection.java
M      src/java/org/apache/hadoop/hbase/HRegionServer.java
M      src/java/org/apache/hadoop/hbase/HBaseAdmin.java
A      src/java/org/apache/hadoop/hbase/master
A      src/java/org/apache/hadoop/hbase/master/HMaster.java
A      src/java/org/apache/hadoop/hbase/master/HMasterInterface.java
A      src/java/org/apache/hadoop/hbase/master/HMasterRegionInterface.java
D      src/java/org/apache/hadoop/hbase/HMasterRegionInterface.java
M      src/webapps/master/master.jsp
M      bin/hbase
{code}

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: 418-v2.patch, 418.patch
>
>


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


[jira] Updated: (HBASE-418) Move HMaster and related classes into master package

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

Bryan Duxbury updated HBASE-418:
--------------------------------

    Attachment: 418.patch

Here's a patch that moves classes into HMaster package.

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: 418.patch
>
>


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


[jira] Updated: (HBASE-418) Move HMaster and related classes into master package

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

Bryan Duxbury updated HBASE-418:
--------------------------------

    Status: Patch Available  (was: In Progress)

Patch passes locally (except for TestRegionServerExit). Can I get a review?

> Move HMaster and related classes into master package
> ----------------------------------------------------
>
>                 Key: HBASE-418
>                 URL: https://issues.apache.org/jira/browse/HBASE-418
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: 418.patch
>
>


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