Open dartartem opened 3 years ago
Rewrite view updates to atomic independent operations.
Are you saying that you replaced a find()..modify object...update()
with a single upsert?
If so that's correct, it's a bug if other mongoDB code doesn't work the same way.
Are you saying that you replaced a find()..modify object...update() with a single upsert?
If so that's correct, it's a bug if other mongoDB code doesn't work the same way.
yes, I think I should review mongo code of other projects, when finish with quarkus support. Is it fine?
Problem:
Tests periodically fail with following error:
Reason:
Race conditions between events from order-service and customer-service.
Solution:
Rewrite view updates to atomic independent operations.