Azure / azure-cosmosdb-java

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

bugfix: try other regions on multimaster for query when the current region is unavailable #245

Closed moderakh closed 5 years ago

moderakh commented 5 years ago

to ensure for in fly requests we retry on the other regions ClientRetryPolicy#onBeforeRequest should be invoked.

This was missing in QueryPlanRetrieval and DocumentProducer.