-
Notifications
You must be signed in to change notification settings - Fork 39
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
Transaction heuristic state should be reported in better way #100
Comments
@jmesnil submitting this as an issue that I would like to work on but just after the WFLY18/CD18 release. |
In connection to #109 |
I am working on this issue ATM. IMO, |
To me this suggestion sounds reasonable. |
When transaction scale down process reviews the state of transactions in the pods it checks if there are no unfinished prepared transactions. If there are found some then it does not permit the pod being terminated and the pod is moved to state
SCALING_DOWN_RECOVERY_DIRTY
. It's left there until all transactions are safely recovered.There are cases when transaction is never recovered in automated manner. It's time when transaction is in heuristic state. Such transaction needs to be handled manually by administrator and he is expected to connect to the app server with
jboss-cli.sh
and verify the transaction state.The operator should report better that there is a transaction in heuristic state.
The text was updated successfully, but these errors were encountered: