Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrading StackExchange.Redis version 2.0.601 to version 2.0.519 fixes StackExchange.Redis.RedisConnectionException: No connection is available to service this operation: #1344

Closed
WillTierney opened this issue Feb 6, 2020 · 1 comment

Comments

@WillTierney
Copy link

Downgrading StackExchange.Redis version 2.0.601 to version 2.0.519 fixes
message: Failed to add entry to distributed cache for XXXXXXXXXXXXXXXXXXXXXXXXXX0d718620-93ca-439f-9023-d20ae51d143c4599967900 in 0.0010s due to StackExchange.Redis.RedisConnectionException: No connection is available to service this operation: SETEX XXXXXXXXXXXXXXXXXXXX0d718620-93ca-439f-9023-d20ae51d143c4599967900; SocketClosed on XXXXXXXXX.redis.cache.windows.net:6380/Interactive, Idle/MarkProcessed, last: SETEX, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 9 of 10 available, in: 0, last-heartbeat: 0s ago, last-mbeat: 0s ago, global: 0s ago, v: 2.0.601.3402; IOCP: (Busy=1,Free=999,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=37,Max=32767), Local-CPU: n/a ---> StackExchange.Redis.RedisConnectionException: SocketClosed on XXXXXXXXX.redis.cache.windows.net:6380/Interactive, Idle/MarkProcessed, last: SETEX, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 9 of 10 available, in: 0, last-heartbeat: 0s ago, last-mbeat: 0s ago, global: 0s ago, v: 2.0.601.3402 --- End of inner exception stack trace --- at XXXXXXXXX.Caching.Redis.RedisContext.PutItemAsync[T](String key, T item, Nullable1 timeToLive, SerializationMethod serializationMethod) at XXXXXXXXX.Framework.Caching.XXXXRedisCache.AddEntryToCacheAsync[TE,TI](TE entry, Nullable1 timeToLive) at XXXXXXXXXFramework.Caching.XXXXXXXXXBaseDistributedCache.AddEntryAsync[TE,TI](TE entry, Nullable`1 timeToLive).

@NickCraver
Copy link
Collaborator

I think we've now identified this issue in #1374 - going to close this out and we'll get a fix in 2.1.x I hope this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants