admin 管理员组

文章数量: 1086019

I have a pool of 75 redis nodes. When I try to make the first request in my spring boot reactive, I’m getting many log warning:

defaultClusterTopologyRefresh - unable to connect to [machine name] failed to resolve [machine name] and search domain query for configured domains failed as well: [list of domains]

I thought it was dns issue but I was able to check that the connection was ok. also the application seems like “okay” but would like to understand this issue better

本文标签: springWarning logs when connecting to redisStack Overflow