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 9DAAB2B77D for ; Tue, 25 Sep 2018 19:22:54 -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 08GzeDBW4HHv for ; Tue, 25 Sep 2018 19:22:54 -0400 (EDT) Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 545F42B5AC for ; Tue, 25 Sep 2018 19:22:54 -0400 (EDT) Received: by smtp53.i.mail.ru with esmtpa (envelope-from ) id 1g4wfM-0003OA-8N for tarantool-patches@freelists.org; Wed, 26 Sep 2018 02:22:52 +0300 Date: Wed, 26 Sep 2018 02:22:52 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 05/11] vinyl: add helper to start scheduler and enable quota on startup Message-ID: <20180925232252.GF3137@chai> References: <6b03975eb2cfdb35dc4a088f4054c7c85195115d.1537435404.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6b03975eb2cfdb35dc4a088f4054c7c85195115d.1537435404.git.vdavydov.dev@gmail.com> 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 * Vladimir Davydov [18/09/20 12:39]: > There are three places where we start the scheduler fiber and enable > the quota limit: local bootstrap, remote bootstrap, and local recovery > completion. I'm planning to add more code there so let's factor it out > now. This patch is OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov