xiaoyuyao commented on a change in pull request #814:
URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429348515



##########
File path: 
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzoneClientAdapterImpl.java
##########
@@ -272,15 +272,15 @@ public boolean createDirectory(String keyName) throws 
IOException {
   /**
    * Helper method to delete an object specified by key name in bucket.
    *
-   * @param keyName key name to be deleted
+   * @param keyNameList key name list to be deleted
    * @return true if the key is deleted, false otherwise
    */
   @Override
-  public boolean deleteObject(String keyName) {
-    LOG.trace("issuing delete for key {}", keyName);
+  public boolean deleteObject(List<String> keyNameList) {

Review comment:
       Should we define a new method called deleteObjects to be backward 
compatible? 




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



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

Reply via email to