himanshu0791

Results 3 issues of himanshu0791

## Bug Report java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 5 at io.lettuce.core.internal.Futures.allOf(Futures.java:54) at io.lettuce.core.internal.AsyncConnectionProvider.close(AsyncConnectionProvider.java:166) at io.lettuce.core.cluster.PooledClusterConnectionProvider.closeAsync(PooledClusterConnectionProvider.java:513) at io.lettuce.core.cluster.ClusterDistributionChannelWriter.closeAsync(ClusterDistributionChannelWriter.java:422) at io.lettuce.core.RedisChannelHandler.closeAsync(RedisChannelHandler.java:179) at io.lettuce.core.RedisChannelHandler.close(RedisChannelHandler.java:157) There is no specific config for...

type: bug
status: good-first-issue

## Bug Report java.util.NoSuchElementException: null at java.util.Arrays$ArrayItr.next(Arrays.java:4245) at io.lettuce.core.output.KeyValueListOutput.set(KeyValueListOutput.java:80) at io.lettuce.core.protocol.RedisStateMachine.safeSet(RedisStateMachine.java:810) at io.lettuce.core.protocol.RedisStateMachine.handleBytes(RedisStateMachine.java:572) at i.l.core.protocol.RedisStateMachine$State$Type.handle(RedisStateMachine.java:206) at io.lettuce.core.protocol.RedisStateMachine.doDecode(RedisStateMachine.java:334) at io.lettuce.core.protocol.RedisStateMachine.decode(RedisStateMachine.java:295) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:842) at io.lettuce.core.protocol.CommandHandler.decode0(CommandHandler.java:793) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:767) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:659) at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599) at...

status: waiting-for-feedback

## Bug Report I noticed that some of the cached write connection from **getWriteConnection(slot)** from **PooledClusterConnectionProvider.java** remain in inactive state for indefinite period of time. This implementation is different from...

status: mre-available
size: small