airlift / drift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
242 stars 92 forks source link

Fix retry for Netty network errors #77

Closed electrum closed 6 years ago

dain commented 6 years ago

@mbasmanova, I don't think so. This issue occurs when there is an underlying error in IO layer, and I can't think of any way to inject that into the code for testing. It was tested manually.