hemantk-12 commented on PR #5008: URL: https://github.com/apache/ozone/pull/5008#issuecomment-1629749971
> Looks like a file in a DB (`000075.ldb`) is missing when it is trying to load it: > > https://github.com/apache/ozone/actions/runs/5479085498/jobs/10015176834#step:5:3733 > > ``` > [INFO] Running org.apache.hadoop.ozone.om.TestOMRatisSnapshots > Error: Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 255.138 s <<< FAILURE! - in org.apache.hadoop.ozone.om.TestOMRatisSnapshots > Error: org.apache.hadoop.ozone.om.TestOMRatisSnapshots.testInstallIncrementalSnapshot(Path) Time elapsed: 32.99 s <<< ERROR! > java.lang.IllegalStateException: java.io.IOException: Failed init RocksDB, db path : /home/runner/work/ozone/ozone/hadoop-ozone/integration-test/target/test-dir/MiniOzoneClusterImpl-88080730-3e14-4268-9a8b-a7bd2df1dbae/omNode-3/db.snapshots/checkpointState/om.db-a061ed03-4fca-4ab2-abd1-d3e75dde05b3, exception :org.rocksdb.RocksDBException Corruption: IO error: No such file or directory: While open a file for random read: /home/runner/work/ozone/ozone/hadoop-ozone/integration-test/target/test-dir/MiniOzoneClusterImpl-88080730-3e14-4268-9a8b-a7bd2df1dbae/omNode-3/db.snapshots/checkpointState/om.db-a061ed03-4fca-4ab2-abd1-d3e75dde05b3/000075.ldb: No such file or directory in file /home/runner/work/ozone/ozone/hadoop-ozone/integration-test/target/test-dir/MiniOzoneClusterImpl-88080730-3e14-4268-9a8b-a7bd2df1dbae/omNode-3/db.snapshots/checkpointState/om.db-a061ed03-4fca-4ab2-abd1-d3e75dde05b3/MANIFEST-000005 > at org.apache.hadoop.ozone.om.snapshot.SnapshotCache.lambda$1(SnapshotCache.java:177) > at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853) > at org.apache.hadoop.ozone.om.snapshot.SnapshotCache.get(SnapshotCache.java:165) > at org.apache.hadoop.ozone.om.OmSnapshotManager.checkForSnapshot(OmSnapshotManager.java:688) > at org.apache.hadoop.ozone.om.OzoneManager.getReader(OzoneManager.java:4580) > at org.apache.hadoop.ozone.om.OzoneManager.lookupKey(OzoneManager.java:2810) > at org.apache.hadoop.ozone.om.TestOMRatisSnapshots.checkSnapshot(TestOMRatisSnapshots.java:303) > at org.apache.hadoop.ozone.om.TestOMRatisSnapshots.testInstallIncrementalSnapshot(TestOMRatisSnapshots.java:468) > ``` > > Doesn't look related to this PR. Could be a DB metadata corruption. > > Retriggered: https://github.com/apache/ozone/actions/runs/5479085498/jobs/10050668136 Yes, it is related to https://github.com/apache/ozone/pull/5035/files -- 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]
