-
Notifications
You must be signed in to change notification settings - Fork 593
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
V24.3.x co debugging #24616
Draft
andrwng
wants to merge
10
commits into
redpanda-data:v24.3.x
Choose a base branch
from
andrwng:v24.3.x-co-debugging
base: v24.3.x
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.
Draft
V24.3.x co debugging #24616
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
Added code that validates if deltas are consistent across different replicas. Signed-off-by: Michał Maślanka <[email protected]>
Signed-off-by: Michał Maślanka <[email protected]>
Signed-off-by: Michał Maślanka <[email protected]>
In order to enable stress fiber run ducktape test with "ENABLE_STRESS_FIBER=ON" env var. The number of stress fiber can be controlled via "NUM_STRESS_FIBERS" env var. "STRESS_FIBER_MIN_MS" and "STRESS_FIBER_MAX_MS" are controlling the duration of the reactor stall produced by stress fiber. Signed-off-by: Evgeny Lazin <[email protected]>
It's noisy and gets in the way of bug-finding.
Allow start_node to be run with stress fibers.
Trying to get many archival metadata batches.
Chasing a bug: - low segment size to encourage rolling - low compaction interval to encourage frequent compactions - increases the number of consumers to add slightly more load on consumer offsets topic - limit the set of operations to more interesting ones - adds stress fibers
Chasing a bug: - low segment size to encourage rolling - low compaction interval to encourage frequent compactions - increase the number of consumers to add slightly more load on consumer offsets topic - allow running with ENABLE_STRESS_FIBER=ON STRESS_FIBER_MAX_MS=10 STRESS_FIBER_MIN_MS=1 NUM_STRESS_FIBERS=20
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.
Backports Required
Release Notes