From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 DC35D469719 for ; Sat, 12 Sep 2020 15:13:21 +0300 (MSK) From: Vladislav Shpilevoy References: <8e02ff5740f7ea73a7cbc45f3fbdb423054984d9.1599774793.git.v.shpilevoy@tarantool.org> Message-ID: Date: Sat, 12 Sep 2020 14:13:19 +0200 MIME-Version: 1.0 In-Reply-To: <8e02ff5740f7ea73a7cbc45f3fbdb423054984d9.1599774793.git.v.shpilevoy@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 1/1] limbo: don't wake self fiber on CONFIRM write List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org, avtikhon@tarantool.org Pushed to master and 2.5 as trivial. @ChangeLog * During recovery of synchronous changes from snapshot the instance could crash (gh-5288).