You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "liuguanghua (Jira)" <ji...@apache.org> on 2023/12/01 09:39:00 UTC

[jira] [Created] (HDFS-17269) [RBF] Make listStatus user root trash dir will return all subclusters trash subdirs if user has any mount points in nameservice.

liuguanghua created HDFS-17269:
----------------------------------

             Summary: [RBF] Make listStatus user root trash dir will return all subclusters trash subdirs if user has any mount points in nameservice.
                 Key: HDFS-17269
                 URL: https://issues.apache.org/jira/browse/HDFS-17269
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: liuguanghua


Same scenario  as HDFS-17263 

If user trash config  fs.trash.checkpoint.interval set to 10min in namenodes, the trash root dir /user/$USER/.Trash/Current will be very 10 min renamed to /user/$USER/.Trash/timestamp .

 

When user  ls  /user/$USER/.Trash, it should be return blow:

/user/$USER/.Trash/Current

/user/$USER/.Trash/timestamp (This is invisible now)

 

So we should  make  that user ls trash root dir can see all trash subdirs in all nameservices which user has any mountpoint in nameservice.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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