From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) (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 1011D445320 for ; Fri, 10 Jul 2020 10:56:12 +0300 (MSK) Received: by mail-lf1-f54.google.com with SMTP id k15so2680649lfc.4 for ; Fri, 10 Jul 2020 00:56:11 -0700 (PDT) From: Cyrill Gorcunov Date: Fri, 10 Jul 2020 10:56:00 +0300 Message-Id: <20200710075605.217824-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/5] qsync: code cleanup List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy While I'm working on qsync bug trying to figure out how all our machinery spinning I've made a few cleanups which I think worth to be posted early. branch gorcunov/gh-4842-qsync-cleanup Cyrill Gorcunov (5): qsync: eliminate redundant writes qsync: add a comment about sync txn in journal allocation qsync: txn_commit_async -- drop redundant variable qsync: txn_commit -- use txn flag instead of caching variable qsync: sanitize txn_limbo_on_rollback src/box/txn.c | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) base-commit: ff3123a603244dd5f2410973a345e7aa076eecf2 -- 2.26.2