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
Sometimes recovery tasks fail for a variety of reasons: data in kafka has expired, corrupt or missing partition metadata etc.. Currently, recovery task spins when this happens. So, add a hard timeout to recovery task after which the assigned task fails.
It may be better to mark the recovery task as failed so it is not assigned to another node again and an admin manually takes care of it.
The text was updated successfully, but these errors were encountered:
Description
Sometimes recovery tasks fail for a variety of reasons: data in kafka has expired, corrupt or missing partition metadata etc.. Currently, recovery task spins when this happens. So, add a hard timeout to recovery task after which the assigned task fails.
It may be better to mark the recovery task as failed so it is not assigned to another node again and an admin manually takes care of it.
The text was updated successfully, but these errors were encountered: