[KeyValueEndpoint]: Got notified from Channel as inactive, attempting reconnect.
[ main] c.c.client.core.env.CoreEnvironment : Shutdown kvIoPool: success
[ main] c.c.client.core.env.CoreEnvironment : Shutdown viewIoPool: success
[ main] c.c.client.core.env.CoreEnvironment : Shutdown queryIoPool: success
[ main] c.c.client.core.env.CoreEnvironment : Shutdown searchIoPool: success
[ main] c.c.client.core.env.CoreEnvironment : Shutdown Core Scheduler: success
Hi @jagmeet,
The logs indicate that this is happening during shutdown. When you say while deploying, are you deploying standalone or into some kind of app server?
In general, “[KeyValueEndpoint]: Got notified from Channel as inactive, attempting reconnect.” refers to the fact that the underlying socket has been closed and the client tries to reconnect. In some situations that is okay (like if you shutdown it will only show up temporarily until the shutdown signal has been propagated) … but usually this means someone closed the socket upon the SDK which it didn’t expect to.
Do you have more of the logs you can share to give a bigger picture?