From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A2EC922C2B for ; Mon, 16 Jul 2018 10:57:49 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UyjLSceJvXAz for ; Mon, 16 Jul 2018 10:57:49 -0400 (EDT) Received: from smtp15.mail.ru (smtp15.mail.ru [94.100.176.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 5F11022B5B for ; Mon, 16 Jul 2018 10:57:49 -0400 (EDT) Date: Mon, 16 Jul 2018 17:57:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Do not recycle a fiber if it is canceled Message-ID: <20180716145745.zrqjymppiexnupbf@tarantool.org> References: <792cd653673e62d847222fb0ec53d8a6170aa8c9.1531481944.git.georgy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <792cd653673e62d847222fb0ec53d8a6170aa8c9.1531481944.git.georgy@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Georgy Kirichenko Hello. On 13 июл 14:47, Georgy Kirichenko wrote: > If a fiber pool reuses already canceled fiber then the fiber reports an > error for any next request. Now canceled fiber returns and fiber pool > creates a new one. > > Fixes #3527 > --- > Issue: https://github.com/tarantool/tarantool/3527 > Branch: > https://github.com/tarantool/tarantool/tree/gh-3527-fiber-is-cancelled-in-pool I've checked your patch into 1-9 branch. -- Regards, Kirill Yukhin