emqx/apps/emqx_ds_builtin_raft/src
Andrew Mayorov 6b130c6422
fix(dsraft): preserve pending replica set transitions
Otherwise, information about pending replica set transitions taking a
long time to complete could be lost on subsequent target set changes and
node crashes.
2024-07-17 12:17:07 +02:00
..
proto refactor(ds): Extract DS replication layer to a separate application 2024-06-21 17:16:24 +02:00
emqx_ds_builtin_raft.app.src refactor(ds): Extract DS replication layer to a separate application 2024-06-21 17:16:24 +02:00
emqx_ds_builtin_raft_app.erl fix(ds): Move DS backend supervision trees to their own apps 2024-06-21 18:22:04 +02:00
emqx_ds_builtin_raft_db_sup.erl refactor(ds_raft): Replace egress server with common emqx_ds_buffer 2024-06-21 17:16:24 +02:00
emqx_ds_builtin_raft_sup.erl fix(ds): Move DS backend supervision trees to their own apps 2024-06-21 18:22:04 +02:00
emqx_ds_replication_layer.erl fix(dsrepl): classify ra error conditions more carefully 2024-06-26 20:44:34 +02:00
emqx_ds_replication_layer.hrl refactor(ds): Extract DS replication layer to a separate application 2024-06-21 17:16:24 +02:00
emqx_ds_replication_layer_meta.erl fix(dsraft): preserve pending replica set transitions 2024-07-17 12:17:07 +02:00
emqx_ds_replication_layer_shard.erl chore(dsraft): provide more details when replica is unready 2024-07-12 18:23:23 +02:00
emqx_ds_replication_shard_allocator.erl fix(dsraft): preserve pending replica set transitions 2024-07-17 12:17:07 +02:00
emqx_ds_replication_snapshot.erl feat(dsrepl): enable WAL-less batch writes 2024-06-26 20:44:32 +02:00