Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes of a few Vinyl transaction manager issues
@ 2019-05-24 21:53 Vladimir Davydov
  2019-05-24 21:53 ` [PATCH 1/3] vinyl: fix secondary index divergence on update Vladimir Davydov
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Vladimir Davydov @ 2019-05-24 21:53 UTC (permalink / raw)
  To: tarantool-patches

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-27  8:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 21:53 [PATCH 0/3] Fixes of a few Vinyl transaction manager issues Vladimir Davydov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox