[tarantool-patches] Re: [PATCH] lua: fix for option changed by tarantoolctl

Georgy Kirichenko georgy at tarantool.org
Mon Jul 23 16:23:08 MSK 2018


I am sorry but it is completelly wrong

> +    if cfg.pid_file ~= default_cfg.pid_file then
> +        log.warn("then using with tarantoolctl option 'pid_file' is
> ignored") +        cfg.pid_file = default_cfg.pid_file
> +    end
How should this fix the issue?

> -            box.error(box.error.RELOAD_CFG, key);
> +            -- then started with tarantoolctl this option is set to
> +            -- default value, see #3214.
> +            if key == "pid_file" then
What is it "pid_file"?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20180723/1db314b1/attachment.sig>


More information about the Tarantool-patches mailing list