Create a cluster in YBM - I created a single region, 3 node, FT none cluster in gcp.northamerica-northeast2 region. Added IP to allow list.
Compiled latest from source, vs release 0.0.3, using
java -Dnode=
-Ddbname=yugabyte
-Ddbuser=admin
-Ddbpassword=
-Dssl=true
-Dsslmode=verify-full
-Dsslrootcert=../root.crt
-jar ./yb-workload-sim.jar
Using 0.0.3 release, connected successfully to cluster.
Using compiled from source, times out.
Create a cluster in YBM - I created a single region, 3 node, FT none cluster in gcp.northamerica-northeast2 region. Added IP to allow list.
Compiled latest from source, vs release 0.0.3, using
java -Dnode=
-Ddbname=yugabyte
-Ddbuser=admin
-Ddbpassword=
-Dssl=true
-Dsslmode=verify-full
-Dsslrootcert=../root.crt
-jar ./yb-workload-sim.jar
Using 0.0.3 release, connected successfully to cluster.
Using compiled from source, times out.