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] Introduced partition shutdown watchdog timer #16219

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

mmaslankaprv
Copy link
Member

Backport of PR #16067

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 166dda6)
Introduced property that is going to be used by
`cluster::partition_manager` shutdown watchdog mechanism.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit f66bf5b)
Introduced a watchdog that is tracking partition shutdown state. The
watchdog is intended to provide a mechanism that will ease debugging of
partition shutdown issues. The watchdog tracks state of partitions that
were requested to be stopped or removed. When there was no state update
for the time longer than the configurable threshold (by default 30
seconds) the watchdog will emit error log entry which will inform user
about the problem.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 3adfdfc)
@piyushredpanda piyushredpanda merged commit db9d704 into redpanda-data:v23.2.x Jan 26, 2024
35 checks passed
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.

[v23.2.x] Introduced partition shutdown watchdog timer
3 participants