From: Vladimir Davydov <vdavydov.dev@gmail.com> To: kostja@tarantool.org Cc: tarantool-patches@freelists.org Subject: [PATCH 0/3] Follow-up on replica local spaces Date: Tue, 10 Jul 2018 16:43:24 +0300 [thread overview] Message-ID: <cover.1531229587.git.vdavydov.dev@gmail.com> (raw) Tie up some loose ends: - ignore box.cfg.read_only for local spaces - add a test case for temporary local spaces - support local spaces in vinyl https://github.com/tarantool/tarantool/issues/3443 https://github.com/tarantool/tarantool/commits/dv/gh-3443-replica-local-spaces-follow-up Vladimir Davydov (3): box: ignore read-only mode for replica local spaces test: check that is_local flag has no effect on temporary spaces vinyl: implement support of replica local spaces src/box/box.cc | 4 +- src/box/vinyl.c | 13 ++++--- src/box/vy_log.c | 38 ++++++++++++++---- src/box/vy_log.h | 14 +++++-- src/box/vy_lsm.c | 8 ++-- src/box/vy_lsm.h | 6 ++- test/replication/local_spaces.result | 71 ++++++++++++++++++++++++++++++++-- test/replication/local_spaces.test.lua | 26 +++++++++++-- test/replication/suite.cfg | 1 - test/unit/vy_point_lookup.c | 2 +- test/vinyl/ddl.result | 5 --- test/vinyl/ddl.test.lua | 3 -- 12 files changed, 152 insertions(+), 39 deletions(-) -- 2.11.0
next reply other threads:[~2018-07-10 13:43 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-07-10 13:43 Vladimir Davydov [this message] 2018-07-10 13:43 ` [PATCH 1/3] box: ignore read-only mode for " Vladimir Davydov 2018-07-10 13:43 ` [PATCH 2/3] test: check that is_local flag has no effect on temporary spaces Vladimir Davydov 2018-07-10 13:43 ` [PATCH 3/3] vinyl: implement support of replica local spaces Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1531229587.git.vdavydov.dev@gmail.com \ --to=vdavydov.dev@gmail.com \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [PATCH 0/3] Follow-up on replica local spaces' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox