Skip to content
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.2.x] Offset translator consistency validation #24702

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tests: made segment size smaller in random_node_operations_test
Signed-off-by: Michał Maślanka <[email protected]>
(cherry picked from commit 9d885f5)
mmaslankaprv committed Jan 7, 2025
commit 096dac1da82a2217efd932d5ac540f9915ca7ee9
2 changes: 2 additions & 0 deletions tests/rptest/tests/random_node_operations_test.py
Original file line number Diff line number Diff line change
@@ -56,6 +56,8 @@ def __init__(self, test_context, *args, **kwargs):
# set disk timeout to value greater than max suspend time
# not to emit spurious errors
"raft_io_timeout_ms": 20000,
"compacted_log_segment_size": 1024 * 1024,
"log_segment_size": 2 * 1024 * 1024,
},
# 2 nodes for kgo producer/consumer workloads
node_prealloc_count=3,