[Tarantool-patches] [PATCH vshard 2/2] Drop periodic Lua GC explicit call

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Jan 29 01:19:33 MSK 2022


Hi! Thanks for the review and for noticing the issue!

On 28.01.2022 06:47, Oleg Babin wrote:
> Thanks for your patch.
> 
> Consider also following diff
> 
> diff --git a/vshard/CMakeLists.txt b/vshard/CMakeLists.txt
> index 2a15df5..2d9be25 100644
> --- a/vshard/CMakeLists.txt
> +++ b/vshard/CMakeLists.txt
> @@ -7,5 +7,5 @@ add_subdirectory(router)
> 
>  # Install module
>  install(FILES cfg.lua error.lua consts.lua hash.lua init.lua replicaset.lua
> -        util.lua lua_gc.lua rlist.lua heap.lua registry.lua
> +        util.lua rlist.lua heap.lua registry.lua
>          DESTINATION ${TARANTOOL_INSTALL_LUADIR}/vshard)
> 
> 
> After it LGTM.

Done and pushed to master.


More information about the Tarantool-patches mailing list