Azure / azure-cosmosdb-java

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

Direct TCP: Implement health checks #227

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

David-Noble-at-work commented 5 years ago

See #119 for a description of the work. Read/write latency test are attached. Results are comparable to prior runs with many fewer GoneExceptions resulting from read/write request timeouts and failed RNTBD context requests. This is what I was hoping to see:


This change is Reviewable