cshannon commented on issue #5087:
URL: https://github.com/apache/accumulo/issues/5087#issuecomment-2496174176

   I took a look at the API and 
[docs](https://hadoop.apache.org/docs/r3.4.0/api/org/apache/hadoop/fs/FileSystem.html#listStatus-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.PathFilter-)
 and it looks like catching that exception should be all we need to do to 
handle this.
   
   Also, i found a couple spots in the code where variations of this method are 
called and we are already catching FileNotFoundException such as 
[here](https://github.com/apache/accumulo/blob/d139704010987b0dc6474d74db0fbabe52795b82/server/base/src/main/java/org/apache/accumulo/server/fs/VolumeManager.java#L216).


-- 
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]

Reply via email to