From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 5701F469719 for ; Fri, 20 Mar 2020 14:17:12 +0300 (MSK) Date: Fri, 20 Mar 2020 14:17:11 +0300 From: Kirill Yukhin Message-ID: <20200320111711.sojrb5orcleregra@tarantool.org> References: <0e7fddec984120e36c098cd546ecae4fddc726cd.1577346185.git.lvasiliev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0e7fddec984120e36c098cd546ecae4fddc726cd.1577346185.git.lvasiliev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] Add some cancellation guard List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Vasiliev Cc: tarantool-patches@dev.tarantool.org Hello, On 26 дек 10:46, Leonid Vasiliev wrote: > We need to set a thread cancellation guard, because > another thread may cancel the current thread at a > really bad time (messages flush, mutex lock) > > Fixes: #4127 > > https://github.com/tarantool/tarantool/issues/4127 > https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4127-WAL-thread-stucks LGTM. CHecked into 1.10, 2.2, 2.3 and master -- Regards, Kirill Yukhin