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

dt: Increase message size in MPT TS warmup #24753

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

StephanDollberg
Copy link
Member

This speeds up the TS warmup which is one of the major contributors time
wise with increasing partition count.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.3.x
  • v24.2.x
  • v24.1.x

Release Notes

  • none

This speeds up the TS warmup which is one of the major contributors time
wise with increasing partition count.
@@ -416,7 +416,7 @@ def _tiered_storage_warmup(self, scale, topic_name):
# such that actual segment size is as close as possible to the desired
# size. In default configuration we run with `log_segment_size_jitter_percent=5`
# adjust the messages size to always be larger than that.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw if the above comment makes sense to anyone please let me know. I am struggling to parse it.

@vbotbuildovich
Copy link
Collaborator

Retry command for Build#60531

please wait until all jobs are finished before running the slash command

/ci-repeat 1
tests/rptest/tests/delete_records_test.py::DeleteRecordsTest.test_delete_records_concurrent_truncations@{"cloud_storage_enabled":true,"truncate_point":"start_offset"}

@vbotbuildovich
Copy link
Collaborator

CI test results

test results on build#60531
test_id test_kind job_url test_status passed
rm_stm_tests_rpunit.rm_stm_tests_rpunit unit https://buildkite.com/redpanda/redpanda/builds/60531#01944c68-15a7-4abe-9aba-bce86a689633 FLAKY 1/2
rm_stm_tests_rpunit.rm_stm_tests_rpunit unit https://buildkite.com/redpanda/redpanda/builds/60531#01944c68-15a7-4dc3-bee1-c8519536d9af FLAKY 1/2
rptest.tests.delete_records_test.DeleteRecordsTest.test_delete_records_concurrent_truncations.cloud_storage_enabled=True.truncate_point=start_offset ducktape https://buildkite.com/redpanda/redpanda/builds/60531#01944cc2-54a3-4ac1-a177-b8e8b41d4450 FAIL 0/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants