chungen0126 commented on code in PR #9216:
URL: https://github.com/apache/ozone/pull/9216#discussion_r2509791748


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -417,7 +417,7 @@ public static DBStore loadDB(OzoneConfiguration 
configuration, File metaDir, int
         .build();
   }
 
-  private static DBStoreBuilder newDBStoreBuilder(OzoneConfiguration conf, 
String name, File dir) {
+  public static DBStoreBuilder newDBStoreBuilder(OzoneConfiguration conf, 
String name, File dir) {

Review Comment:
   I don't think changing the method access control here is a good idea. 
Perhaps we can use DBStoreBuilder#newBuilder directly within FSORepairTool.



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