[Tarantool-patches] [PATCH] xlog: make log directory if needed

Kirill Yukhin kyukhin at tarantool.org
Thu Jul 9 11:39:05 MSK 2020


Hello,

On 29 июн 15:44, Ilya Kosarev wrote:
> Tarantool's box.backup.start() returns the list of files needed to
> successfully run new instance. The problem was that it doesn't include
> empty indexes log directories. This means that after starting the
> instance using backed up files and inserting something into previously
> empty index we could run into log file creation error for example on
> box.snapshot() call. Now this is not a problem as far as according
> directories are created if needed.
> 
> Closes #5090
> ---
> Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-5027-fix-tuple-fields-nullability

Wrong.

> Issue: https://github.com/tarantool/tarantool/issues/5027

Wrong.

> 
> @ChangeLog:
>  * Create missing folders for vinyl spaces and indexes if needed to
>  avoid confusing fails of tarantool started from backup.

Need to mention an issue in brackets: (gh-5090).

Otherwise LGTM.

Fixed and checked into 1.10, 2.3, 2.4 and master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list