Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Direct TCP: CorruptFrameException produces diagnostics that are difficult to interpret #273

Closed David-Noble-at-work closed 4 years ago

David-Noble-at-work commented 4 years ago

RntbdRequestManager.channelRead does not distinguish between CorruptFrameException s which might occur--and other Throwables which should never occur. Further, some of the CorruptFrameExceptions produced are difficult to interpret.

Fix