Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] Fix C module reloading
@ 2020-05-20  9:51 Kirill Yukhin
  2020-05-20  9:51 ` [Tarantool-patches] [PATCH 1/2] Copy DSO module before load instead of symlink-ing Kirill Yukhin
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Kirill Yukhin @ 2020-05-20  9:51 UTC (permalink / raw)
  To: tarantool-patches

The patchset fixes an issue when C module is not always
reloaded. It also introduces possibility to redirect
storage for temporary DSO copies to TMPDIR.

See extensive comment for 1st patch for details.

Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-4945-fix-module-reload
Issue: https://github.com/tarantool/tarantool/issues/4945

Kirill Yukhin (2):
  Copy DSO module before load instead of symlink-ing
  Allow to set directory for copying DSO before load

 src/box/call.c                | 12 ++++++---
 src/box/func.c                | 42 ++++++++++++++++++++++++-----
 test/box/func_reload.result   | 62 +++++++++++++++++++++----------------------
 test/box/func_reload.test.lua | 33 ++++++++++++-----------
 4 files changed, 91 insertions(+), 58 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-06-01 10:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  9:51 [Tarantool-patches] [PATCH 0/2] Fix C module reloading Kirill Yukhin
2020-05-20  9:51 ` [Tarantool-patches] [PATCH 1/2] Copy DSO module before load instead of symlink-ing Kirill Yukhin
2020-05-23 18:30   ` Konstantin Osipov
2020-05-25 13:13     ` Kirill Yukhin
2020-05-25 14:34       ` Konstantin Osipov
2020-05-25 15:18         ` Cyrill Gorcunov
2020-05-25 15:26           ` Cyrill Gorcunov
2020-05-25 16:45           ` Konstantin Osipov
2020-05-25 18:38             ` Cyrill Gorcunov
2020-05-26 11:11         ` Kirill Yukhin
2020-05-26 15:16       ` Cyrill Gorcunov
2020-05-27  9:17         ` Kirill Yukhin
2020-05-27 10:49           ` Cyrill Gorcunov
2020-05-20  9:51 ` [Tarantool-patches] [PATCH 2/2] Allow to set directory for copying DSO before load Kirill Yukhin
2020-05-29 10:59   ` Cyrill Gorcunov
2020-06-01 10:53     ` Kirill Yukhin
2020-05-20 20:41 ` [Tarantool-patches] [PATCH 0/2] Fix C module reloading Nikita Pettik
2020-05-21  8:41   ` Kirill Yukhin
2020-06-01 10:52 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox