From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 BC5A442EF5C for ; Thu, 2 Jul 2020 17:49:58 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id h22so25374908lji.9 for ; Thu, 02 Jul 2020 07:49:58 -0700 (PDT) Date: Thu, 2 Jul 2020 17:49:55 +0300 From: Cyrill Gorcunov Message-ID: <20200702144955.GH2256@grain> References: <106b9cbcf8577d6e3afbde57b15bc11d366c108e.1593696889.git.sergepetrenko@tarantool.org> <20200702143521.GG2256@grain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200702143521.GG2256@grain> Subject: Re: [Tarantool-patches] [PATCH v3 2/2] replication: append NOP as the last tx row List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On Thu, Jul 02, 2020 at 05:35:21PM +0300, Cyrill Gorcunov wrote: > On Thu, Jul 02, 2020 at 04:39:51PM +0300, Serge Petrenko wrote: > ... > Serge, do we really need to allocate _new_ xheader here? Can't we simply > create static one and reuse it all the time? Won't work. Drop this mail.