Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/3] Follow-up on replica local spaces
@ 2018-07-10 13:43 Vladimir Davydov
  2018-07-10 13:43 ` [PATCH 1/3] box: ignore read-only mode for " Vladimir Davydov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladimir Davydov @ 2018-07-10 13:43 UTC (permalink / raw)
  To: kostja; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-10 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10 13:43 [PATCH 0/3] Follow-up on replica local spaces Vladimir Davydov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox