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 116F86EC55; Mon, 3 May 2021 23:42:16 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 116F86EC55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1620074536; bh=u7Kb6OBubcQubvodBe6ywsB9Z82rVnRhKcoc/1a8ydE=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=w7TTPpVfjSPevWRiLAcavCUYIh9E7i4zSMzjOJ+DUPkkTHeXhavJwcz4OP0TM1LQ1 fAM01Ac0N8IgtLmfjiikBNDqn5bYoLkOffoaVdsW58fQIWY6zUJvLa/r0627nw0FGJ frKLw7MB+h9Odg0SWDBy8Yhjpi2f/kL3d0FtV5Tg= Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (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 044956EC55 for ; Mon, 3 May 2021 23:42:14 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 044956EC55 Received: by mail-lf1-f50.google.com with SMTP id h4so2393819lfv.0 for ; Mon, 03 May 2021 13:42:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ookOBDdVCdT3IYOTQ1vKwrmri3P8APBPCRUZX3q5Z4k=; b=iM+GA1h9bDaNsdIGAawSl4U+IuKU0r/tKih7YdMW5T1eyiDqR1ckk+OY30uLNdrtvb d9m8YkW9YsgcmCTHdP+Cs9FRta1llkJQJrYC5Y88s6FgIeXY7xSGclFlbpb6HKZtmls9 w6hGkH7+1aPHmV6I1Ld8I1rSdK1r3F/YmAZfAtsnHYUM3uFnnsOWtRhNuWsw339eh9th yfbfI9oLcisQIDfnnIm358qas7Yl9kpuavr3n1yRHQHqgdSaGADHnch6EFnyKmDtPWmU LSIUxxiPI2yQjrpJ9GBMcUpSIN7E9hBBmJzpmPHMsQ2jgWxO2qoTM7Qw5etAQXGLChQd Ljsw== X-Gm-Message-State: AOAM531BqtM8hpANJmD7/dgKmVhW5/dg2eJpOdSx8yB+Qw9N/AMBsRiT dCWRKUlAVJ6rW+azemkUQDY= X-Google-Smtp-Source: ABdhPJxwP/hmJpcbcrj2gIVEYvcQtDuro1f7Ioz7058nMFvnE18ZWeHAZnZ+f31KWoK0ZCmgkX6Asw== X-Received: by 2002:a19:7119:: with SMTP id m25mr14097499lfc.511.1620074534543; Mon, 03 May 2021 13:42:14 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id u13sm61404lfm.133.2021.05.03.13.42.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 May 2021 13:42:13 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id B0DBE560106; Mon, 3 May 2021 23:42:12 +0300 (MSK) Date: Mon, 3 May 2021 23:42:12 +0300 To: Konstantin Osipov Cc: tml , Mons Anderson , Vladislav Shpilevoy Message-ID: References: <20210430153940.121271-1-gorcunov@gmail.com> <20210430153940.121271-2-gorcunov@gmail.com> <20210503202109.GA6976@starling> <20210503203755.GA11759@starling> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210503203755.GA11759@starling> User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [RFC v3 1/3] xrow: allow to pass timestamp via xrow_encode_vclock_timed helper 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 Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Mon, May 03, 2021 at 11:37:55PM +0300, Konstantin Osipov wrote: > > > > Kostya, I fear I don't get it. Currently we send back current > > vclock and in the header we have the "tm" field which has been > > unused before this patch. Now we start using it by sending > > timestamp there. Which exactly LSN you propose to change? > > OK, I didn't get it, I think it's ok to fill it in then. > The idea I had in mind is that all LSN become timestamps. Aha, ok then.