LiuGuH commented on code in PR #6317:
URL: https://github.com/apache/hadoop/pull/6317#discussion_r1412724452


##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterTrash.java:
##########
@@ -276,7 +276,7 @@ public void testMultipleMountPoint() throws IOException,
 
     // Client user see global trash view, wo should see all three mount point.
     FileStatus[] fileStatuses = fs.listStatus(new 
Path("/user/test-trash/.Trash/Current/"));
-    assertEquals(3, fileStatuses.length);
+    assertEquals(2, fileStatuses.length);

Review Comment:
   With https://github.com/apache/hadoop/pull/5039  , it will lead to user will 
not see any other nameservices trash path expect where the user home is mounted 
nameservices.    It will break https://issues.apache.org/jira/browse/HDFS-16024 
purpose.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to