[Tarantool-patches] [PATCH 0/2] Fix crash in case of lack of FDs during recovery
Nikita Pettik
korablev at tarantool.org
Thu Apr 30 22:27:49 MSK 2020
Branch: https://github.com/tarantool/tarantool/commits/np/gh-4805-too-many-fds
Issue: https://github.com/tarantool/tarantool/issues/4805
First patch adds simple macro which allows error injection to be delayed.
It also can be used in this series:
https://lists.tarantool.org/pipermail/tarantool-patches/2020-April/016367.html
Nikita Pettik (2):
errinj: introduce delayed injection
vinyl: drop wasted runs in case range recovery fails
src/box/vy_lsm.c | 14 ++-
src/box/vy_run.c | 4 +
src/errinj.h | 10 ++
test/box/errinj.result | 1 +
test/vinyl/errinj_recovery.lua | 10 ++
.../gh-4805-open-run-err-recovery.result | 101 ++++++++++++++++++
.../gh-4805-open-run-err-recovery.test.lua | 38 +++++++
test/vinyl/suite.ini | 2 +-
8 files changed, 176 insertions(+), 4 deletions(-)
create mode 100644 test/vinyl/errinj_recovery.lua
create mode 100644 test/vinyl/gh-4805-open-run-err-recovery.result
create mode 100644 test/vinyl/gh-4805-open-run-err-recovery.test.lua
--
2.17.1
More information about the Tarantool-patches
mailing list