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

Masatake Iwasaki commented on HADOOP-12605:
-------------------------------------------

The reader processes connection context for newly created client connection by 
calling {{processRpcOutOfBandRequest}}. This does not result in calling 
{{TestServerQueue#call}} which blocks. Listener could put multiple connections 
before Handler is blocked and callQueue is filled. It could be {{maxAccept < 
server.getNumOpenConnections()}} even in {{checkBlocking(1, 1, 1)}} due to this.

> Fix intermittent failure of TestIPC.testIpcWithReaderQueuing
> ------------------------------------------------------------
>
>                 Key: HADOOP-12605
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12605
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>




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

Reply via email to