From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 8BF0D46970E for ; Mon, 3 Feb 2020 16:27:26 +0300 (MSK) From: Serge Petrenko Message-Id: <5DA118C4-57EB-4D84-A246-5A7DF594AD87@tarantool.org> Content-Type: multipart/alternative; boundary="Apple-Mail=_98690082-BB36-4E62-A3B8-B120CCE66DA6" Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Date: Mon, 3 Feb 2020 16:27:24 +0300 In-Reply-To: References: Subject: Re: [Tarantool-patches] [PATCH 0/3] replication: count local space requests separately. List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich , Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org --Apple-Mail=_98690082-BB36-4E62-A3B8-B120CCE66DA6 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I=E2=80=99ve found some problems while fixing CI. Please, don=E2=80=99t = review this yet. I=E2=80=99ll resend v2 when it=E2=80=99s finished. -- Serge Petrenko sergepetrenko@tarantool.org > 31 =D1=8F=D0=BD=D0=B2. 2020 =D0=B3., =D0=B2 17:58, Serge Petrenko = =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0= =B0): >=20 > https://github.com/tarantool/tarantool/issues/4114 > = https://github.com/tarantool/tarantool/tree/sp/gh-4114-local-space-replica= tion >=20 > Serge Petrenko (3): > vclock: add an ability to set individual clock components > replication: hide 0-th vclock components in replication responses > box: start counting local space requests separately >=20 > src/box/box.cc | 30 ++++- > src/box/relay.cc | 23 ++-- > src/box/vclock.c | 12 ++ > src/box/vclock.h | 11 ++ > src/box/wal.c | 16 ++- > test/replication/anon.result | 5 + > test/replication/anon.test.lua | 2 + > .../gh-4114-local-space-replication.result | 121 ++++++++++++++++++ > .../gh-4114-local-space-replication.test.lua | 44 +++++++ > test/replication/local_spaces.result | 4 + > test/replication/local_spaces.test.lua | 3 + > test/vinyl/errinj.result | 5 + > test/vinyl/errinj.test.lua | 4 + > test/xlog/panic_on_wal_error.result | 2 +- > 14 files changed, 260 insertions(+), 22 deletions(-) > create mode 100644 = test/replication/gh-4114-local-space-replication.result > create mode 100644 = test/replication/gh-4114-local-space-replication.test.lua >=20 > --=20 > 2.21.0 (Apple Git-122) >=20 --Apple-Mail=_98690082-BB36-4E62-A3B8-B120CCE66DA6 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 I=E2=80=99ve found some problems while fixing CI. Please, = don=E2=80=99t review this yet.
I=E2=80=99ll resend v2 = when it=E2=80=99s finished.



31 =D1=8F=D0=BD=D0=B2. 2020 =D0=B3., =D0=B2 17:58, Serge = Petrenko <sergepetrenko@tarantool.org> = =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0=B0):

https://github.com/tarantool/tarantool/issues/4114
https://github.com/tarantool/tarantool/tree/sp/gh-4114-local-sp= ace-replication

Serge Petrenko (3):
 vclock: add an ability to set individual clock = components
 replication: hide 0-th vclock components = in replication responses
 box: start counting local = space requests separately

src/box/box.cc =             &n= bsp;           &nbs= p;      |  30 ++++-
= src/box/relay.cc =             &n= bsp;           &nbs= p;    |  23 ++--
= src/box/vclock.c =             &n= bsp;           &nbs= p;    |  12 ++
src/box/vclock.h =             &n= bsp;           &nbs= p;    |  11 ++
src/box/wal.c =             &n= bsp;           &nbs= p;       |  16 ++-
= test/replication/anon.result =             &n= bsp;    |   5 +
= test/replication/anon.test.lua =             &n= bsp;  |   2 +
= .../gh-4114-local-space-replication.result    | 121 = ++++++++++++++++++
= .../gh-4114-local-space-replication.test.lua  |  44 +++++++
test/replication/local_spaces.result =          |   4 = +
test/replication/local_spaces.test.lua =        |   3 +
= test/vinyl/errinj.result =             &n= bsp;        |   5 +
test/vinyl/errinj.test.lua =             &n= bsp;      |   4 +
= test/xlog/panic_on_wal_error.result =           | =   2 +-
14 files changed, 260 insertions(+), 22 = deletions(-)
create mode 100644 = test/replication/gh-4114-local-space-replication.result
= create mode 100644 = test/replication/gh-4114-local-space-replication.test.lua

--
2.21.0 (Apple Git-122)


= --Apple-Mail=_98690082-BB36-4E62-A3B8-B120CCE66DA6--