You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/10/25 05:13:05 UTC

[GitHub] [hadoop] xinglin commented on pull request #5071: HDFS-16816 RBF: auto-create user home dir for trash paths by router

xinglin commented on PR #5071:
URL: https://github.com/apache/hadoop/pull/5071#issuecomment-1289991163

   yetus may come back with unit test failure of `TestRouterRPCMultipleDestinationMountTableResolver`. I have tested that this class is failing on trunk non-deterministically as well. Created another ticket (HDFS-16818) to handle this unit test failure. 
   
   `TestRouterRPCMultipleDestinationMountTableResolver` mainly tests with the following paths, which shouldn't be impacted with the change in this PR.
   ```
       Path mountDir = new Path("/mount/dir/dir");
       Path nameSpaceFile = new Path("/tmp/dir/file");
       Path mountFile = new Path("/mount/dir/file");
       Path mountEntry = new Path("/mount");
       Path mountDest = new Path("/tmp");
       Path nameSpaceDir = new Path("/tmp/dir/dir");
   ```


-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org