Skip to content

Conversation

@dotnwat
Copy link
Member

@dotnwat dotnwat commented Dec 25, 2025

Reverts

Needs more testing.

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
  • v25.3.x
  • v25.2.x
  • v25.1.x

Release Notes

  • none

…ebounce_heap_use_after_free"

This reverts commit cf521b0, reversing
changes made to df4861c.
…he-and-debounce"

This reverts commit df4861c, reversing
changes made to b3ceb28.
@dotnwat dotnwat requested a review from a team as a code owner December 25, 2025 17:47
Copilot AI review requested due to automatic review settings December 25, 2025 17:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reverts two previous pull requests that introduced cloud topics fetch debouncing functionality. The revert is being performed because the feature needs more testing before deployment.

Key changes:

  • Removal of the cloud_topics_fetch_debounce_enabled configuration property
  • Complete deletion of the read debounce implementation and its tests
  • Cleanup of all references to the debounce feature from the data plane implementation

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/v/config/configuration.h Removed cloud_topics_fetch_debounce_enabled property declaration
src/v/config/configuration.cc Removed initialization of the debounce configuration property
src/v/cloud_topics/level_zero/read_debounce/tests/read_debounce_test.cc Deleted test file for read debounce functionality
src/v/cloud_topics/level_zero/read_debounce/tests/read_debounce_bench.cc Deleted benchmark file for read debounce performance testing
src/v/cloud_topics/level_zero/read_debounce/tests/BUILD Deleted Bazel build configuration for debounce tests
src/v/cloud_topics/level_zero/read_debounce/read_debounce.h Deleted header file containing read debounce class definition
src/v/cloud_topics/level_zero/read_debounce/read_debounce.cc Deleted implementation file for read debounce logic
src/v/cloud_topics/level_zero/read_debounce/BUILD Deleted Bazel build configuration for read debounce library
src/v/cloud_topics/level_zero/pipeline/BUILD Removed read_debounce package visibility declarations
src/v/cloud_topics/data_plane_impl.cc Removed read debounce service initialization and lifecycle management
src/v/cloud_topics/BUILD Removed read_debounce dependency from cloud_topics library

@vbotbuildovich
Copy link
Collaborator

CI test results

test results on build#78412
test_class test_method test_arguments test_kind job_url test_status passed reason test_history
MountUnmountIcebergTest test_simple_remount {"cloud_storage_type": 1} integration https://buildkite.com/redpanda/redpanda/builds/78412#019b56b0-0a61-4f6d-9455-218a1e9f1f72 FLAKY 9/11 Test PASSES after retries.No significant increase in flaky rate(baseline=0.1800, p0=0.8625, reject_threshold=0.0100. adj_baseline=0.4486, p1=0.0237, trust_threshold=0.5000) https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=MountUnmountIcebergTest&test_method=test_simple_remount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants