From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 916E3469719 for ; Mon, 2 Nov 2020 15:31:19 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id h6so17224254lfj.3 for ; Mon, 02 Nov 2020 04:31:19 -0800 (PST) Date: Mon, 2 Nov 2020 15:31:16 +0300 From: Cyrill Gorcunov Message-ID: <20201102123116.GC2339@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 3/3] txn: warn "too long WAL" on write, not on commit 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, Oct 31, 2020 at 07:01:42PM +0100, Vladislav Shpilevoy wrote: > "Too long WAL write" is supposed to warn a user that either the > disk write was too long, or the event loop is too slow, maybe due > to certain fibers not doing yields often enough. Ack