You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#64 OOM triggered another issue - that if something happens during Application allocation - it will stuck in ELECTED state and will be abandoned after restart. Most probably that will not happen in the cluster (because multiple nodes will look at the election process and notice when the Application was not ALLOCATED in time), but that should not happen even in one node configurations.
Expected Behaviour
We need to clean-up and mark the Application Allocation as ERROR or try to continue the allocation if it's possible.
Actual Behaviour
The application is not picked up upon node startup
Reproduce Scenario (including but not limited to)
Should be relatively easy to reproduce by killing the node right during allocation and then restarting it
Steps to Reproduce
Run the Fish node
Try to Allocate something
Kill the node during allocation (as hard as possible)
Start the node and see that Application is not picked up and in ELECTED state forever
#64 OOM triggered another issue - that if something happens during Application allocation - it will stuck in ELECTED state and will be abandoned after restart. Most probably that will not happen in the cluster (because multiple nodes will look at the election process and notice when the Application was not ALLOCATED in time), but that should not happen even in one node configurations.
Expected Behaviour
We need to clean-up and mark the Application Allocation as ERROR or try to continue the allocation if it's possible.
Actual Behaviour
The application is not picked up upon node startup
Reproduce Scenario (including but not limited to)
Should be relatively easy to reproduce by killing the node right during allocation and then restarting it
Steps to Reproduce
Platform and Version
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: