smengcl commented on PR #5008: URL: https://github.com/apache/ozone/pull/5008#issuecomment-1619861959
Pls take a look at the NPE in the UT. Looks relevant: https://github.com/swamirishi/ozone/actions/runs/5451580667/jobs/9917994279#step:6:989 ``` [INFO] Running org.apache.ozone.rocksdiff.TestRocksDBCheckpointDiffer Error: Tests run: 25, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.314 s <<< FAILURE! - in org.apache.ozone.rocksdiff.TestRocksDBCheckpointDiffer Error: org.apache.ozone.rocksdiff.TestRocksDBCheckpointDiffer.testDifferWithDB Time elapsed: 1.592 s <<< ERROR! java.lang.NullPointerException at org.apache.ozone.rocksdb.util.RdbUtil.getLiveSSTFilesForCFs(RdbUtil.java:43) at org.apache.ozone.rocksdiff.RocksDBCheckpointDiffer.readRocksDBLiveFiles(RocksDBCheckpointDiffer.java:694) at org.apache.ozone.rocksdiff.RocksDBCheckpointDiffer.getSSTDiffList(RocksDBCheckpointDiffer.java:867) at org.apache.ozone.rocksdiff.TestRocksDBCheckpointDiffer.diffAllSnapshots(TestRocksDBCheckpointDiffer.java:406) at org.apache.ozone.rocksdiff.TestRocksDBCheckpointDiffer.testDifferWithDB(TestRocksDBCheckpointDiffer.java:365) ``` -- 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]
