Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-core: add recvAddress to IOExceptionStrings
[Problem] finagle/finagle-http/src/test/scala:scala becomes flaky after Netty upgrade to 4.1.100.Final. It was become some tests fail with ``` Caused by: com.twitter.finagle.UnknownChannelException: recvAddress(..) failed: Connection reset by peer at remote address: 0.0.0.0/127.0.0.1:34938 from service: client. Remote Info: Upstream Address: Not Available, Upstream id: Not Available, Downstream Address: /0.0.0.0:34938, Downstream label: client, Trace Id: b9f67d678f5fac8c.b9f67d678f5fac8c<:b9f67d678f5fac8c ``` and they are expected to com.twitter.finagle.ChannelClosedException [Solution] Add `recvAddress(..) failed: Connection reset by peer` to the list of known exception strings JIRA Issues: CSL-12408 Differential Revision: https://phabricator.twitter.biz/D1104650
- Loading branch information