Skip to content
Snippets Groups Projects
  1. May 03, 2012
  2. Apr 27, 2012
  3. Apr 25, 2012
  4. Apr 23, 2012
  5. Apr 20, 2012
  6. Apr 09, 2012
  7. Mar 30, 2012
    • Konstantin Osipov's avatar
      Thread-based WAL writer: a piecewise port. · 59d0e081
      Konstantin Osipov authored
      This patch introduces wal_mode configuration variable,
      which can take either "fsync" or "fsync_delay" values.
      
      In "fsync" mode, we open the write ahead log in O_SYNC
      mode, and thus sync every write to disk.
      
      Th fsync_delay mode is the backward-compatible mode:
      in this mode, we only do fsync once every fsync_delay
      seconds. If fsync_delay is 0, there is no fsync.
      
      Otherwise, this patch is only adding auxiliary headers,
      object files, etc.
      59d0e081
  8. Feb 09, 2012
  9. Dec 15, 2011
  10. Nov 23, 2011
  11. Nov 21, 2011
  12. Nov 14, 2011
  13. Nov 11, 2011
  14. Sep 02, 2011
  15. Aug 29, 2011
  16. Aug 27, 2011
    • Konstantin Osipov's avatar
      Cleanup: remove generation of tarantool_box_cfg.cfg · 7fa8812e
      Konstantin Osipov authored
      Remove auto-generation of tarantool_box_cfg.cfg.
      This was intended as a sample configuration
      file, but it is no longer syntactically correct,
      and thus can not be used.
      Besides, there are now semantical rules on top
      of the syntax restrictions (e.g. you can't define
      memcached_expire on a replica), which also
      make the auto-generated config incorrect.
      
      Remove it to not mislead first-time users into
      trying it out.
      7fa8812e
  17. Aug 19, 2011
  18. Aug 15, 2011
  19. Aug 01, 2011
  20. Jul 20, 2011
  21. Jul 19, 2011
  22. Jul 18, 2011
  23. Jul 11, 2011
    • Konstantin Osipov's avatar
      feature-feeder-in-core: review fixes · abc75c3d
      Konstantin Osipov authored
      Rename hot_standby back to local_hot_standby. Let's
      not break compatibility without a strong need.
      
      Merge replication_source_ipaddr and replication_source_port
      to a single variable, replication_source, to be able to
      provide a list of sources in future.
      abc75c3d
  24. Jul 08, 2011
  25. Jul 07, 2011
  26. Jul 06, 2011
    • Konstantin Shulgin's avatar
      Imaplement blueprint 'memcached-separate-port'. · 4279a836
      Konstantin Shulgin authored
      Blueprint 'Make memcached protocol an alternative, not a replacement':
      
      Blueprint was implemented. Memcached now can work
      in presence of RELOAD CONFIGURATION statement, even if it
      changes a replica to master or a master to replica.
      
      'memcached' configuration file option was removed.
      Instead, two new optinos were added:
      - memcached_port - optional, default 0, if set, specifies
      which port speaks memcached protocol.
      - memcached_expire, boolean, which defines whether or not
      we run expire on memcached namespace. If not set,
      we simply support the protocol, but ignore TTL and never
      expire the keys.
      
      Original memcached test was ported to tarantool testing environment.
      cas test was disabled, because tarantool has a non-critical bug (in
      concurrent environment cas operation can return 'SERVER_ERROR' instead of
      'EXISTS')
      4279a836
  27. Jul 01, 2011
    • Konstantin Shulgin's avatar
      Implement blueprint: 'feature-feeder-in-core'. · c3538de7
      Konstantin Shulgin authored
      Replicator was updated:
       - bind replicator poer strategy was changed.
       - terminate child routine for spawner process during exit was added.
       - handle EPIPE error was added to client handler process.
       - remote_hot_standby was deleted.
       - local_hot_standby was renamed to hot_standby.
       - sender_send_sock function was fixed.
       - I/O event processing in replicator fibers was updated.
      
      Fiber:
       - fiber_io_* functions now public.
      c3538de7
  28. Jun 27, 2011
  29. Jun 21, 2011
  30. Jun 15, 2011
  31. Jun 07, 2011
  32. May 27, 2011
  33. May 25, 2011
Loading