We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
reverting the driver version change. We will restore it after #9 is f…
26aeb50
…ixed
Are you enabling the load-balance here @ddhodge ?
Sorry, something went wrong.
ashetkar
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: