java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 37 out of bounds for byte[36]
at java.base/java.lang.String.getBytes(String.java:4726)
at java.base/java.lang.AbstractStringBuilder.putStringAt(AbstractStringBuilder.java:1751)
at java.base/java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:588)
at java.base/java.lang.StringBuilder.append(StringBuilder.java:179)
at io.vertx.redis.client.impl.RedisStandaloneConnection.lambda$doBatch$3(RedisStandaloneConnection.java:311)
at io.vertx.core.impl.future.FutureImpl$4.onFailure(FutureImpl.java:188)
at io.vertx.core.impl.future.FutureBase.lambda$emitFailure$1(FutureBase.java:75)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1583)
It seems like this exception happens while manipulating the error message of the batch request on https://github.com/vert-x3/vertx-redis-client/blob/92f86cc7f5ed597a2b418ba6ac12ab6ee208d643/src/main/java/io/vertx/redis/client/impl/RedisStandaloneConnection.java#L311
It looks like nothing should be able to go wrong on this line (the connection is being used on the same context with the virtual threading model)
Any ideas?
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/847d88ce-9bf3-4b53-9fd2-fdf0e46dcbc0n%40googlegroups.com.