[Tarantool-patches] [PATCH v4 07/12] raft: filter rows based on known peer terms
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sun Apr 18 18:44:08 MSK 2021
I accidentally updated curl submodule (forgot to update the
submodules before doing my amendments), we need to revert it back.
> diff --git a/src/box/applier.cc b/src/box/applier.cc
> index 61d53fdec..b0e8fbba7 100644
> --- a/src/box/applier.cc
> +++ b/src/box/applier.cc
> @@ -967,6 +967,59 @@ apply_final_join_tx(struct stailq *rows)
> return rc;
> }
>
> +/*
Also I forgot to make it /** instead of /*.
> + * When elections are enabled we must filter out synchronous rows coming
> + * from an instance that fell behind the current leader. This includes
> + * both synchronous tx rows and rows for txs following unconfirmed
> + * synchronous transactions.
> + * The rows are replaced with NOPs to preserve the vclock consistency.
> + */
More information about the Tarantool-patches
mailing list