From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 5D780445320 for ; Mon, 27 Jul 2020 13:28:10 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id q7so16638147ljm.1 for ; Mon, 27 Jul 2020 03:28:10 -0700 (PDT) Date: Mon, 27 Jul 2020 13:28:07 +0300 From: Cyrill Gorcunov Message-ID: <20200727102807.GI60766@grain> References: <5ba9881518d88918e9a7ab267e093ad9ceb50a5e.1595693237.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ba9881518d88918e9a7ab267e093ad9ceb50a5e.1595693237.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/1] txn_limbo: introduce cascading rollback List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Sat, Jul 25, 2020 at 06:08:52PM +0200, Vladislav Shpilevoy wrote: > Cascading rollback is a state when existing transactions are being > rolled back right now, and newer transactions can't be committed > as well. To preserve the 'reversed rollback order' rule. > Reviewed-by: Cyrill Gorcunov