Merge branch 'xlog_ng' into unstable
* xlog_ng: (22 commits) [feeder] support for tagged rows [core] fix bug: cookie is 64 bit [core] default tags are negative [core, box] row dispatch based on tag [core, box] wal_write and snapshot_write row now explicitly require tag and cookie [core, box] support for cookie in WAL [core] refactor read_u{8,16,32,4} [core] better error handling on remote recovery [core] add missing exception handling when recovering WAL [core] flush when saving snapshot [core] cleanup logflushing logic [core] refactor io rate limiting [core] remove dead code [core, box] support for configurable behavior on recovery errors [core, box] move snap_io_rate_limit to module specific initialization [core] use buffered read when doing recovery [core] fix packet length calculation [core] close connection to feeder in case of error [box] now replica reports its lag [core] hide v04 stuff ...
No related branches found
No related tags found
Showing
- cfg/core_cfg.cfg_tmpl 0 additions, 3 deletionscfg/core_cfg.cfg_tmpl
- cfg/tarantool_feeder_cfg.c 0 additions, 24 deletionscfg/tarantool_feeder_cfg.c
- cfg/tarantool_feeder_cfg.cfg 0 additions, 3 deletionscfg/tarantool_feeder_cfg.cfg
- cfg/tarantool_feeder_cfg.cfg_tmpl 0 additions, 3 deletionscfg/tarantool_feeder_cfg.cfg_tmpl
- cfg/tarantool_feeder_cfg.h 0 additions, 3 deletionscfg/tarantool_feeder_cfg.h
- cfg/tarantool_silverbox_cfg.c 78 additions, 24 deletionscfg/tarantool_silverbox_cfg.c
- cfg/tarantool_silverbox_cfg.cfg 8 additions, 3 deletionscfg/tarantool_silverbox_cfg.cfg
- cfg/tarantool_silverbox_cfg.cfg_tmpl 10 additions, 3 deletionscfg/tarantool_silverbox_cfg.cfg_tmpl
- cfg/tarantool_silverbox_cfg.h 10 additions, 3 deletionscfg/tarantool_silverbox_cfg.h
- core/fiber.c 2 additions, 0 deletionscore/fiber.c
- core/log_io.c 87 additions, 52 deletionscore/log_io.c
- core/log_io_remote.c 41 additions, 20 deletionscore/log_io_remote.c
- core/pickle.c 15 additions, 40 deletionscore/pickle.c
- core/tarantool.c 0 additions, 1 deletioncore/tarantool.c
- include/fiber.h 1 addition, 0 deletionsinclude/fiber.h
- include/log_io.h 64 additions, 18 deletionsinclude/log_io.h
- include/log_io_internal.h 0 additions, 86 deletionsinclude/log_io_internal.h
- include/pickle.h 2 additions, 0 deletionsinclude/pickle.h
- mod/feeder/feeder.c 1 addition, 1 deletionmod/feeder/feeder.c
- mod/silverbox/box.c 48 additions, 33 deletionsmod/silverbox/box.c
Loading
Please register or sign in to comment