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
Running the load-test branch of zilla-demos/taxi I would periodically run into the below exceptions. Some happen on startup, and some happen when the taxi-service (the MQTT producer) is stopped or restarted.
The doStreamSignalNow(long, int)" because "stream" is null error happened pretty consistently after the demo was running stable for about 5 min.
java.util.NoSuchElementException
java.lang.IndexOutOfBoundsException: limit=860 is beyond maxLimit=512
java.lang.IndexOutOfBoundsException: limit=717 is beyond maxLimit=512
java.lang.IndexOutOfBoundsException: limit=700 is beyond maxLimit=512
java.lang.IndexOutOfBoundsException: limit=562 is beyond maxLimit=512
java.lang.IllegalArgumentException: invalid offset: -65536
java.lang.NullPointerException: Cannot invoke "io.aklivity.zilla.runtime.binding.kafka.internal.stream.KafkaClientConnectionPool$KafkaClientStream.doStreamSignalNow(long, int)" because "stream" is null
Describe the bug
Running the load-test branch of zilla-demos/taxi I would periodically run into the below exceptions. Some happen on startup, and some happen when the
taxi-service
(the MQTT producer) is stopped or restarted.The
doStreamSignalNow(long, int)" because "stream" is null
error happened pretty consistently after the demo was running stable for about 5 min.To Reproduce
Steps to reproduce the behavior:
./startup.sh
taxi-service
:docker-compose -p zilla-taxi-demo restart taxi-service
stream_active_received{namespace="zilla-taxi-demo",binding="mqtt_server"}
should be 300"stream" is null
error pops up.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: