YugabyteDB-Samples / yb-workload-simulator

Extensible workload application for YugabyteDB.
Apache License 2.0
5 stars 6 forks source link

Connection to YBM times out #9

Open ddhodge opened 1 year ago

ddhodge commented 1 year ago

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.

ashetkar commented 1 year ago

Are you enabling the load-balance here @ddhodge ?