--On Wednesday, June 22, 2022 9:03 AM +0200 Ulrich Windl Ulrich.Windl@rz.uni-regensburg.de wrote:
Ignoring the loadbalancer issues, I think you add a race condition when reading possibly older data from your consumers and maybe write them back where newer data may exist already (i.e.: providers). BTW: Is a modify operation a read, or is it a write?
modify ops are always a write operation, since they are doing a modification.
And yes, read-after-write can be a tricky issue to handle.
--Quanah