-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
UnableToConnect on 10.x.x.x:10226/Subscription, Initializing/NotStarted #2828
Comments
The library does what the server tells it. Do you have console access to the server to issue RESP commands via |
It never shows the 10226 port here in the "CLUSTER NODES" @mgravell this is what we are getting.
|
We previously had a single-shard cluster and recently scaled up and scaled out to a 3-shard configuration. Following this change, we started encountering this issue. Detailed logging is enabled on StackExchange.Redis, and we are observing errors. Could these errors be related to internal failures within the Redis cluster being propagated and reported by the client? |
well, that's weird; we don't make up ports, honest! So: they came from somewhere! is it possible that those ports were specified at some point during the resharding? Also, since this is azure redis - maybe @philon-msft can shed some light on anything weird that happened |
@vipinlalvs, it does sound like there may be a problem in the cache itself. Could you send me the name of the cache? My microsoft address is the same my github ID minus "-msft" |
@philon-msft We have been collaborating with Microsoft on this matter for some time. I can share the ticket ID if it would be helpful. I have sent you an email regarding the same. Ticket: 2412190030004442 |
We are utilizing Azure Redis within a VNET configured with the following allowed port ranges: 15000-15999, 13000-13999, 6380, and 6379. Following a scale-up of our Azure Redis Cache, we are consistently encountering the following error from the connection multiplexer, as the specified port is not permitted within our VNET configuration.
"UnableToConnect on 10.x.x.x:10226/Subscription, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 5s ago, last-write: 5s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never (mid-beat), last-mbeat: 0s ago, global: 0s ago, v: 2.8.0.27420"
Could someone help clarify why StackExchange.Redis is attempting to connect to the 10221-10231 port range and explain its purpose?
@mgravell @rjmooney
The text was updated successfully, but these errors were encountered: