Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
During pipeline recovery, if not enough DNs can be found, if
dfs.client.block.write.replace-datanode-on-failure.best-effort
is enabled, we let the pipeline to continue, even if there is a single DN.
Similarly, when we create the write pipeline initially, if for some reason we can't find enough DNs, we can have a similar config to enable writing with a single DN.
More study will be done.