hemantk-12 commented on code in PR #7095:
URL: https://github.com/apache/ozone/pull/7095#discussion_r1839178829


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -626,10 +610,10 @@ public static DBStore loadDB(OzoneConfiguration 
configuration, File metaDir,
         .setPath(Paths.get(metaDir.getPath()))
         .setMaxFSSnapshots(maxFSSnapshots)
         .setEnableCompactionDag(enableCompactionDag)
-        .setCreateCheckpointDirs(createCheckpointDirs);
+        .setCreateCheckpointDirs(createCheckpointDirs)
+        .setMaxNumberOfOpenFiles(maxOpenFiles);

Review Comment:
   For Active File System, this value is set to `-1` which means infinite.
   
   
https://github.com/apache/ozone/blob/8f4ea86ada323d61eb87f337627e5f089682b1f8/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java#L580
   
    Refer to https://github.com/apache/ozone/pull/6954.
   



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