2024-11-02 11:36:43.165 ERROR 87567 --- [sson-netty-2-26] o.r.client.handler.CommandDecoder : Unable to decode data. channel: [id: 0x7bcb6790, L:/172.28.142.2:50324 - R:10.98.32.100/10.98.32.100:4021], reply: ReplayingDecoderByteBuf(ridx=38, widx=93), command: (SMEMBERS), params...
ERROR org.redisson.client.handler.CommandDecoder - Unable to decode data. channel 3.涉及到tomcat,说明和容器有关 at org.apache.tomcat.util.net.SocketProcessorBase. 三、解决方案 通过上面的分支,定位到了项目SKU,发现该项目使用了HttpSession存值数据。 httpRequest.getSession().setAttribute("merchant", JSON...
2019-03-06 11:12:38.930 [redisson-netty-1-6] ERROR org.redisson.client.handler.CommandDecoder - Unable to decode data. channel: [id: 0x6f473218, L:/192.168.208.2:58514 - R:r-2ze8071a7aae12f4.redis.rds.aliyuncs.com/172.17.189.108:6379] message: *8$10 "merchant"$14220$22 "session:c...
Expected behavior Should not throw error Actual behavior org.redisson.client.handler.CommandDecoder throws Unable to decode data. error logger_name: org.redisson.client.handler.CommandDecoder message: Unable to decode data. channel: [id:...
Expected behavior Actual behavior 01/05 14:22:37.435 ERROR [redisson-netty-2-2] (CommandPubSubDecoder.java:81) - Unable to decode data. channel: [id: 0xa570f102, L:/172.18.5.20:55662 - R:10.0.2.10/10.0.2.10:6379] message: *3 $7 message $...
Caused by: org.redisson.client.RedisException: ERR Client sent AUTH, but no password is set. channel: [id: 0xe37c85e0, L:/192.168.0.128:54867 - R:192.168.0.128/192.168.0.128:5802] command: (AUTH), params: [] at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:314) at...
Redisson 是一个高级的分布式协调 Redis 客服端,能帮助用户在分布式环境中轻松实现一些 Java 的对象 (...
Feature - RFunction and RShardedTopic objects added to RBatch Fixed - continuous "Unable to unfreeze entry" error in Sentinel mode Fixed - nameMapper setting isn't applied to RExecutorService and RScheduledExecutorService Fixed - channel write exception may lead to wrong commands order Fixed - don...
("Unable to decode data. channel: " + ctx.channel() + ", reply: " + LogHelper.toString(in) + ", command: " + LogHelper.toString(data), e); cmd.tryFailure(e); sendNext(ctx); throw e; CommandsData commands = (CommandsData)data; try { decodeCommandBatch(ctx, in, data, commands...
Expected behavior No exception and return the command result Actual behavior [redisson-netty-1-2] ERROR org.redisson.client.handler.CommandDecoder - Unable to decode data. channel: [id: 0x11746c30, L:/127.0.0.1:53924 - R:127.0.0.1/127.0...