Azure / azure-cosmosdb-bulkexecutor-dotnet-getting-started

Bulk Executor Utility for Azure Cosmos DB .NET SQL API
MIT License
66 stars 41 forks source link

Microsoft.Azure.Documents.InvalidPartitionException: Partition range id 6 does not exist, please retry shortly after re-initializing BulkExecutor instance, #19

Closed AntonioJDios closed 5 years ago

AntonioJDios commented 6 years ago

Hi, I am getting this error. The exception is an instance of Microsoft.Azure.Documents.InvalidPartitionException but I cannot catch because is in a protection level. Could you let me know if I cannot do the retry manual or the bulkinsert do automatically by me?

Thanks in advance.

PS: There is more people with the same issue, https://github.com/Azure-Samples/azure-cosmosdb-graph-bulkexecutor-dotnet-getting-started/issues/4

rnagpal commented 5 years ago

This should be fixed by 1.2.0 version of the BulkExecutor library.