jojochuang commented on code in PR #6472:
URL: https://github.com/apache/ozone/pull/6472#discussion_r1550209879


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OmKeysDeleteRequestWithFSO.java:
##########
@@ -42,6 +46,8 @@
  */
 public class OmKeysDeleteRequestWithFSO extends OMKeysDeleteRequest {
 
+  public static final Logger LOG = 
LoggerFactory.getLogger(OmKeysDeleteRequestWithFSO.class);
+
   public OmKeysDeleteRequestWithFSO(

Review Comment:
   interesting that this class is called 'OmKeysDeleteRequestWithFSO' not 
'OMKeysDeleteRequestWithFSO' but fine.



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


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

Reply via email to