[Tarantool-patches] [PATCH 0/3] Fix upgrade from 2.1 sequence

Kirill Yukhin kyukhin at tarantool.org
Mon Feb 24 22:48:26 MSK 2020


Hello,

On 17 фев 21:57, Vladislav Shpilevoy wrote:
> The patchset fixes inability to upgrade from 2.1 if there is an
> automatically generated sequence. The problem was that upgrade
> tried to update a tuple in _space_sequence in-place, calling
> space:update() method. But it was not properly supported for
> _space_sequence. The patchset turns it into delete + insert, and
> bans updates for this space.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4771-2.2-upgrade
> Issue: https://github.com/tarantool/tarantool/issues/4771

I've checked your patch into 2.2, 2.3 and master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list