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

[v23.2.x] c/topic_table: do not log duplicated lifecycle marker command #15800

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #15407

It is possible that the drop topic lifecycle marker replicate request
would timeout. In this case requester has no other option than to retry
dropping lifecycle marker. Logic in `cluster::topic_table` is idempotent
and duplicate marker drop command does not harm to Redpanda. Changed log
level of an entry notifying about duplicated drop command from an error
to info level.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 60e235f)
@vbotbuildovich vbotbuildovich added this to the v23.2.x-next milestone Dec 20, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 20, 2023
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.21 Dec 20, 2023
@piyushredpanda piyushredpanda marked this pull request as ready for review December 20, 2023 11:17
@piyushredpanda piyushredpanda merged commit d50db24 into redpanda-data:v23.2.x Dec 20, 2023
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants