Implement blueprint: 'feature-feeder-in-core'.
Implement https://blueprints.launchpad.net/tarantool/+spec/feeder-in-core - replicator was implemented; - 'box_replication' tests was added top test suite; - feeder module was removedl; - tarantool's core file was of UTILITY and STORAGE defines; - fiber name length was upped to 32 characters; - .gitignore file was updated.
Showing
- .gitignore 0 additions, 5 deletions.gitignore
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- cfg/core_cfg.cfg_tmpl 11 additions, 0 deletionscfg/core_cfg.cfg_tmpl
- cfg/tarantool_box_cfg.c 198 additions, 42 deletionscfg/tarantool_box_cfg.c
- cfg/tarantool_box_cfg.cfg 40 additions, 23 deletionscfg/tarantool_box_cfg.cfg
- cfg/tarantool_box_cfg.h 53 additions, 24 deletionscfg/tarantool_box_cfg.h
- cfg/tarantool_feeder_cfg.c 0 additions, 913 deletionscfg/tarantool_feeder_cfg.c
- cfg/tarantool_feeder_cfg.cfg 0 additions, 58 deletionscfg/tarantool_feeder_cfg.cfg
- cfg/tarantool_feeder_cfg.h 0 additions, 110 deletionscfg/tarantool_feeder_cfg.h
- core/CMakeLists.txt 1 addition, 0 deletionscore/CMakeLists.txt
- core/fiber.m 140 additions, 79 deletionscore/fiber.m
- core/log_io.m 1 addition, 1 deletioncore/log_io.m
- core/log_io_remote.m 3 additions, 3 deletionscore/log_io_remote.m
- core/replicator.m 605 additions, 0 deletionscore/replicator.m
- core/tarantool.m 16 additions, 20 deletionscore/tarantool.m
- include/fiber.h 15 additions, 1 deletioninclude/fiber.h
- include/replicator.h 58 additions, 0 deletionsinclude/replicator.h
- mod/CMakeLists.txt 1 addition, 7 deletionsmod/CMakeLists.txt
- mod/box/box.m 6 additions, 6 deletionsmod/box/box.m
- mod/box/box_cfg.cfg_tmpl 5 additions, 4 deletionsmod/box/box_cfg.cfg_tmpl
Loading
Please register or sign in to comment