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
and test whether this implementation covers various fault cases.
I think that implementing fault tolerance will be closely related to implementing EM (Elastic Memory).
Currently, we just log failed tasks (see TaskFailedHandler in FlexionDriver)and update a group communication topology when it is changed (see updateTopology in ControllerTask)
These methods should be modified and improved.
The text was updated successfully, but these errors were encountered:
We have to
I think that implementing fault tolerance will be closely related to implementing EM (Elastic Memory).
Currently, we just log failed tasks (see
TaskFailedHandler
inFlexionDriver
)and update a group communication topology when it is changed (seeupdateTopology
inControllerTask
)These methods should be modified and improved.
The text was updated successfully, but these errors were encountered: