jojochuang commented on a change in pull request #1725: HDFS-13616. Batch 
listing of multiple directories
URL: https://github.com/apache/hadoop/pull/1725#discussion_r348833390
 
 

 ##########
 File path: 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java
 ##########
 @@ -697,6 +697,12 @@ boolean mkdirs(String src, FsPermission masked, boolean 
createParent)
   DirectoryListing getListing(String src, byte[] startAfter,
       boolean needLocation) throws IOException;
 
+  @Idempotent
+  BatchedDirectoryListing getBatchedListing(
 
 Review comment:
   I believe we want to add the annotation
   `  @ReadOnly(isCoordinated = true)
   `

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to