From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 22 May 2018 19:26:46 +0300 From: Vladimir Davydov Subject: Re: [PATCH 5/8] memtx: destroy slab arena on engine shutdown Message-ID: <20180522162646.szs2r6ssyboojsim@esperanza> References: <084ce3c6f657e3fe0b64ca8d20ecac9632304ba0.1526987033.git.vdavydov.dev@gmail.com> <20180522135016.GE11201@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180522135016.GE11201@atlas> To: Konstantin Osipov Cc: tarantool-patches@freelists.org List-ID: On Tue, May 22, 2018 at 04:50:16PM +0300, Konstantin Osipov wrote: > * Vladimir Davydov [18/05/22 15:10]: > > Since it is created when the memtx engine is initialized, we should > > destroy it on engine shutdown. > > --- > > src/box/memtx_engine.c | 5 +++++ > > 1 file changed, 5 insertions(+) > > OK to push. > > This needs a unit test. Please file a ticket for a unit test if > you can't make one at once. https://github.com/tarantool/tarantool/issues/3419