From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id B0EFC6EC59; Wed, 10 Mar 2021 23:47:21 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org B0EFC6EC59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1615409241; bh=kQ8LIwjlfU7KMJmwkrYJoBbcqGRtU3Q/yfL7KXfu2MI=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=nohqSOFrLxaulvgy2jbwj30KtUexh0WrW3Bq4oKuKuSA21y8bVAnH4kkP8b8GSzV2 Gqn6oDSocVKarlupjkh2DZd0FXpSVZ1de+wUDHGcC1kZsqKxOBsbH2+4UYKfWT2yFI 1iiTaSFUSDuJZ0/efw79P3sspmfKjTSsdQqUs4dg= Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2D6436EC59 for ; Wed, 10 Mar 2021 23:47:20 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 2D6436EC59 Received: by mail-lj1-f180.google.com with SMTP id q14so27414488ljp.4 for ; Wed, 10 Mar 2021 12:47:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JtFqYSmBF5Nonqi0JWU9YBHL10+GR9/IY3ptT7c44yw=; b=lQ+DIgMgsetj7a0e0UqQ8NhhAePjsjsNdvs/HphaEUfDZbeCZjyd6e7n+WWD4wW9kE it1Hiho4trSMy/2Fhs4OiYJgD47IRRnGiCx9F59fxow0Hee8bLKrekTIPsULmMTW2U35 ryrVIBBci9Nn/lJwXj1xZ1cOcYd2MEdnXhYftfxcMd/YtHP6JYY0RZ1nf32IVlD7vbHV e/7M28x1zT84UMpD+tiv2IIn7wKyceX9gqSdozvNj08+aRk+ZtYQWTABEhMzLlCUlIog XUz/obFyoPv8eYnq7k4ves2Aus/5UgiRj7rNMJyhlUyaVxjRkhmOgqW4swkYlFwDpsPE MJOQ== X-Gm-Message-State: AOAM5312hA8ijaxK0cZMXutIc2JN9/hD4n8RgfMG2FeE6qSS2n1oiCDw RmlyUh4Nyx5OqEIRolzobhd06+ZOxnR4Rg== X-Google-Smtp-Source: ABdhPJzRArgJkrGFMzEpMc9IlcQeUL6twX4aHIeIWESNZl/n0gGPj7lrew2Y0VcvCnLac45rcXklEw== X-Received: by 2002:a2e:b4cc:: with SMTP id r12mr2800044ljm.247.1615409239051; Wed, 10 Mar 2021 12:47:19 -0800 (PST) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id t2sm115507lfp.292.2021.03.10.12.47.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 12:47:18 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id 265FC560175; Wed, 10 Mar 2021 23:47:17 +0300 (MSK) To: tml Date: Wed, 10 Mar 2021 23:47:08 +0300 Message-Id: <20210310204710.186461-1-gorcunov@gmail.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] A few fixes for gc and xlog X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" While work on https://github.com/tarantool/tarantool/issues/5806 is still in progress I would like to share a few patches which I think are useful. Please take a look. branch gorcunov/gh-5806-xlog-gc Cyrill Gorcunov (2): gc: use wide integer for schedule counting xlog: do not sort sole entry src/box/gc.c | 6 +++--- src/box/gc.h | 2 +- src/box/xlog.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) base-commit: 3a7c21023367424baa9bf2d4d823102cb2b3c751 -- 2.29.2