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 6679D2817A for ; Thu, 28 Feb 2019 05:25:36 -0500 (EST) 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 EgTYFmUIBuDY for ; Thu, 28 Feb 2019 05:25:36 -0500 (EST) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 AC92228144 for ; Thu, 28 Feb 2019 05:25:35 -0500 (EST) Date: Thu, 28 Feb 2019 13:25:30 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH] Do not enable commit if read_only = true Message-ID: <20190228102530.GB18858@chai> References: <20190227090237.lu32o77lkyllgvui@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190227090237.lu32o77lkyllgvui@esperanza> 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 * Vladimir Davydov [19/02/27 12:26]: > On Wed, Feb 27, 2019 at 10:36:00AM +0300, Georgy Kirichenko wrote: > > Disable commit if server is in read only mode. > > The commit message is very poor. Please elaborate why this is important. Having thought about it we should go over all in-flight transactions in vinyl and abort them. We already use this approach on DDL. We could make it more general. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov