You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Zilla dump crashes with IndexOutOfBoundException when continuously recording packets at while Zilla runs in the background. To Reproduce
Steps to reproduce the behavior:
See error (you might need to run it a couple of times)
Logs:
java.lang.IndexOutOfBoundsException: limit=10312404 is beyond maxLimit=10312375
at io.aklivity.zilla.runtime.command.dump/io.aklivity.zilla.runtime.command.dump.internal.types.Flyweight.checkLimit(Flyweight.java:67)
at io.aklivity.zilla.runtime.command.dump/io.aklivity.zilla.runtime.command.dump.internal.types.stream.FrameFW.wrap(FrameFW.java:85)
at io.aklivity.zilla.runtime.command.dump/io.aklivity.zilla.runtime.command.dump.internal.airline.ZillaDumpCommand.lambda$run$3(ZillaDumpCommand.java:345)
at io.aklivity.zilla.runtime.command.dump/io.aklivity.zilla.runtime.command.dump.internal.airline.spy.OneToOneRingBufferSpy.peek(OneToOneRingBufferSpy.java:166)
at io.aklivity.zilla.runtime.command.dump/io.aklivity.zilla.runtime.command.dump.internal.airline.ZillaDumpCommand.run(ZillaDumpCommand.java:343)
at io.aklivity.zilla.runtime.command/io.aklivity.zilla.runtime.command.internal.ZillaMain$Invoker.invoke(ZillaMain.java:69)
at io.aklivity.zilla.runtime.command/io.aklivity.zilla.runtime.command.internal.ZillaMain.invoke(ZillaMain.java:40)
at io.aklivity.zilla.runtime.command/io.aklivity.zilla.runtime.command.internal.ZillaMain.main(ZillaMain.java:34)
The text was updated successfully, but these errors were encountered:
Describe the bug
Zilla dump crashes with IndexOutOfBoundException when continuously recording packets at while Zilla runs in the background.
To Reproduce
Steps to reproduce the behavior:
./zilla dump -v -e -Pzilla.engine.directory=<your-zilla-engine dir> -w debug.pcap
Logs:
The text was updated successfully, but these errors were encountered: