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 #274

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

David-Noble-at-work commented 4 years ago

With this change RntbdRequestManager.channelRead distinguishes between CorruptFrameExceptions--which might occur--and other Throwables which should never occur. Further, some of the CorruptFrameExceptions produced are have been improved.

Specifically

RntbdRequestManager.channelRead

This change also resolves