openmessaging-benchmark icon indicating copy to clipboard operation
openmessaging-benchmark copied to clipboard

Results 21 openmessaging-benchmark issues
Sort by recently updated
recently updated
newest added

This cuts down the size of the packaged artifact significantly, from 160MB with every module, to 21MB with only OMB and driver-redpanda.

Fixes issues where the benchmark worker java processes take more memory than the client instance and keep getting hit by the OOM killer / causing SSH connections to get hit...

Pipelining, more forks, minimal fact gathering, and idempotent benchmark artifact upload.

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2 to 2.13.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.2&new-version=2.13.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

https://redpandadata.slack.com/archives/C01ND4SVB6Z/p1694729911166379 Need to document some additional OMB workload configuration detail for high volume testing. There's a few items in this thread talking about how to get the producer to keep...

``` 03:20:20.240 [main] INFO - Using DistributedWorkersEnsemble workers topology Exception in thread "main" java.lang.IllegalArgumentException at com.google.common.base.Preconditions.checkArgument(Preconditions.java:128) at io.openmessaging.benchmark.worker.DistributedWorkersEnsemble.(DistributedWorkersEnsemble.java:71) at io.openmessaging.benchmark.Benchmark.main(Benchmark.java:158) ``` DistributedWorkersEnsemble throws this arg error if there happens to...

Recent updates to the repo has introduced a requirement for ansible.posix but it was not added to the requirements file.

This code introduces a regression where people using already existing hosts files receive a critical failure because instance_type is not set. Default values should have been added here as an...