Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There is an issue while running a UT that included a snapdiff call, The problem was that it included 2 consecutive createSnapshot calls , The first one created a checkpoint however the second didn’t and gave an error during snapshot read (as checkpoint hadn't been created). although it didn’t give an error during snapshot create and returned a response, It looks like the checkpoint creation is happening async and not blocking call. One more observation is that this occurs only when ratisEnabled set to true .