yugabyte / tpcc

Repo to run TPCC benchmarks against YugabyteDB
Other
24 stars 21 forks source link

Hikari pool connection fixes. #97

Closed psudheer21 closed 3 years ago

psudheer21 commented 3 years ago
  1. Set the maxLifetime of the connection so as to not close the connection after 30 minutes.
  2. Make sure the sleep due to initial-delay-secs happens before the constructor of the BenchmarkModule so as to sleep before the creation of the HikariPool.

Reviewers: Mihnea