Hi, When RPC clients try to connect to server and if it fails then the server will be added in the failedServers. Each time server address will be verified against the failedServers whether it's a failed server or not and throws "This server is in the failed servers list". This failedServers cache is never modified and to clear this client program has to be restarted.
Why such behavior? Regards, Pankaj