wal: remove files needed for recovery from backup checkpoints on ENOSPC
Tarantool always keeps box.cfg.checkpoint_count latest checkpoints. It also never deletes WAL files needed for recovery from any of them for the sake of redundancy, even if it gets ENOSPC while trying to write to WAL. This patch changes that behavior: now the WAL thread is allowed to delete backup WAL files in case of emergency ENOSPC - after all it's better than stopping operation. Closes #3822
Showing
- src/box/box.cc 9 additions, 8 deletionssrc/box/box.cc
- src/box/gc.c 10 additions, 7 deletionssrc/box/gc.c
- src/box/gc.h 0 additions, 14 deletionssrc/box/gc.h
- src/box/wal.c 38 additions, 16 deletionssrc/box/wal.c
- src/box/wal.h 12 additions, 10 deletionssrc/box/wal.h
- test/replication/gc_no_space.result 41 additions, 6 deletionstest/replication/gc_no_space.result
- test/replication/gc_no_space.test.lua 17 additions, 6 deletionstest/replication/gc_no_space.test.lua
Loading
Please register or sign in to comment