This is a high availability environment with a load balancer in front of 2 servers and an arbitrator.
I am noticing under certain conditions (yet to be discovered), duplicate INSERTS are happening into the table when a user submits a POST request (to ultimately insert into the database).
I have ruled out the application level that is submitting the INSERT and am curious if anyone can help me to diagnose the issue further.
When the duplicate happened, in this most recent scenario, the date/timestamps are identical :
row id : 152309 - 2019-09-12 16:44:26
row id : 152315 - 2019-09-12 16:44:26
Hello,
I am using the following on CentOS 7 :
This is a high availability environment with a load balancer in front of 2 servers and an arbitrator.
I am noticing under certain conditions (yet to be discovered), duplicate INSERTS are happening into the table when a user submits a POST request (to ultimately insert into the database).
I have ruled out the application level that is submitting the INSERT and am curious if anyone can help me to diagnose the issue further.
When the duplicate happened, in this most recent scenario, the date/timestamps are identical :
Any ideas?