[Tarantool-patches] [PATCH 0/2] Bootstrap voter
2021-07-20 8:49 UTC (17+ messages)
` [Tarantool-patches] [PATCH 1/2] replication: introduce ballot.can_be_leader
` [Tarantool-patches] [PATCH 2/2] election: during bootstrap prefer candidates
[Tarantool-patches] [PATCH v2 0/5] Bootstrap voter
2021-07-20 8:18 UTC (8+ messages)
` [Tarantool-patches] [PATCH v2 1/5] replication: introduce ballot.can_lead
` [Tarantool-patches] [PATCH v2 2/5] box: save box_raft() into a variable
` [Tarantool-patches] [PATCH v2 3/5] raft: replace raft_start_candidate with _promote
` [Tarantool-patches] [PATCH v2 4/5] election: during bootstrap prefer candidates
` [Tarantool-patches] [PATCH v2 5/5] election: promote 'manual' bootstrap master
[Tarantool-patches] [PATCH luajit] Fix IR_BUFPUT assembly
2021-07-19 22:25 UTC (2+ messages)
[Tarantool-patches] [RFC v6 0/3] limbo: implement packets filtering
2021-07-19 17:42 UTC (5+ messages)
` [Tarantool-patches] [RFC v6 1/3] limbo: gather promote tracking into a separate structure
` [Tarantool-patches] [RFC v6 2/3] limbo: order access to the limbo terms terms
` [Tarantool-patches] [RFC v6 3/3] limbo: filter incoming synchro requests
[Tarantool-patches] [PATCH v2 0/4] Follow ups for uuid introduction
2021-07-19 10:07 UTC (10+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: introduce uuid to quote()
` [Tarantool-patches] [PATCH v2 2/4] sql: allow to bind uuid values
` [Tarantool-patches] [PATCH v2 3/4] sql: introduce mem_cmp_scalar()
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce mem_cmp_msgpack()
[Tarantool-patches] [PATCH luajit] Fix bytecode register allocation for comparisons
2021-07-19 7:36 UTC
[Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`
2021-07-16 18:55 UTC (3+ messages)
[Tarantool-patches] [RFC PATCH 00/13] Initial datetime support
2021-07-16 6:58 UTC (17+ messages)
` [Tarantool-patches] [RFC PATCH 01/13] build: add Christian Hansen c-dt to the build
` [Tarantool-patches] [RFC PATCH 02/13] lua: built-in module datetime
` [Tarantool-patches] [RFC PATCH 03/13] test: datetime test
` [Tarantool-patches] [RFC PATCH 04/13] test: datetime string formatting
` [Tarantool-patches] [RFC PATCH 05/13] box: add messagepack support for datetime
` [Tarantool-patches] [RFC PATCH 06/13] lua: positive/negative cases in datetime test
` [Tarantool-patches] [RFC PATCH 07/13] lua: asctime and strfime fixed
` [Tarantool-patches] [RFC PATCH 08/13] box, lua: renamed t_datetime_tz structure to datetime_t
` [Tarantool-patches] [RFC PATCH 09/13] lua: calculated attributes for date
` [Tarantool-patches] [RFC PATCH 10/13] lua: tostring formatization in datetime.lua
` [Tarantool-patches] [RFC PATCH 11/13] test: allow relaxed date format without tz
` [Tarantool-patches] [RFC PATCH 12/13] lua: initial time duration support
` [Tarantool-patches] [RFC PATCH 13/13] lua: complete "
[Tarantool-patches] [PATCH v3 0/4] fiber: introduce creation backtrace
2021-07-16 6:12 UTC (6+ messages)
` [Tarantool-patches] [PATCH v3 1/4] fiber: add PoC for fiber "
` [Tarantool-patches] [PATCH v3 2/4] fiber: add option and PoC for Lua parent backtrace
` [Tarantool-patches] [PATCH v3 3/4] fiber: refactor lua backtrace routines
` [Tarantool-patches] [PATCH v3 4/4] fiber: refactor C backtrace and add changelog
[Tarantool-patches] [PATCH] replication: stop pushing TimedOut error to the replica
2021-07-15 21:04 UTC (9+ messages)
[Tarantool-patches] [PATCH v2 0/4] Follow ups for uuid introduction
2021-07-15 20:44 UTC (18+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: introduce uuid to quote()
` [Tarantool-patches] [PATCH v2 2/4] sql: allow to bind uuid values
` [Tarantool-patches] [PATCH v2 3/4] sql: introduce mem_cmp_scalar()
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce mem_cmp_msgpack()
[Tarantool-patches] [PATCH v4 00/16] forbid implicit limbo ownership transition
2021-07-15 20:11 UTC (20+ messages)
` [Tarantool-patches] [PATCH v4 01/16] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v4 02/16] txn_limbo: fix promote term filtering
` [Tarantool-patches] [PATCH v4 03/16] txn_limbo: persist the latest effective promote in snapshot
` [Tarantool-patches] [PATCH v4 04/16] replication: encode version in JOIN request
` [Tarantool-patches] [PATCH v4 05/16] replication: add META stage to JOIN
` [Tarantool-patches] [PATCH v4 06/16] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH v4 07/16] replication: send current Raft term in join response
` [Tarantool-patches] [PATCH v4 08/16] raft: refactor raft_new_term()
` [Tarantool-patches] [PATCH v4 09/16] box: split promote() into reasonable parts
` [Tarantool-patches] [PATCH v4 10/16] box: make promote always bump the term
` [Tarantool-patches] [PATCH v4 11/16] box: make promote on the current leader a no-op
` [Tarantool-patches] [PATCH v4 12/16] box: fix an assertion failure after a spurious wakeup in promote
` [Tarantool-patches] [PATCH v4 13/16] box: allow calling promote on a candidate
` [Tarantool-patches] [PATCH v4 14/16] box: extract promote() settings to a separate method
` [Tarantool-patches] [PATCH v4 15/16] replication: forbid implicit limbo owner transition
` [Tarantool-patches] [PATCH v4 16/16] box: introduce `box.ctl.demote`
` [Tarantool-patches] [PATCH v4 17/16] replication: fix flaky election_qsync.test
[Tarantool-patches] [PATCH v1 1/1] sql: define format of ephemeral spaces
2021-07-15 14:14 UTC
[Tarantool-patches] [RFC v5 0/5] limbo: implement packets filtering
2021-07-15 12:20 UTC (14+ messages)
` [Tarantool-patches] [RFC v5 1/5] latch: add latch_is_locked helper
` [Tarantool-patches] [RFC v5 2/5] say: introduce panic_on helper
` [Tarantool-patches] [RFC v5 3/5] limbo: gather promote tracking into a separate structure
` [Tarantool-patches] [RFC v5 4/5] limbo: order access to the promote terms
` [Tarantool-patches] [RFC v5 5/5] limbo: filter incoming requests
[Tarantool-patches] [PATCH v3 00/12] forbid implicit limbo ownership transition
2021-07-14 18:28 UTC (25+ messages)
` [Tarantool-patches] [PATCH v3 01/12] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v3 04/12] box: make promote always bump the term
` [Tarantool-patches] [PATCH v3 06/12] box: allow calling promote on a candidate
` [Tarantool-patches] [PATCH v3 07/12] box: introduce `box.ctl.demote`
` [Tarantool-patches] [PATCH v3 09/12] replication: encode version in JOIN request
` [Tarantool-patches] [PATCH v3 10/12] replication: add META stage to JOIN
` [Tarantool-patches] [PATCH v3 11/12] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH v3 12/12] replication: send current Raft term in join response
[Tarantool-patches] [PATCH v2 0/4] fiber: introduce creation backtrace
2021-07-14 9:42 UTC (12+ messages)
` [Tarantool-patches] [PATCH v2 1/4] fiber: add PoC for fiber "
` [Tarantool-patches] [PATCH v2 2/4] fiber: add option and PoC for Lua parent backtrace
` [Tarantool-patches] [PATCH v2 3/4] fiber: refactor lua backtrace routines
` [Tarantool-patches] [PATCH v2 4/4] fiber: refactor C backtrace and add changelog
[Tarantool-patches] [PATCH 1/1] qsync: remove polling from box_promote()
2021-07-13 20:13 UTC (5+ messages)
[Tarantool-patches] [PATCH] limbo: introduce request processing hooks
2021-07-13 19:32 UTC (21+ messages)
[Tarantool-patches] [PATCH v2 0/4] sql: fix description of type mismatch errors
2021-07-13 10:17 UTC (10+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: truncate values in type mismatch error
` [Tarantool-patches] [PATCH v2 2/4] sql: properly show "
` [Tarantool-patches] [PATCH v2 3/4] sql: use proper type names in error descriptions
` [Tarantool-patches] [PATCH v2 4/4] sql: make type mismatch errors more informative
[Tarantool-patches] [PATCH v2 0/4] sql: fix description of type mismatch error
2021-07-12 21:38 UTC (11+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: truncate values in "
` [Tarantool-patches] [PATCH v2 2/4] sql: properly show "
` [Tarantool-patches] [PATCH v2 4/4] sql: make type mismatch error more informative
[Tarantool-patches] [PATCH 0/4] RFC: Isolate serializer helpers
2021-07-12 7:51 UTC (5+ messages)
[Tarantool-patches] [PATCH v1 0/3] Follow ups for uuid introduction
2021-07-10 14:36 UTC (4+ messages)
` [Tarantool-patches] [PATCH v1 2/3] sql: fix uuid behaviour in least() and greatest()
[Tarantool-patches] [PATCH 0/7] fiber: introduce creation backtrace
2021-07-09 10:10 UTC (8+ messages)
` [Tarantool-patches] [PATCH 3/7] fiber: apply fix patch
` [Tarantool-patches] [PATCH 5/7] fiber: add dynamic option for parent backtrace
[Tarantool-patches] [PATCH] raft: more precise verification of incoming request state
2021-07-08 21:17 UTC (10+ messages)
` [Tarantool-patches] [PATCH v3] raft: change request state to uint64_t
[Tarantool-patches] [PATCH] serializer: serialize recursive structures
2021-07-07 22:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox