[Tarantool-patches] [PATCH 0/2] Module is not unloaded on function drop
Alexander Turenko
alexander.turenko at tarantool.org
Thu Dec 12 00:36:11 MSK 2019
On Tue, Dec 10, 2019 at 05:22:04PM +0300, Kirill Yukhin wrote:
> Hello,
>
> On 27 ноя 00:29, Vladislav Shpilevoy wrote:
> > The patchset fixes a problem when a C function, added via
> > box.schema.func.create(), is dropped, but its dynamic library is not unloaded
> > from the process' memory.
> >
> > Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4648-func-unload
> > Issue: https://github.com/tarantool/tarantool/issues/4648
> >
> > Vladislav Shpilevoy (2):
> > errinj: provide 'get' method in Lua
> > func: fix not unloading of unused modules
>
> I've checked your patchset into 1.10, 2.2 and master.
It seems you don't pushed it to 1.10.
When you'll do, please, apply also
eddc8cc03bc8a00c4f2edfc9782910b88b0fdd33 ('test: update
box/errinj.test.lua result file').
More information about the Tarantool-patches
mailing list