GeorgeJahad commented on PR #5106:
URL: https://github.com/apache/ozone/pull/5106#issuecomment-1648413834

   Also, to summarize the issue @devmadhuu found, the bootstrapper was using 
this method:  ServerUtils.getOzoneMetaDirPath() to determine the path of the 
metadir.  It turns out that in some configurations that method doesn't seem to 
work as expected.
   
   So I just replaced it with a call to 
"checkpointLocation.getParent().getParent()".
   
   Functionally, that is all this PR does.  The other changes just deal with 
findbug issues or add error checking.
   
   


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