-
Notifications
You must be signed in to change notification settings - Fork 644
r/stm_manager: added watchdog logging an error when stm did not stop #26259
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
r/stm_manager: added watchdog logging an error when stm did not stop #26259
Conversation
a0215d9
to
afcd313
Compare
afcd313
to
4a7c940
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. also wondering about the unused function
CI test resultstest results on build#66506
test results on build#66565
|
4a7c940
to
e012d75
Compare
State machines should be able to stop timely as any issue with stopping a state machine may lead to a situation in which the whole partition fails to stop. Added watchdog reporting an error when STM fails to stop. Signed-off-by: Michał Maślanka <[email protected]>
e012d75
to
9d4dbfb
Compare
/ci-repeat 1 |
/backport v25.1.x |
/backport v24.3.x |
/backport v24.2.x |
Failed to create a backport PR to v24.2.x branch. I tried:
|
Failed to create a backport PR to v24.3.x branch. I tried:
|
Failed to create a backport PR to v25.1.x branch. I tried:
|
State machines should be able to stop timely as any issue with stopping a state machine may lead to a situation in which the whole partition fails to stop. Added watchdog reporting an error when STM fails to stop.
Backports Required
Release Notes
Improvements