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
810 [main] INFO com.yugabyte.sample.apps.AppBase - Created a Cassandra table using query: [CREATE TABLE IF NOT EXISTS CassandraKeyValue (k varchar, v blob, primary key (k));]
833 [Thread-3] INFO com.yugabyte.sample.apps.AppBase - Caught Exception:
java.lang.IllegalArgumentException: bound must be positive
at java.util.concurrent.ThreadLocalRandom.nextLong(ThreadLocalRandom.java:403)
at com.yugabyte.sample.common.SimpleLoadGenerator.getKeyToWrite(SimpleLoadGenerator.java:180)
at com.yugabyte.sample.apps.CassandraKeyValueBase.doWrite(CassandraKeyValueBase.java:147)
at com.yugabyte.sample.apps.AppBase.performWrite(AppBase.java:742)
at com.yugabyte.sample.common.IOPSThread.run(IOPSThread.java:87)
The text was updated successfully, but these errors were encountered:
Running this command from step 4 of the docs https://docs.yugabyte.com/latest/explore/follower-reads/macos/
generates an error:
810 [main] INFO com.yugabyte.sample.apps.AppBase - Created a Cassandra table using query: [CREATE TABLE IF NOT EXISTS CassandraKeyValue (k varchar, v blob, primary key (k));]
833 [Thread-3] INFO com.yugabyte.sample.apps.AppBase - Caught Exception:
java.lang.IllegalArgumentException: bound must be positive
at java.util.concurrent.ThreadLocalRandom.nextLong(ThreadLocalRandom.java:403)
at com.yugabyte.sample.common.SimpleLoadGenerator.getKeyToWrite(SimpleLoadGenerator.java:180)
at com.yugabyte.sample.apps.CassandraKeyValueBase.doWrite(CassandraKeyValueBase.java:147)
at com.yugabyte.sample.apps.AppBase.performWrite(AppBase.java:742)
at com.yugabyte.sample.common.IOPSThread.run(IOPSThread.java:87)
The text was updated successfully, but these errors were encountered: