Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
3.0.0, 2.9.1
-
None
-
None
Description
In RBF when we try to update the existing mount entry by using the add command its creating a mount entry without performing the validation check / on the destination path.
command : ./hdfs dfsrouteradmin -add /aaa ns1 /tmp (record added to the mount table)
Now when we use the below command on the same mount entry.
Command : hdfs dfsrouteradmin -add /aaa ns1 -order RANDOM (its not performing the validation check for the second time).
Attachments
Attachments
Issue Links
- is related to
-
HDFS-13224 RBF: Resolvers to support mount points across multiple subclusters
- Resolved