Tags: infiniflow/infinity
Tags
Fix Persist() during checkpoint (#3050) ### What problem does this PR solve? restart_test/test_insert.py::TestInsert::test_index in slow test failed intermittently. * ------checkpoint----- append ------- checkpoint------- *-------------------------------------------------- | *-------------------------------------------------- killed During the first checkpoint, it persists block data to obj in pm. append updates the block data. During the 2nd checkpoint, it removes the old obj from pm and persists block data to new obj in pm. The error occurs when instance is killed after old obj is removed from pm but new obj is not written. We should persists block data to new obj in pm and then remove old obj from pm during Persist(). ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
Update version to 0.6.0 (#3026) ### What problem does this PR solve? Update version to 0.6.0 ### Type of change - [x] Documentation Update - [x] Python SDK impacted, Need to update PyPI - [x] Other (please describe): Signed-off-by: Jin Hai <[email protected]>
Update version to 0.6.0 (#3026) ### What problem does this PR solve? Update version to 0.6.0 ### Type of change - [x] Documentation Update - [x] Python SDK impacted, Need to update PyPI - [x] Other (please describe): Signed-off-by: Jin Hai <[email protected]>
Update version before release (#3018) ### What problem does this PR solve? Update version to 0.6.0-dev7 ### Type of change - [x] Documentation Update - [x] Python SDK impacted, Need to update PyPI Signed-off-by: Jin Hai <[email protected]>
Update version info (#3005) ### What problem does this PR solve? Update to 0.6.0-dev6 ### Type of change - [x] Documentation Update - [x] Refactoring - [x] Python SDK impacted, Need to update PyPI --------- Signed-off-by: Jin Hai <[email protected]>
Update version info (#2878) ### What problem does this PR solve? Update version info to 0.6.0.dev5, SDK isn't updated. ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: Jin Hai <[email protected]>
Update version info to 0.6.0.dev3 (#2511) ### What problem does this PR solve? Update version info. ### Type of change - [x] Refactoring - [x] Python SDK impacted, Need to update PyPI Signed-off-by: Jin Hai <[email protected]>
PreviousNext