memtx: log bad row on snapshot recovery error
We log bad row on xlog recovery error. We should log bad row on snapshot recovery error ase well to ease debugging. Closes #7917 NO_DOC=bug fix
Showing
- changelogs/unreleased/gh-7917-log-row-on-recovery-error.md 3 additions, 0 deletionschangelogs/unreleased/gh-7917-log-row-on-recovery-error.md
- src/box/memtx_engine.cc 7 additions, 4 deletionssrc/box/memtx_engine.cc
- test/box-luatest/gh_7917_data/snap/00000000000000000003.snap 0 additions, 0 deletionstest/box-luatest/gh_7917_data/snap/00000000000000000003.snap
- test/box-luatest/gh_7917_data/xlog/00000000000000000000.snap 0 additions, 0 deletionstest/box-luatest/gh_7917_data/xlog/00000000000000000000.snap
- test/box-luatest/gh_7917_data/xlog/00000000000000000000.xlog 0 additions, 0 deletionstest/box-luatest/gh_7917_data/xlog/00000000000000000000.xlog
- test/box-luatest/gh_7917_log_row_on_recovery_error_test.lua 28 additions, 0 deletionstest/box-luatest/gh_7917_log_row_on_recovery_error_test.lua
Loading