From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 D8FF2469719 for ; Tue, 10 Mar 2020 14:25:48 +0300 (MSK) References: <20200210074712.86876-1-arkholga@tarantool.org> <20200210111826.GD1110@tarantool.org> <2cbb1677-039b-9f91-cde7-9c06821653eb@tarantool.org> <20200211124245.GB5168@tarantool.org> <20200218124612.GA67746@tarantool.org> <714780e3-1383-62da-94f9-0e90542d47aa@tarantool.org> <20200219162843.GA68447@tarantool.org> <78db8579-e246-385b-6541-5cc70395be97@tarantool.org> <20200304211841.GB9655@tarantool.org> From: Olga Arkhangelskaia Message-ID: <996b64f7-95f8-e8aa-a327-ec63398e12f5@tarantool.org> Date: Tue, 10 Mar 2020 14:25:41 +0300 MIME-Version: 1.0 In-Reply-To: <20200304211841.GB9655@tarantool.org> Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: Re: [Tarantool-patches] [PATCH v6] memtx: fix out of memory handling for rtree List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org Done. 05.03.2020 0:18, Nikita Pettik пишет: > On 03 Mar 14:50, Olga Arkhangelskaia wrote: >> Hi Sergey! I need time to check everything! >> >> I can not use error injection that exists in memtx_index_extent_reserve(), >> >> because it is used  in memtx_space_replace_all_keys ant it is called prior >> memtx_rtree_index_reserve() . >> >> If we use memtx_index_extent_reserve(), injection we will not reach the >> place where error with rtree occures. >> >> So to make sure that we fixed the problem we need >> memtx_rtree_index_reserve() to fail. >> > Since now patch received two acks, it is ready to be pushed. > Olga, could you please rebase branch on the top of master (there's several > merge conflicts) and provide brief @changelog (a few sentences for casual > Tarantool users concerning visible changes this patch introduces)? As soon > as it is ready, I'll push it. Thanks. >