yugabyte / tpcc

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

Incompatible with Java 11 #92

Open MaxiBoether opened 3 years ago

MaxiBoether commented 3 years ago

When running TPCC with Java 11, the loading of data works fine, but on execution, you can observe almost no CPU utilization and very low tpM values. Java 10 works fine.

I did not do too much digging into this, but it could be that this Hikari PR could be linked to that, as the pom.xml specifies an older version of Hikari. Furthermore, I noticed that the pom-target of tpcc is version 10, anyways.