Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-10285
-
None
-
Reviewed
Description
I am summarizing the scenarios here what Rakesh and me discussed offline:
Here we need to handle couple of cases:
- NN switch - it will freshly start scheduling for all files.
At this time, old co-ordinators may continue movement work and send results back. This could confuse NN SPS that which result is right one.
NEED TO HANDLE - DN disconnected for heartbeat expiry - If DN disconnected for long time(more than heartbeat expiry), NN will remove this nodes. After SPS Monitor time out, it may retry for files which were scheduled to that DN, by finding new co-ordinator. But if it reconnects back after NN reschedules, it may lead to get different results from deferent co-ordinators.
NEED TO HANDLE - NN Restart- Should be same as point 1
- DN disconnect - here When DN disconnected simply and reconnected immediately (before heartbeat expiry), there should not any issues
NEED NOT HANDLE, but can think of more scenarios if any thing missing - DN Restart- If DN restarted, DN can not send any results as it will loose everything. After NN SPS Monitor timeout, it will retry.
NEED NOT HANDLE, but can think of more scenarios if any thing missing