From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 9A09846970E for ; Fri, 17 Jan 2020 16:29:08 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id q8so2683746ljj.11 for ; Fri, 17 Jan 2020 05:29:08 -0800 (PST) Date: Fri, 17 Jan 2020 16:29:05 +0300 From: Cyrill Gorcunov Message-ID: <20200117132905.GB17442@uranus> References: <20200117122903.29400-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200117122903.29400-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] box/request: add missing diag_set on tuple alloc failure List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml On Fri, Jan 17, 2020 at 03:29:03PM +0300, Cyrill Gorcunov wrote: > In case if region_alloc failed we should setup diag > error so the caller would be notified. > Drop it please.