Open BarkovBG opened 8 months ago
@leftmain has details
эти детали должны быть в issue, иначе вообще непонятно, что тут хочется сделать и зачем
There's a confusion for TCheckpointStore
functions: Add
, AddCheckpointMapping
, Delete
and DeleteCheckpointMapping
.
For example Delete
function actually performs the action "Delete checkpoint data" and you must call both Delete
and DeleteCheckpointMapping
to fully remove normal checkpoint.
On the other hand, Add
function actually create full normal checkpoint and AddCheckpointMapping
creates "checkpoint without data" (example).
rename containers in TCheckpointStore to reasonable ones (checkpointsWithData/WithoutData, ...)
@leftmain has details