From: Konstantin Belyavskiy <k.belyavskiy@tarantool.org> To: tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH 0/2] [replication] [recovery] recover missing data Date: Thu, 29 Mar 2018 19:15:14 +0300 [thread overview] Message-ID: <cover.1522339565.git.k.belyavskiy@tarantool.org> (raw) This changes fix issue with recovery missing local data by using the one from replica. And add vclock comparison as necessarry sync condition. Splitted across two patches: - Add vclock comparison as sync condition and update test. - All required changes to make this recovery possibel and new test. Konstantin Belyavskiy (2): [replication] [recovery] recover missing data [replication] [recovery] recover missing data src/box/applier.cc | 16 +++-- src/box/relay.cc | 16 ++++- src/box/wal.cc | 15 +++- test/replication/catch.result | 5 +- test/replication/recover_missing.result | 116 ++++++++++++++++++++++++++++++ test/replication/recover_missing.test.lua | 41 +++++++++++ test/replication/suite.ini | 2 +- 7 files changed, 199 insertions(+), 12 deletions(-) create mode 100644 test/replication/recover_missing.result create mode 100644 test/replication/recover_missing.test.lua -- 2.14.3 (Apple Git-98)
next reply other threads:[~2018-03-29 16:15 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-03-29 16:15 Konstantin Belyavskiy [this message] 2018-03-29 16:15 ` [tarantool-patches] [PATCH 1/2] " Konstantin Belyavskiy 2018-03-30 11:17 ` Vladimir Davydov 2018-03-29 16:15 ` [tarantool-patches] [PATCH 2/2] " Konstantin Belyavskiy 2018-03-30 11:33 ` 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.1522339565.git.k.belyavskiy@tarantool.org \ --to=k.belyavskiy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 0/2] [replication] [recovery] recover missing data' \ /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