From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 14 Jun 2018 11:23:05 +0300 From: Vladimir Davydov Subject: Re: [PATCH] memtx: don't delay deletion of temporary tuples during snapshot Message-ID: <20180614082305.padi2xm4czewblwo@esperanza> References: <20180608035636.GG6866@chai> <20180608063915.6r6rzuutlr4cpob5@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180608063915.6r6rzuutlr4cpob5@esperanza> To: Konstantin Osipov Cc: tarantool-patches@freelists.org List-ID: On Fri, Jun 08, 2018 at 09:39:15AM +0300, Vladimir Davydov wrote: > On Fri, Jun 08, 2018 at 06:56:36AM +0300, Konstantin Osipov wrote: > > * Vladimir Davydov [18/06/04 23:48]: > > > Since tuples stored in temporary spaces are never written to disk, we > > > can always delete them immediately, even when a snapshot is in progress. > > > > > > Closes #3432 > > > > OK to push. > > Where to? 1.9 or 1.10? > > The ticket is on 1.10 milestone, but there's a comment that says it > should be fixed in 1.9 ... ping