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


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -1587,6 +1587,15 @@ private void initializeRatisDirs(OzoneConfiguration 
conf) throws IOException {
     omRatisSnapshotDir = OmUtils.createOMDir(
         OzoneManagerRatisUtils.getOMRatisSnapshotDirectory(conf));
 
+    File omRatisDir = new File(omRatisDirectory);

Review Comment:
   I'm wondering if the same mount point implies a hard link can be created. 
What if we try to create a hard link upon OM start (and then delete it)? That 
would be more direct proof that it works.



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