[PATCH v5 0/2] Remove inprogress files on start

Ilya Markov imarkov at tarantool.org
Wed Jun 20 19:25:54 MSK 2018


branch: https://github.com/tarantool/tarantool/tree/gh-3406-remove-inprogress-files
issue: https://github.com/tarantool/tarantool/issues/3406

Changes in v5:
- Fix one thread test failing on travis.

Ilya Markov (2):
  xdir: Change log messages in gc functions
  xlog: Remove inprogress files on start

 src/box/memtx_engine.c   |   1 +
 src/box/vinyl.c          |   3 +
 src/box/vy_log.c         |   7 +-
 src/box/vy_run.c         |  31 ++++++--
 src/box/vy_run.h         |   2 +
 src/box/xlog.c           |  47 ++++++++++--
 src/box/xlog.h           |  11 +++
 src/errinj.h             |   3 +
 test/box/errinj.result   | 185 +++++++++++++++++++++++++++++++++++++++++++++++
 test/box/errinj.test.lua |  72 +++++++++++++++++-
 10 files changed, 344 insertions(+), 18 deletions(-)

--
2.7.4




More information about the Tarantool-patches mailing list