Let fixture reassignments coexist with metadata churn - #601
Open
bringhurst wants to merge 4 commits into
Open
bringhurst wants to merge 4 commits into
bringhurst wants to merge 4 commits into
Conversation
bringhurst
added this pull request to stack #582
September 12, 2026 02:24
Member
Author
|
Final verification for this repair is complete:
The failed PR 600 run is retained and explained by the CLI's global guard. The deterministic coexistence probe verifies preservation of the unrelated assignment and topic throttle. No client setting, retry policy, deadline or record assertion was relaxed. This completes the review/verification evidence for the code and fixture repair, not production approval. Deployment still requires approved published artifacts and actual owner-reviewed client, state, runtime, capacity and security evidence. In particular, F28's inherited client limitation must be covered by the explicit unchanged-client qualification gate; no client configuration was chosen by this review. |
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.
PR 600's process job failed because the reassignment CLI refuses to execute while any reassignment exists unless
--additionalis supplied. The continuous metadata-churn workload legitimately had another move in progress. This was not a broker error or the earlier client-bootstrap timeout.Use a shared fixture helper that supplies
--additionalfor the exact reassignment file. Keep the existing record checks, ISR checks, delays and deadlines.The cancellation fixture also needs this coexistence, but simply combining
--additionaland CLI--throttlewould rewrite topic throttles for other active moves. Configure only the cancellation topic's replica selectors and retain the fixture's existing 1024-byte/s broker rates, then execute the scoped move without CLI--throttle.Evidence:
--additional, no global CLI throttle rewrite, the unchanged rate, and configuration before execution. All 94 Python tests and actual RAT pass.No Kafka runtime code or client configuration changes. Based on #600.