You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/03/06 03:31:56 UTC

[jira] Created: (HBASE-1244) ZooKeeperWrapper constants cleanup

ZooKeeperWrapper constants cleanup
----------------------------------

                 Key: HBASE-1244
                 URL: https://issues.apache.org/jira/browse/HBASE-1244
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Nitay Joffe
            Priority: Trivial
             Fix For: 0.19.2


A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in.

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


[jira] Updated: (HBASE-1244) ZooKeeperWrapper constants cleanup

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

Nitay Joffe updated HBASE-1244:
-------------------------------

    Status: Patch Available  (was: Open)

> ZooKeeperWrapper constants cleanup
> ----------------------------------
>
>                 Key: HBASE-1244
>                 URL: https://issues.apache.org/jira/browse/HBASE-1244
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.19.2
>
>         Attachments: hbase-1244.patch
>
>
> A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in.

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


[jira] Assigned: (HBASE-1244) ZooKeeperWrapper constants cleanup

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

Nitay Joffe reassigned HBASE-1244:
----------------------------------

    Assignee: Nitay Joffe

> ZooKeeperWrapper constants cleanup
> ----------------------------------
>
>                 Key: HBASE-1244
>                 URL: https://issues.apache.org/jira/browse/HBASE-1244
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.19.2
>
>         Attachments: hbase-1244.patch
>
>
> A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in.

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


[jira] Updated: (HBASE-1244) ZooKeeperWrapper constants cleanup

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

Nitay Joffe updated HBASE-1244:
-------------------------------

    Attachment: hbase-1244.patch

- Move constants from HConstants to ZooKeeperWrapper.
- Update initialization of ZooKeeperWrapper. Don't need to store parent ZNode as an instance variable after it's been used to find the paths we need.

> ZooKeeperWrapper constants cleanup
> ----------------------------------
>
>                 Key: HBASE-1244
>                 URL: https://issues.apache.org/jira/browse/HBASE-1244
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.19.2
>
>         Attachments: hbase-1244.patch
>
>
> A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in.

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


[jira] Updated: (HBASE-1244) ZooKeeperWrapper constants cleanup

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

stack updated HBASE-1244:
-------------------------

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

Thanks for the patch Nitay

> ZooKeeperWrapper constants cleanup
> ----------------------------------
>
>                 Key: HBASE-1244
>                 URL: https://issues.apache.org/jira/browse/HBASE-1244
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: hbase-1244.patch
>
>
> A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in.

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