You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/18 23:51:24 UTC

[GitHub] [ozone] errose28 commented on a diff in pull request #3276: HDDS-6555. Container Deletion should not depend on usedBytes being zero

errose28 commented on code in PR #3276:
URL: https://github.com/apache/ozone/pull/3276#discussion_r849826365


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java:
##########
@@ -818,6 +818,7 @@ public void deleteKey(OmKeyArgs args) throws IOException {
     OMRequest omRequest = createOMRequest(Type.DeleteKey)
         .setDeleteKeyRequest(req)
         .build();
+    System.out.println("----- DeleteKey: " + args.getKeyName());

Review Comment:
   I think this was a debug statement mistakenly left in.



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

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


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