Losing Requests because of health monitoring
Hi team. I'm facing issue with losing requests because of health monitoring with a simple http application. When we have a unavailable pool member and after few seconds or minutes it becomes available we are losing 4-5 requests. Is there any tips to resolve my issue? My goal is don't lose any requests of clients. Also I thought about duplicate client requests to other node if the first one is not accepting client request. Is there any way to realize that? Any suggestions? Thanks in advance.
Aantat I believe the issue you are experiencing is when your pool member is transitioning from green (healthy) to red (failed). These connections will always drop because the F5 still thinks the device is alive because the health monitor hasn't failed yet but is in the process of failing and I do not believe you can get around this at all other than the connections dropping because the F5 doesn't transition a client from one pool member to another until the health monitor fails completely.