You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Eugene Koontz (JIRA)" <ji...@apache.org> on 2012/08/07 20:38:10 UTC

[jira] [Created] (GIRAPH-289) Add channel pool to NettyClient and thread pool to NettyServer

Eugene Koontz created GIRAPH-289:
------------------------------------

             Summary: Add channel pool to NettyClient and thread pool to NettyServer
                 Key: GIRAPH-289
                 URL: https://issues.apache.org/jira/browse/GIRAPH-289
             Project: Giraph
          Issue Type: Improvement
            Reporter: Eugene Koontz
            Assignee: Eugene Koontz


Add thread and channel pooling on NettyClient and NettyServer.

Instead of a NettyClient's addressChannelMap being:

  address => Channel

it is:

  address => ChannelRotater

Originally part of GIRAPH-262, extracted here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GIRAPH-289) Add thread and channel pooling to NettyClient and NettyServer

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

Hudson commented on GIRAPH-289:
-------------------------------

Integrated in Giraph-trunk-Commit #161 (See [https://builds.apache.org/job/Giraph-trunk-Commit/161/])
    GIRAPH-289: Add thread and channel pooling to NettyClient and
NettyServer. (ekoontz via aching) (Revision 1370430)

     Result = SUCCESS
aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1370430
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/src/main/java/org/apache/giraph/comm/ChannelRotater.java
* /giraph/trunk/src/main/java/org/apache/giraph/comm/NettyClient.java
* /giraph/trunk/src/main/java/org/apache/giraph/comm/NettyServer.java
* /giraph/trunk/src/main/java/org/apache/giraph/comm/NettyWorkerClient.java
* /giraph/trunk/src/main/java/org/apache/giraph/graph/GiraphJob.java
* /giraph/trunk/src/test/java/org/apache/giraph/comm/ConnectionTest.java
* /giraph/trunk/src/test/java/org/apache/giraph/comm/RequestTest.java

                
> Add thread and channel pooling to NettyClient and NettyServer
> -------------------------------------------------------------
>
>                 Key: GIRAPH-289
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-289
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>         Attachments: GIRAPH-289.patch
>
>
> Add thread and channel pooling on NettyClient and NettyServer.
> Instead of a NettyClient's addressChannelMap being:
>   address => Channel
> it is:
>   address => ChannelRotater
> Originally part of GIRAPH-262, extracted here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GIRAPH-289) Add thread and channel pooling to NettyClient and NettyServer

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430522#comment-13430522 ] 

Avery Ching commented on GIRAPH-289:
------------------------------------

+1, please commit Eugene, and then I'll rebase GIRAPH-288.
                
> Add thread and channel pooling to NettyClient and NettyServer
> -------------------------------------------------------------
>
>                 Key: GIRAPH-289
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-289
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>         Attachments: GIRAPH-289.patch
>
>
> Add thread and channel pooling on NettyClient and NettyServer.
> Instead of a NettyClient's addressChannelMap being:
>   address => Channel
> it is:
>   address => ChannelRotater
> Originally part of GIRAPH-262, extracted here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GIRAPH-289) Add thread and channel pooling to NettyClient and NettyServer

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

Eugene Koontz updated GIRAPH-289:
---------------------------------

    Attachment: GIRAPH-289.patch

passes "mvn clean verify".
                
> Add thread and channel pooling to NettyClient and NettyServer
> -------------------------------------------------------------
>
>                 Key: GIRAPH-289
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-289
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>         Attachments: GIRAPH-289.patch
>
>
> Add thread and channel pooling on NettyClient and NettyServer.
> Instead of a NettyClient's addressChannelMap being:
>   address => Channel
> it is:
>   address => ChannelRotater
> Originally part of GIRAPH-262, extracted here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GIRAPH-289) Add thread and channel pooling to NettyClient and NettyServer

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

Eugene Koontz updated GIRAPH-289:
---------------------------------

    Summary: Add thread and channel pooling to NettyClient and NettyServer  (was: Add channel pool to NettyClient and thread pool to NettyServer)
    
> Add thread and channel pooling to NettyClient and NettyServer
> -------------------------------------------------------------
>
>                 Key: GIRAPH-289
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-289
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>
> Add thread and channel pooling on NettyClient and NettyServer.
> Instead of a NettyClient's addressChannelMap being:
>   address => Channel
> it is:
>   address => ChannelRotater
> Originally part of GIRAPH-262, extracted here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira