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
The data-plane-selector is currently not aware if a dataplane is available or not at the selection, so a transfer could be assigned to a dataplane that's down and the transfer will fail.
To avoid situations like these, the data-plane-selector could set up a state machine where iteratively pings the dataplanes to get their status, that will be used during selection to eventually skip an unavailable/clogged instance.
TODO
state machine for data plane instances
heartbeat that can change data plane instance state
select functionality to exclude the non-active data plane instances
The text was updated successfully, but these errors were encountered:
What
The data-plane-selector is currently not aware if a dataplane is available or not at the selection, so a transfer could be assigned to a dataplane that's down and the transfer will fail.
To avoid situations like these, the data-plane-selector could set up a state machine where iteratively pings the dataplanes to get their status, that will be used during selection to eventually skip an unavailable/clogged instance.
TODO
The text was updated successfully, but these errors were encountered: