sadanand48 commented on PR #4015:
URL: https://github.com/apache/ozone/pull/4015#issuecomment-1359134102

   > UT in CI has failed twice in a row so far. Looks related
   
   Fixed these.
   
   One more test failure I can see in 
org.apache.hadoop.ozone.freon.TestOMSnapshotDAG.testDAGReconstruction
   ```java
   java.io.IOException: Snapshot Chain corruption:  previous snapshotID given 
but no associated snapshot found in snapshot chain: SnapshotID 
2454ada9-2134-489f-8b97-d1ecadc80b74
   3171 at 
org.apache.hadoop.ozone.om.SnapshotChainManager.addSnapshotGlobal(SnapshotChainManager.java:81)
   3172 at 
org.apache.hadoop.ozone.om.SnapshotChainManager.addSnapshot(SnapshotChainManager.java:274)
   3173 at 
org.apache.hadoop.ozone.om.SnapshotChainManager.loadFromSnapshotInfoTable(SnapshotChainManager.java:265)
   3174 at 
org.apache.hadoop.ozone.om.SnapshotChainManager.<init>(SnapshotChainManager.java:61)
   3175 at 
org.apache.hadoop.ozone.om.OzoneManager.instantiateServices(OzoneManager.java:731)
   3176 at 
org.apache.hadoop.ozone.om.OzoneManager.restart(OzoneManager.java:1575)
   3177 at 
org.apache.hadoop.ozone.MiniOzoneClusterImpl.restartOzoneManager(MiniOzoneClusterImpl.java:362)
   3178 at 
org.apache.hadoop.ozone.freon.TestOMSnapshotDAG.testDAGReconstruction(TestOMSnapshotDAG.java:257)
 
   ```
   Looks like this needs to be fixed before plugging in SnapshotChainManager 
code. Reverted the optimisation for this PR. Filed HDDS-7689 for the above 
error.


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