James Kern

Results 4 comments of James Kern

Heads up that we were able to effectively work around this issue by increasing our timeout. I guess that lowered the probability of getting into this state enough that we...

@mp911de Thanks for the comment. I don't think that's the case here as our usage is pretty uncomplicated, just using the synchronous api to do get, set, expire, del from...

@mp911de Interesting. Here's the code for the codec we're using. Should we be swallowing the exception and returning null? ``` public class JacksonRedisCodec implements RedisCodec { private final ObjectWriter writer;...

The same issue has just re-occurred. Digging into our logging I'm seeing no exceptions around the codecs. The only thing I do see is a command timeout: ``` io.lettuce.core.RedisCommandTimeoutException: Command...