Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] SWIM generation
@ 2019-06-20 21:23 Vladislav Shpilevoy
  2019-06-20 21:23 ` [tarantool-patches] [PATCH 1/2] swim: encapsulate incarnation behind 'age' Vladislav Shpilevoy
  2019-06-20 21:23 ` [tarantool-patches] [PATCH 2/2] swim: introduce generation Vladislav Shpilevoy
  0 siblings, 2 replies; 9+ messages in thread
From: Vladislav Shpilevoy @ 2019-06-20 21:23 UTC (permalink / raw)
  To: tarantool-patches; +Cc: kostja

The patchset introduces SWIM generation - a persistent part of incarnation
used to detect restarts, and refute false gossips left from previous lifes of
an instance.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4280-swim-generation
Issue: https://github.com/tarantool/tarantool/issues/4280

Vladislav Shpilevoy (2):
  swim: encapsulate incarnation behind 'age'
  swim: introduce generation

 extra/exports               |   1 +
 src/lib/swim/swim.c         | 300 ++++++++++++++++++++++--------------
 src/lib/swim/swim.h         |  18 ++-
 src/lib/swim/swim_proto.c   |  77 ++++++---
 src/lib/swim/swim_proto.h   | 113 ++++++++++----
 src/lua/swim.c              |   3 +-
 src/lua/swim.lua            |  50 ++++--
 test/swim/swim.result       | 176 +++++++++++++++++----
 test/swim/swim.test.lua     |  38 +++++
 test/unit/swim.c            |  54 +++++--
 test/unit/swim.result       |  11 +-
 test/unit/swim_test_utils.c |  54 +++++--
 test/unit/swim_test_utils.h |  16 +-
 13 files changed, 657 insertions(+), 254 deletions(-)

-- 
2.20.1 (Apple Git-117)

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

end of thread, other threads:[~2019-06-21 22:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 21:23 [tarantool-patches] [PATCH 0/2] SWIM generation Vladislav Shpilevoy
2019-06-20 21:23 ` [tarantool-patches] [PATCH 1/2] swim: encapsulate incarnation behind 'age' Vladislav Shpilevoy
2019-06-20 21:23 ` [tarantool-patches] [PATCH 2/2] swim: introduce generation Vladislav Shpilevoy
2019-06-21  6:53   ` [tarantool-patches] " Konstantin Osipov
2019-06-21 19:03     ` Vladislav Shpilevoy
2019-06-21 19:48       ` Konstantin Osipov
2019-06-21 19:53         ` Konstantin Osipov
2019-06-21 22:00           ` Vladislav Shpilevoy
2019-06-21 22:31             ` Konstantin Osipov

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