Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v3 00/12] forbid implicit limbo ownership transition
 2021-06-28 22:12 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v3 01/12] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v3 02/12] txn_limbo: fix promote term filtering
` [Tarantool-patches] [PATCH v3 03/12] raft: refactor raft_new_term()
` [Tarantool-patches] [PATCH v3 04/12] box: make promote always bump the term
` [Tarantool-patches] [PATCH v3 05/12] replication: forbid implicit limbo owner transition
` [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 08/12] txn_limbo: persist the latest effective promote in snapshot
` [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 0/4] RFC: Isolate serializer helpers
 2021-06-28  6:31 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/4] lua: move serializer helpers into its own file
` [Tarantool-patches] [PATCH 2/4] lua: move luaL_newserializer() comment into header
` [Tarantool-patches] [PATCH 3/4] lua: split serializer functions into sections
` [Tarantool-patches] [PATCH 4/4] test: add a basic unit test for serializer helpers

[Tarantool-patches] [PATCH v2 0/3] sql: modify explicit and implicit conversion tables
 2021-06-28  0:06 UTC  (15+ messages)
` [Tarantool-patches] [PATCH v2 1/3] test: corrected reported error lines
` [Tarantool-patches] [PATCH v2 2/3] sql: updated explicit conversion table
    ` [Tarantool-patches] Отзыв: "
` [Tarantool-patches] [PATCH v2 3/3] sql: updated implicit "

[Tarantool-patches] [PATCH] raft: more precise verification of incoming request state
 2021-06-27 19:42 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1 0/2] sql: fix description of type mismatch error
 2021-06-25 10:46 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: show varbinary in "
` [Tarantool-patches] [PATCH v1 2/2] sql: always show value "

[Tarantool-patches] [PATCH] lua: refactor port_lua_do_dump and encode_lua_call
 2021-06-24 20:00 UTC  (4+ messages)

[Tarantool-patches] [PATCH v10 0/2] relay: provide downstream lag information
 2021-06-23 22:21 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v10 1/2] applier: send transaction's first row WAL time in the applier_writer_f
` [Tarantool-patches] [PATCH v10 2/2] relay: provide information about downstream lag

[Tarantool-patches] [PATCH v9 0/2] relay: provide downstream lag information
 2021-06-21 21:16 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v9 1/2] applier: send transaction's first row WAL time in the applier_writer_f
` [Tarantool-patches] [PATCH v9 2/2] relay: provide information about downstream lag

[Tarantool-patches] [PATCH v9 0/1] applier: filter incoming synchro packets via transaction initiator
 2021-06-21 21:06 UTC  (15+ messages)
` [Tarantool-patches] [PATCH v9 1/1] "

[Tarantool-patches] [PATCH v2 0/8] forbid implicit limbo ownership transition
 2021-06-21 15:09 UTC  (16+ messages)
` [Tarantool-patches] [PATCH v2 1/8] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v2 2/8] txn_limbo: fix promote term filtering
` [Tarantool-patches] [PATCH v2 3/8] raft: refactor raft_new_term()
` [Tarantool-patches] [PATCH v2 4/8] box: make promote always bump the term
` [Tarantool-patches] [PATCH v2 5/8] replication: forbid implicit limbo owner transition
` [Tarantool-patches] [PATCH v2 6/8] box: introduce `box.ctl.demote`
` [Tarantool-patches] [PATCH v2 7/8] txn_limbo: persist the latest effective promote in snapshot
` [Tarantool-patches] [PATCH v2 8/8] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH v2 9/8] replication: send current Raft term in join response

[Tarantool-patches] [PATCH 0/7] forbid implicit limbo ownership transition
 2021-06-21 15:02 UTC  (34+ messages)
` [Tarantool-patches] [PATCH 1/7] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH 2/7] replication: forbid implicit limbo owner transition
` [Tarantool-patches] [PATCH 3/7] txn_limbo: fix promote term filtering
` [Tarantool-patches] [PATCH 4/7] txn_limbo: persist the latest effective promote in snapshot
` [Tarantool-patches] [PATCH 5/7] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH 6/7] box: introduce `box.ctl.demote`
` [Tarantool-patches] [PATCH 7/7] box: make promote/demote always bump the term

[Tarantool-patches] [PATCH luajit v1] tools: fix luajit-gdb stack dump
 2021-06-18  6:22 UTC 

[Tarantool-patches] [PATCH v8 0/2] relay: provide downstream lag information
 2021-06-17  9:58 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v8 1/2] applier: send transaction's first row WAL time in the applier_writer_f
` [Tarantool-patches] [PATCH v8 2/2] relay: provide information about downstream lag

[Tarantool-patches] [PATCH 00/13] Applier rollback reason
 2021-06-16 23:32 UTC  (22+ messages)
` [Tarantool-patches] [PATCH 01/13] error: introduce ER_CASCADE_ROLLBACK
` [Tarantool-patches] [PATCH 10/13] txn: install proper diag errors on txn fail
` [Tarantool-patches] [PATCH 11/13] wal: introduce JOURNAL_ENTRY_ERR_CASCADE
` [Tarantool-patches] [PATCH 12/13] txn: introduce TXN_SIGNATURE_ABORT
` [Tarantool-patches] [PATCH 13/13] txn: stop TXN_SIGNATURE_ABORT override
` [Tarantool-patches] [PATCH 02/13] test: remove replica-applier-rollback.lua
` [Tarantool-patches] [PATCH 03/13] journal: make journal_write() set diag on error
` [Tarantool-patches] [PATCH 04/13] wal: refactor wal_write_to_disk()
` [Tarantool-patches] [PATCH 05/13] diag: introduce diag_set_detailed()
` [Tarantool-patches] [PATCH 06/13] wal: encapsulate ER_WAL_IO
` [Tarantool-patches] [PATCH 07/13] txn: change limbo rollback check in the trigger
` [Tarantool-patches] [PATCH 08/13] journal: introduce proper error codes
` [Tarantool-patches] [PATCH 09/13] txn: assert after WAL write that txn is not done

[Tarantool-patches] [PATCH v8 0/2] filter incoming packets
 2021-06-15 11:55 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v8 1/2] applier: filter incoming synchro packets via transaction initiator
` [Tarantool-patches] [PATCH v8 2/2] Vlad: applier filtration

[Tarantool-patches] [PATCH luajit 0/4] Fix LuaJIT tests on aarch64, odroid
 2021-06-12 16:02 UTC  (14+ messages)
` [Tarantool-patches] [PATCH luajit 1/4] ARM, ARM64, PPC: Fix TSETR fallback
` [Tarantool-patches] [PATCH luajit 2/4] test: add skipcond on architectures for memprof
` [Tarantool-patches] [PATCH luajit 3/4] ARM64: Fix xpcall() error case
` [Tarantool-patches] [PATCH luajit 4/4] ARM64: Fix xpcall() error case (really)

[Tarantool-patches] [PATCH] build: fix debug flags for LuaJIT assertions
 2021-06-12 12:32 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/6] Instance join should prefer booted instances
 2021-06-11 20:56 UTC  (20+ messages)
` [Tarantool-patches] [PATCH 1/6] replication: refactor replicaset_leader()
` [Tarantool-patches] [PATCH 2/6] replication: ballot.is_ro -> is_ro_cfg
` [Tarantool-patches] [PATCH 3/6] replication: ballot.is_loading -> is_ro
` [Tarantool-patches] [PATCH 4/6] replication: introduce ballot.is_booted
` [Tarantool-patches] [PATCH 5/6] replication: use 'score' to find a join-master
` [Tarantool-patches] [PATCH 6/6] replication: prefer to join from booted replicas
` [Tarantool-patches] [PATCH 7/6] raft: test join to a raft cluster

[Tarantool-patches] [PATCH 1/1] raft: handle remote leader resign during WAL write
 2021-06-10 20:01 UTC  (3+ messages)

[Tarantool-patches] [PATCH v6 0/1] applier: filter incoming synchro packets via transaction initiator
 2021-06-10 14:46 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v6 1/1] "

[Tarantool-patches] [PATCH v5] applier: filter incoming synchro packets via transaction initiator
 2021-06-08 18:52 UTC  (2+ messages)

page:  |  | latest

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