awslabs / elasticache-cluster-config-net

A configuration object for Enyim's MemcachedClient that enables the use of Amazon ElastiCache's Auto Discovery feature
Apache License 2.0
29 stars 17 forks source link

Dead memcache servers cause the entire cluster to be inaccessible #8

Open pdelossantos opened 7 years ago

pdelossantos commented 7 years ago

When a single node fails because of network connectivity or any other node issue, the library marks the entire cluster to be inaccessible and all further requests are blocked till deadtimeout or cluster polling (configured) passes.

normj commented 6 years ago

Version 1.0.1 of the NuGet package has been released with the PR. Thanks for the pull request.