Nikita Koksharov

Results 623 comments of Nikita Koksharov
trafficstars

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 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...

Are you able to reproduce this issue locally? what is the CPU load during these errors?