-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fix for backup config owner #25
Open
jrkinley
wants to merge
70
commits into
main
Choose a base branch
from
fix_config_owner
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… deploy_with_stats.yaml file for pulsar runs
There is a current issue that doesn't allow for the passing for "min.insync.replicas". So this has been removed for the moment from the driver files.
Fully working version of the Redpanda benchmark. Also added the workloads from the confluent benchmarking blog, found under workloads/blog
Working version of Redpanda Benchmark
Ported over Google's guava rate limiter and modified it to use nano seconds resolution timer. This allow us to run workloads with more than one million messages per second. Signed-off-by: Michal Maslanka <[email protected]>
benchmark-framework: using nanoseconds resolution rate limiter
The inline fmt function makes the code hard to read. This is strictly a cosmetic change.
generate_chars: use brighter colors & map max latency
Fixed repos. Also codealchemy node-exporter is now node_exporter.
Update README.md
Configurable warm-up duration
* Cherry-pick 64eff25 Fixes #247 Fix Coordinated Omission (#248) * Update README.md Correct the terraform output command to remove quotes * Updated RedPanda docker org * Add error messages for preconditions * Change default instance sizes and region
* Accept zero producer rate to use max rate * Configurable warm-up duration
- Relaxes file name restriction to parse any valid results json. Uniqueness of a results file is based on (driver, workload) combination. We need this because OMB does not generate result files in that naming format and this restriction makes it difficult to automate this part as a part of nightlies. - Dumps certain curated metrics of interest in a parseable JSON format to stdout. We want to build some rules against this output to detect if the metrics are within acceptable configurable limits.
Improvements to generate_charts script Relaxes file name restriction to parse any valid results json. Uniqueness of a results file is based on (driver, workload) combination. We need this because OMB does not generate result files in that naming format and this restriction makes it difficult to automate this part as a part of nightlies. Dumps certain curated metrics of interest in a parseable JSON format to stdout. We want to build some rules against this output to detect if the metrics are within acceptable configurable limits.
Adds an optionally passed service version passed via benchmark command along with the begin/end timestamps of the run.
Outputs version, beginTime, endTime as the curated output.
Annotate additional metadata in the result file
…into html to allow for easy distribution of results.
Fixes to Generate Charts
Bumps log4j-core from 2.9.1 to 2.17.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…framework/org.apache.logging.log4j-log4j-core-2.17.1 Bump log4j-core from 2.9.1 to 2.17.1 in /benchmark-framework
* Fix to ensure that chrony.conf is in the right location * Remove IP param
@jrkinley can you please rebase this on the latest? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.