[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298508#comment-14298508
 ] 

Hudson commented on ZOOKEEPER-2072:
-----------------------------------

FAILURE: Integrated in ZooKeeper-trunk #2580 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/2580/])
ZOOKEEPER-2072 Netty Server Should Configure Child Channel Pipeline By 
Specifying ChannelPipelineFactory(Hongchao via rakeshr) (rakeshr: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1655910)
* /zookeeper/trunk/CHANGES.txt
* 
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/NettyServerCnxnFactory.java
* 
/zookeeper/trunk/src/java/test/org/apache/zookeeper/server/NettyServerCnxnTest.java


> Netty Server Should Configure Child Channel Pipeline By Specifying 
> ChannelPipelineFactory
> -----------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2072
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2072
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Hongchao Deng
>            Assignee: Hongchao Deng
>             Fix For: 3.5.1, 3.6.0
>
>         Attachments: ZOOKEEPER-2072.patch, ZOOKEEPER-2072.patch, 
> test-jenkins.patch
>
>
> Currently, netty server is setting up child channel in this way:
> {code}
>  bootstrap.getPipeline().addLast("servercnxnfactory", channelHandler);
> {code}
> According to the [netty 
> doc|http://netty.io/3.9/api/org/jboss/netty/bootstrap/ServerBootstrap.html],
> bq. you cannot use this approach if you are going to open more than one 
> Channels or run a server that accepts incoming connections to create its 
> child channels.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to