Hi We are facing an issue with aerospike c# client in which if there is a burst of request(not more then 200 concurrent requests) aerospike client is giving us below mentioned error
Aerospike.Client.AerospikeException+Connection: Error -8: Failed to connect to host(s)URLS Error -8: Failed to resolve URLS at Aerospike.Client.Cluster.SeedNodes(Boolean failIfNotConnected)
at Aerospike.Client.Cluster.Tend(Boolean failIfNotConnected)
at Aerospike.Client.Cluster.WaitTillStabilized(Boolean failIfNotConnected)
at Aerospike.Client.Cluster.InitTendThread(Boolean failIfNotConnected)
at Aerospike.Client.AsyncClient..ctor(AsyncClientPolicy policy, Host[] hosts)
Note: Actual url are replaced by URLS
Please suggest what we are missing here,