[
https://issues.apache.org/jira/browse/QPID-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell updated QPID-5512:
---------------------------------
Description:
Potential for read to be performed on an already intentionally closed socket
which results in an unexpected exception being seen: SocketException: "Socket
operation on nonsocket: recv failed".
This causes intermittent ConnectionTest failures due to a race between whether
this exception or the one which caused the socket to be closed originally is
reported.
Dont think this exception should be reported when it was caused by close
already being called.
was:
Potential for read to be performed on an already intentionally closed socket
which results in an unexpected exception being seen:
SocketException: "Socket operation on nonsocket: recv failed"
Dont think this exception should be reported when close already called.
> Race condition in IoReceiver causes intermittent ConnectionTest failures
> ------------------------------------------------------------------------
>
> Key: QPID-5512
> URL: https://issues.apache.org/jira/browse/QPID-5512
> Project: Qpid
> Issue Type: Bug
> Components: Java Common
> Affects Versions: 0.24
> Reporter: Andrew MacBean
> Assignee: Robbie Gemmell
> Priority: Minor
> Attachments:
> 0001-QPID-5512-suppress-the-socket-exception-sometimes-se.patch
>
>
> Potential for read to be performed on an already intentionally closed socket
> which results in an unexpected exception being seen: SocketException: "Socket
> operation on nonsocket: recv failed".
> This causes intermittent ConnectionTest failures due to a race between
> whether this exception or the one which caused the socket to be closed
> originally is reported.
> Dont think this exception should be reported when it was caused by close
> already being called.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]