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 09D8B42EF5C for ; Fri, 26 Jun 2020 17:55:33 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id h19so10615356ljg.13 for ; Fri, 26 Jun 2020 07:55:32 -0700 (PDT) Date: Fri, 26 Jun 2020 17:55:30 +0300 From: Cyrill Gorcunov Message-ID: <20200626145530.GA134822@grain> References: <20200626145227.1507426-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200626145227.1507426-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/5] qsync: Cleanups during review List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Fri, Jun 26, 2020 at 05:52:22PM +0300, Cyrill Gorcunov wrote: > While been readin qsync code I spotted some places which worth > cleaning up. The review procedure is still in progress but I > think we should post patches early. > > branch gorcunov/gh-4842-sync-replication > ci https://gitlab.com/tarantool/tarantool/-/pipelines/160514636 > Strictly speaking patches 1-4 are appliable to vanilla master as well.