We are experiencing short-circuits with no indication of failures. It's mostly during peak volume hours and we are bummed as to what's going on. Our setup is such that microservice M1 invokes a Hystrix wrapped call to microservice M2. During peak times when M1 is about to call M2 we see short-circuits. There's no errors in either M1 or M2.
We have tuned our coreSize and maxQueueSize to higher values - 24 and 32 respectively. There is no indication of Queue full or timeout's.
How can I diagnose this issue? Thanks in advance.