You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2012/10/15 14:56:03 UTC

[jira] [Created] (BOOKKEEPER-435) Create SubscriptionChannelManager to manage all subscription channel

Sijie Guo created BOOKKEEPER-435:
------------------------------------

             Summary: Create SubscriptionChannelManager to manage all subscription channel
                 Key: BOOKKEEPER-435
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-435
             Project: Bookkeeper
          Issue Type: Sub-task
          Components: hedwig-server
            Reporter: Sijie Guo
            Assignee: Sijie Guo
             Fix For: 4.2.0


Currently SubscriberHandle is too heavy to manage all subscription channels in it. Make a SubscriptionChannelManager to manage all subscription channels to easy things, which makes it clearly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (BOOKKEEPER-435) Create SubscriptionChannelManager to manage all subscription channel

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

Sijie Guo updated BOOKKEEPER-435:
---------------------------------

    Attachment: BOOKKEEPER-435.diff

Attach a patch to create subscription channel manager.
                
> Create SubscriptionChannelManager to manage all subscription channel
> --------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-435
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-435
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.2.0
>
>         Attachments: BOOKKEEPER-435.diff
>
>
> Currently SubscriberHandle is too heavy to manage all subscription channels in it. Make a SubscriptionChannelManager to manage all subscription channels to easy things, which makes it clearly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (BOOKKEEPER-435) Create SubscriptionChannelManager to manage all subscription channel

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

Hudson commented on BOOKKEEPER-435:
-----------------------------------

Integrated in bookkeeper-trunk #765 (See [https://builds.apache.org/job/bookkeeper-trunk/765/])
    BOOKKEEPER-435: Create SubscriptionChannelManager to manage all subscription channel (sijie via ivank) (Revision 1400827)

     Result = UNSTABLE
ivank : 
Files : 
* /zookeeper/bookkeeper/trunk/CHANGES.txt
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/handlers/NettyHandlerBean.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/handlers/SubscribeHandler.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/handlers/SubscriptionChannelManager.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/netty/PubSubServer.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/netty/UmbrellaHandler.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/proxy/HedwigProxy.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/test/java/org/apache/hedwig/server/handlers/TestSubUnsubHandler.java

                
> Create SubscriptionChannelManager to manage all subscription channel
> --------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-435
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-435
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.2.0
>
>         Attachments: BOOKKEEPER-435.diff
>
>
> Currently SubscriberHandle is too heavy to manage all subscription channels in it. Make a SubscriptionChannelManager to manage all subscription channels to easy things, which makes it clearly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira