Question on RetryEnabled true

Hi can someone confirm that RetryEnabled true hits the other target server configured?

Documentation says "it needs minumum 2 target servers configured" (this leads me to believe that its because retry will work in the 2nd target server)

Example

2 target servers: A,B

and any algorithm.

A was executed and it got I/O or Timeout.

then retry hits B?

B was executed and it got I/O or timeout

then retry hits A ?

is this correct?

0 1 247
1 REPLY 1

No. I believe it is Try A, if fail, then try B, if fail then fail.