-
Notifications
You must be signed in to change notification settings - Fork 48
Description
I left a comment earlier that got removed so reposting this. I am facing an issue where I have two servers configured, but only one of them is being hit and storing data. One has 0 hits and the other has ~95% hit rate. This issue recently started about a couple months ago and we haven't made any changes on how the nodes are configured on our end. Both servers are alive and reachable so it isn't the issue of one server being down. The only error we have found is in the Read() method:
stack trace:
at Enyim.Caching.Memcached.PooledSocket.Read(Byte[] buffer, Int32 offset, Int32 count)
at Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse.Read(PooledSocket socket)
at Enyim.Caching.Memcached.Protocol.Binary.BinarySingleItemOperation.ReadResponse(PooledSocket socket)
We tried using the text protocol as well as the binary and faced the same issue.