From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: tarantool-patches@freelists.org
Subject: [PATCH 0/3] Fixes of a few Vinyl transaction manager issues
Date: Sat, 25 May 2019 00:53:39 +0300 [thread overview]
Message-ID: <cover.1558733443.git.vdavydov.dev@gmail.com> (raw)
For more details see comments to the patches below.
https://github.com/tarantool/tarantool/issues/3693
https://github.com/tarantool/tarantool/issues/4242
https://github.com/tarantool/tarantool/issues/4248
https://github.com/tarantool/tarantool/commits/dv/vy-tx-commit-fixes
Vladimir Davydov (3):
vinyl: fix secondary index divergence on update
vinyl: don't produce deferred DELETE on commit if key isn't updated
vinyl: fix deferred DELETE statement lost on commit
src/box/vinyl.c | 7 +-
src/box/vy_tx.c | 98 ++++++++++++------------
src/box/vy_tx.h | 17 ++---
test/engine/update.result | 30 ++++++++
test/engine/update.test.lua | 12 +++
test/vinyl/deferred_delete.result | 145 ++++++++++++++++++++++++++++++++++++
test/vinyl/deferred_delete.test.lua | 47 ++++++++++++
test/vinyl/quota.result | 2 +-
test/vinyl/stat.result | 6 +-
test/vinyl/stat.test.lua | 2 +-
test/vinyl/write_iterator.result | 4 +-
test/vinyl/write_iterator.test.lua | 4 +-
12 files changed, 301 insertions(+), 73 deletions(-)
--
2.11.0
next reply other threads:[~2019-05-24 21:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-24 21:53 Vladimir Davydov [this message]
2019-05-24 21:53 ` [PATCH 1/3] vinyl: fix secondary index divergence on update Vladimir Davydov
2019-05-25 6:11 ` [tarantool-patches] " Konstantin Osipov
2019-05-25 19:51 ` Vladimir Davydov
2019-05-25 20:28 ` Konstantin Osipov
2019-05-26 14:36 ` Vladimir Davydov
[not found] ` <CAPZPwLoP+SEO2WbTavgtR3feWN4tX81GAYw5ZYp4_pC5JkyS_A@mail.gmail.com>
2019-05-27 8:28 ` Vladimir Davydov
2019-05-24 21:53 ` [PATCH 2/3] vinyl: don't produce deferred DELETE on commit if key isn't updated Vladimir Davydov
2019-05-25 6:13 ` [tarantool-patches] " Konstantin Osipov
2019-05-24 21:53 ` [PATCH 3/3] vinyl: fix deferred DELETE statement lost on commit Vladimir Davydov
2019-05-25 6:15 ` [tarantool-patches] " Konstantin Osipov
2019-05-27 8:29 ` Vladimir Davydov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1558733443.git.vdavydov.dev@gmail.com \
--to=vdavydov.dev@gmail.com \
--cc=tarantool-patches@freelists.org \
--subject='Re: [PATCH 0/3] Fixes of a few Vinyl transaction manager issues' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox