Azure table : concurrent update strange behavior #259
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I'm submitting a...
Current behavior
We have one table with several entities
Some entities have the same partitionKey.
Each entities have a unique RowKey
When we process two updates at the same time with same PartitionKey but different RowKey we have a strange behavior => the two entities are mixed with same content
I noticed the lib use azure replaceEntity to do an update. When testing same case with Microsoft lib and mergeEntity function we don t have the issue, but I would prefer to use nest lib as it’s integration is more interesting with Nest
Expected behavior
Each updated entities are correctly and independently updated
Minimal reproduction of the problem with instructions
Create to update at the same time
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: