Possible data loss when renaming a snapshot
Bug #686411 reported by
Yuriy Vostrikov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
Fix Released
|
Medium
|
Roman Tokarev |
Bug Description
Current implementation doesn't check existence of target snapshot file before rename. Therefore it is possible to overwrite some existing file ultimately leading to data loss. Consider using link(2) + unlink(2) vs rename(2).
summary: |
- possible-data-loss-then-renaming-snapshot + Possible data loss when renaming a snapshot |
Changed in tarantool: | |
milestone: | none → 2011-01-31 |
Changed in tarantool: | |
status: | Confirmed → Fix Committed |
Changed in tarantool: | |
status: | Fix Committed → Fix Released |
Changed in tarantool: | |
assignee: | nobody → Roman Tokarev (roman-s-tokarev) |
To post a comment you must log in.
Duplicate of http:// bugs.launchpad. net/bugs/ 695689