[Tarantool-patches] [PATCH] relay: yield explicitly every N sent rows

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Mar 2 00:24:13 MSK 2021


LGTM.

On 01.03.2021 12:25, Serge Petrenko wrote:
> 
> 
> 26.02.2021 23:24, Vladislav Shpilevoy пишет:
>> We forgot the changelog file.
> Oops, here you go. Should be pushed to 2.6, 2.7 and master.
> 
> =======================================================
> 
> Subject: [PATCH] Add changelog entry for patch "relay: yield explicitly every
>  N sent rows"
> 
> Follow-up #5762
> ---
> Branch: https://github.com/tarantool/tarantool/tree/sp/gh-5762-followup
> 
> 
>  changelogs/unreleased/relay-yield.md | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 changelogs/unreleased/relay-yield.md
> 
> diff --git a/changelogs/unreleased/relay-yield.md b/changelogs/unreleased/relay-yield.md
> new file mode 100644
> index 000000000..02e4e0f76
> --- /dev/null
> +++ b/changelogs/unreleased/relay-yield.md
> @@ -0,0 +1,4 @@
> +## bugfix/core
> +
> +* Fix a bug in relay timing out while replica is joining or syncing
> +  with master (gh-5762).


More information about the Tarantool-patches mailing list