[CORE-16628]: Cloud Topics: HTT and more scale tests#30818
Draft
oleiman wants to merge 5 commits into
Draft
Conversation
Dedup concurrent work keyed by a path. run(key, as, work) runs the work once on the first caller (the leader) and merges later callers onto its outcome. Bounded per shard; at capacity callers run uncoordinated. Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
Concurrent reads missing the cloud cache on the same extent each issue their own S3 GET. Route read_object's cold-miss download through single_flight so one GET serves all waiters on a shard. A gate drains in-flight reads before file_io destruction. Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
Per-shard counters to gauge dedup: reads, cache_misses, and concurrent_read_merges. Plumbed through app and read-replica refreshers. Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
CDT-scale gate for the cloud-topics read-under-produce path: a steady producer writes while a large backlog drains cold from object storage, so cold fetches and L0 uploads contend for the per-shard S3 pool. Asserts produce keeps progressing, the backlog drains, and the cluster stays healthy. Sets disable_batch_cache to force the reads cold (cloud topics keep ~zero local retention). Coarse regression gate, not the reservation-vs-passthrough A/B.
stage_cloud_topics_cold_read + test_cloud_topics_cold_read: a cloud-topics analog of stage_tiered_storage_consuming that runs on a real Redpanda Cloud cluster at the sold tier (cloud topics is available there). Steady produce at max tier ingress + an RpkConsumer draining the backlog cold from oldest; asserts produce advances and the backlog drains. Backlog volume and drain timeout are calibration knobs.
Member
Author
|
/cdt |
This file contains hidden or 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
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