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.3.x] Introduced partition shutdown watchdog timer #16216

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Jan 22, 2024

Backport of PR #16067
Fixes: #16088

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)
src/v/cluster/partition_manager.h Outdated Show resolved Hide resolved
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)
@mmaslankaprv mmaslankaprv force-pushed the vbotbuildovich/backport-16067-v23.3.x-824 branch from 48fc2f9 to 56cb178 Compare January 22, 2024 14:52
@mmaslankaprv
Copy link
Member Author

/ci-repeat 1

@piyushredpanda piyushredpanda merged commit 82416ba into redpanda-data:v23.3.x Jan 25, 2024
14 of 17 checks passed
@piyushredpanda piyushredpanda added this to the v23.3.4 milestone Jan 25, 2024
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.3.x] Introduced partition shutdown watchdog timer
3 participants