Closed hrosenbe closed 5 years ago
@hrosenbe, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
@hrosenbe, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
With this change, when an auction runs out of items all of its items will be put back into their original state and reused. This means that auctions never end, which allows the benchmark to run forever without having to load large numbers of items. As a result, the maxDuration parameter has been removed.
This pull request also includes some fixes that allow running either one or three zookeeper instances on both k8s and docker. In addition, running multiple zookeeper instances on the same docker hosts now works correctly.