[Tarantool-patches] [PATCH v2] vinyl: restart read iterator in case of rolled back WAL

Aleksandr Lyapunov alyapunov at tarantool.org
Fri Jun 19 16:01:46 MSK 2020


Great, lgtm.
Btw, I didn't try to run tests, I hope you did it.

On 6/19/20 3:24 PM, Nikita Pettik wrote:
>
> Ok, I'm fine with it. Consider this change:
>
> diff --git a/src/box/vy_read_iterator.c b/src/box/vy_read_iterator.c
> index 62a8722d9..409796910 100644
> --- a/src/box/vy_read_iterator.c
> +++ b/src/box/vy_read_iterator.c
> @@ -378,65 +378,6 @@ vy_read_iterator_scan_disk(struct vy_read_iterator *itr, uint32_t disk_src,
>          return 0;
>   }


More information about the Tarantool-patches mailing list