Skip to content
Snippets Groups Projects
  1. Oct 12, 2013
  2. Oct 11, 2013
  3. Oct 10, 2013
  4. Oct 09, 2013
    • Konstantin Osipov's avatar
      a33e75ae
    • Konstantin Osipov's avatar
      https://blueprints.launchpad.net/tarantool/+spec/start-replication-last-dump · c67278ce
      Konstantin Osipov authored
      Review fixes:
      
      - New configuration variable 'replication_protocol'
      is defined in the configuration file. The original patch
      would hand-craft it into generated files.
      - Simplified  numeric version id generation.
      - Removed timeouts from new sio_* calls. They did't quite work,
      especially with blocking sockits. Timeouts should at least use
      select(), which updates wait time on exit..
      - Removed include cfg/tarantool_box_cfg.h into recovery.cc, instead
      passed around all arguments explicitly.
      - Removed unused headers.
      - reused handshake code in master and replica
      - simplified handshake in replica fiber
      - removed clutter
      - touched here and there.
      c67278ce
  5. Oct 07, 2013
  6. Oct 06, 2013
  7. Oct 05, 2013
  8. Oct 04, 2013
  9. Oct 01, 2013
  10. Sep 30, 2013
  11. Sep 27, 2013
    • Konstantin Osipov's avatar
      Merge branch 'stable' · 8e17a07a
      Konstantin Osipov authored
      Fixes gh-47.
      
      Update test results to be more deterministic.
      
      Conflicts:
      	src/box/space.cc
      	src/box/tuple.cc
      	test/wal/oom.result
      8e17a07a
    • Konstantin Osipov's avatar
      gh-47: update wal/oom.test · 678e9344
      Konstantin Osipov authored
      Tuples are got a big bigger with shared-arena patch (4 bytes
      per tuple overhead).
      
      So we exhaust the current arena in out-of-memory test a bit
      faster than before.
      678e9344
Loading