rakeshadr commented on code in PR #3358:
URL: https://github.com/apache/ozone/pull/3358#discussion_r867646595


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/lock/OBSKeyPathLockStrategy.java:
##########
@@ -31,6 +33,9 @@
  */
 public class OBSKeyPathLockStrategy implements OzoneLockStrategy {
 
+  private OMHashCodeGenerator omHashCodeGenerator =
+      new DefaultOMHashCodeGeneratorImpl();

Review Comment:
   Add a TODO saying that, "TODO: need to make this pluggable and allows users 
to configure the preferred hashcode generation mechanism."



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