devmadhuu opened a new pull request, #5106:
URL: https://github.com/apache/ozone/pull/5106

   ## What changes were proposed in this pull request?
   
   Recon is unable to load data from the OM because the DB sync is failing due 
to path issues:
   ```
   2023-07-20 23:44:50,686 ERROR 
[pool-27-thread-1]-org.apache.hadoop.ozone.recon.spi.impl.OzoneManagerServiceProviderImpl:
 Unable to obtain Ozone Manager DB Snapshot.
   java.io.FileNotFoundException: 
/var/lib/hadoop-ozone/recon/om/data/om.snapshot.db_1689896689992/ints/om.db_checkpoint_1689896690655/000103.sst
 (No such file or directory)
           at java.io.FileOutputStream.open0(Native Method)
           at java.io.FileOutputStream.open(FileOutputStream.java:270)
           at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
           at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
           at 
org.apache.hadoop.ozone.recon.ReconUtils.untarCheckpointFile(ReconUtils.java:198)
   ```
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9063
   
   ## How was this patch tested?
   
   This patch was tested using Junit test case as well after deploying patch in 
cluster.
   


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