【发布时间】:2018-06-01 04:06:49
【问题描述】:
在以 5000 文档/秒的速度将数据导入 cosmodb 时,我们遇到了这个异常
Microsoft.Azure.Documents.InvalidPartitionException: Partition range id 0 does not exist, please retry shortly after re-initializing BulkExecutor instance, documentdb-dotnet-sdk/1.22.0 Host/32-bit MicrosoftWindowsNT/6.2.9200.0
我们使用的代码如下
response = await _bulkExecutor.BulkImportAsync(data, true);
数据和对象数组在哪里,它们都有分区键值。
你知道发生了什么以及为什么抛出异常。谢谢
【问题讨论】:
标签: .net azure azure-cosmosdb