Implement blueprint: 'feature-feeder-in-core'.
Missed inotify even in the replicaor handler process was foxed. replicaor_init was splited on two function: - replicaor_prefork -- create replicaor spawner process; - replicaor_init -- initialize replicaor fibers in the main tarantool process. Test and test configuration files in box_replication soute was clenupped and updated.
Showing
- core/replicator.m 18 additions, 27 deletionscore/replicator.m
- core/tarantool.m 3 additions, 1 deletioncore/tarantool.m
- include/replicator.h 7 additions, 1 deletioninclude/replicator.h
- test/box_replication/cfg/hot_standby.cfg 3 additions, 1 deletiontest/box_replication/cfg/hot_standby.cfg
- test/box_replication/cfg/master.cfg 3 additions, 1 deletiontest/box_replication/cfg/master.cfg
- test/box_replication/cfg/master_to_replica.cfg 2 additions, 1 deletiontest/box_replication/cfg/master_to_replica.cfg
- test/box_replication/cfg/replica.cfg 2 additions, 1 deletiontest/box_replication/cfg/replica.cfg
- test/box_replication/cfg/replica_to_master.cfg 2 additions, 1 deletiontest/box_replication/cfg/replica_to_master.cfg
- test/box_replication/hot_standby.test 2 additions, 2 deletionstest/box_replication/hot_standby.test
- test/box_replication/swap.result 200 additions, 200 deletionstest/box_replication/swap.result
- test/box_replication/swap.test 16 additions, 5 deletionstest/box_replication/swap.test
- test/lib/tarantool_box_server.py 1 addition, 2 deletionstest/lib/tarantool_box_server.py
Loading
Please register or sign in to comment