From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 35269469719 for ; Mon, 24 Feb 2020 22:48:27 +0300 (MSK) Date: Mon, 24 Feb 2020 22:48:26 +0300 From: Kirill Yukhin Message-ID: <20200224194826.hi3pfgqk45vtst3i@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/3] Fix upgrade from 2.1 sequence List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org 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