From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 29 Nov 2018 20:42:54 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] Re: [PATCH 3/9] recovery: restore garbage collector vclock after restart Message-ID: <20181129174254.gwuwavkchd3qjdek@esperanza> References: <67678dc51f6a47c48dfb2d2a52a2b059514bd767.1543419109.git.vdavydov.dev@gmail.com> <20181129163715.GC5760@chai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181129163715.GC5760@chai> To: Konstantin Osipov Cc: tarantool-patches@freelists.org List-ID: On Thu, Nov 29, 2018 at 07:37:15PM +0300, Konstantin Osipov wrote: > * Vladimir Davydov [18/11/28 19:16]: > > After restart the garbage collector vclock is reset to the vclock of the > > oldest preserved checkpoint, which is incorrect - it may be less in case > > there is a replica that lagged behind, and it may be greater as well in > > case the WAL thread hit ENOSPC and had to remove some WAL files to > > continue. Fix it. > > OK to push. Pushed to 2.1.