Nikita Koksharov
Nikita Koksharov
unable to reproduce
Oh, I see now. ip address + hostname isn't parsed. Only if there are only hostname or ip. Sure, I'll consider a PR.
Fixed. Thanks for report!
How to reproduce it?
Fixed. Thanks for report Don't forget to define your task class `com.example.demo.DistributeJobTask` in `reflect-config.json` like below. ```json [ { "name": "com.example.demo.DistributeJobTask", "allDeclaredConstructors":true, "allDeclaredFields":true, "allDeclaredMethods": true, "allPublicMethods": true } ] ```
@fanmindnn 3.17.6 version has fixes ping handling: Fixed - PingConnectionHandler should close channel on RedisLoadingException, RedisTryAgainException, RedisClusterDownException, RedisBusyException Fixed - Connection pinging works incorrectly if new connections were created in...
It's not a "Unable to send PING command over channel" error
can you share a full stacktrace?
Can you share Redisson config?
Are you able to reproduce this issue locally? what is the CPU load during these errors?