yugabyte / tpcc

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

Retry fixes #134

Closed hbhanawat closed 2 years ago

hbhanawat commented 2 years ago

In case of a retry, the rollback can throw an exception as the node may be down (smart driver testing). We need to ignore the error if we fail to rollback.

Also, retry for other errors like internal errors as well