On Mon, Sep 02, 2024 at 08:59:23AM -0000, xicop_86@hotmail.com wrote:
Also something I should have realized sooner that might be relevant, I have 2 Providers behind a Load Balancer for fault tolerance. Both these Providers have the same data, but I assume some "invisible" data might be different has these servers are not mirrored.
I have notice sometimes the issue correlates with the connection falling to the 2nd server, but when I tried to replicate the issue by forcing the 1st server to fail, I was not successful to replicate the issue.
In that case, you probably want to gather sync level data from the providers and consumer and check if there's anything that correlates. Also for efficiency sake, maybe set up a sessionlog rather than going through a full present phase every time.
Regards,