You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Akash Ashok (JIRA)" <ji...@apache.org> on 2011/06/21 18:47:47 UTC

[jira] [Created] (HBASE-4013) Make ZooKeeperListener Abstract !

Make ZooKeeperListener Abstract !
---------------------------------

                 Key: HBASE-4013
                 URL: https://issues.apache.org/jira/browse/HBASE-4013
             Project: HBase
          Issue Type: Task
          Components: zookeeper
            Reporter: Akash Ashok
            Priority: Minor


org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu commented on HBASE-4013:
-------------------------------

Test suite hung at TestSplitTransactionOnCluster which passed in HBase-TRUNK build 1987
May not be related to this change though.

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4013) Make ZooKeeperListener Abstract

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

Hudson commented on HBASE-4013:
-------------------------------

Integrated in HBase-TRUNK #1995 (See [https://builds.apache.org/job/HBase-TRUNK/1995/])
    

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>             Fix For: 0.92.0
>
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Akash Ashok updated HBASE-4013:
-------------------------------

    Status: Open  (was: Patch Available)

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu updated HBASE-4013:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>             Fix For: 0.92.0
>
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Akash Ashok updated HBASE-4013:
-------------------------------

    Attachment: hbase-4013.patch

ZooKeeperListener made abstract 

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu edited comment on HBASE-4013 at 6/23/11 3:16 PM:
--------------------------------------------------------

Test suite hung at TestSplitTransactionOnCluster which passed in HBase-TRUNK build 1987
May not be related to this change though.
Running TestSplitTransactionOnCluster manually, the test passed.

TestDistributedLogSplitting failed in testThreeRSAbort.

      was (Author: yuzhihong@gmail.com):
    Test suite hung at TestSplitTransactionOnCluster which passed in HBase-TRUNK build 1987
May not be related to this change though.
  
> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Akash Ashok updated HBASE-4013:
-------------------------------

    Status: Patch Available  (was: Open)

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu updated HBASE-4013:
--------------------------

    Fix Version/s: 0.92.0

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>             Fix For: 0.92.0
>
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu reassigned HBASE-4013:
-----------------------------

    Assignee: Akash Ashok

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Akash Ashok updated HBASE-4013:
-------------------------------

    Status: Patch Available  (was: Open)

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu updated HBASE-4013:
--------------------------

    Summary: Make ZooKeeperListener Abstract  (was: Make ZooKeeperListener Abstract !)

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4013) Make ZooKeeperListener Abstract

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

Ted Yu commented on HBASE-4013:
-------------------------------

Integrated to TRUNK.

Thanks for the patch Akash.

> Make ZooKeeperListener Abstract
> -------------------------------
>
>                 Key: HBASE-4013
>                 URL: https://issues.apache.org/jira/browse/HBASE-4013
>             Project: HBase
>          Issue Type: Task
>          Components: zookeeper
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>              Labels: zookeeper
>         Attachments: hbase-4013.patch
>
>
> org.apache.hadoop.hbase.zookeeper.ZooKeeperListener seems to have all unimplemented methods. This should be made an abstract class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira