[patches] [PATCH vshard 0/4] Allow auto lua GC and customize bucket garbage collector

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Feb 26 13:08:52 MSK 2018


Branch: gh-77-improve-gc
Issue: https://github.com/tarantool/vshard/issues/77

Vladislav Shpilevoy (4):
  test: fix unstable unit/garbage_errinj.test.lua
  Yield on reloading an infinite fiber
  Allow auto lua GC and customize bucket garbage collector
  storage: refactor garbage collection variable names

 test/router/garbage_collector.result    |  98 +++++++++++++++++++++++++++++++
 test/router/garbage_collector.test.lua  |  33 +++++++++++
 test/storage/garbage_collector.result   |  54 +++++++++++++++++
 test/storage/garbage_collector.test.lua |  22 +++++++
 test/unit/config.result                 |  49 ++++++++++++++++
 test/unit/config.test.lua               |  19 ++++++
 test/unit/garbage.result                |   3 +
 test/unit/garbage.test.lua              |   1 +
 vshard/cfg.lua                          |  12 ++++
 vshard/consts.lua                       |   3 +-
 vshard/router/init.lua                  |  12 ++++
 vshard/storage/init.lua                 | 100 +++++++++++++++++++++-----------
 vshard/util.lua                         |   5 +-
 13 files changed, 375 insertions(+), 36 deletions(-)
 create mode 100644 test/router/garbage_collector.result
 create mode 100644 test/router/garbage_collector.test.lua

-- 
2.14.3 (Apple Git-98)




More information about the Tarantool-patches mailing list