Skip to content
Snippets Groups Projects
  1. Jul 06, 2011
    • Konstantin Shulgin's avatar
      Implement blueprint: 'feature-feeder-in-core'. · 09d4e13d
      Konstantin Shulgin authored
      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.
      09d4e13d
  2. Jul 01, 2011
    • Konstantin Shulgin's avatar
      Implement blueprint: 'feature-feeder-in-core'. · a5318c65
      Konstantin Shulgin authored
      box replication test was updated:
       - common test was splited on three test:
          * hot_standby test -- check replication from hot_standby server
              * swap -- this test iteratively swap services roles (master to
                        replica, replica to master)
              * consistent -- this is test check replica data consistent
       - unused configuration files was deleted.
       - get_param method to tarantool_to_slave
      a5318c65
    • 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
  3. Jun 27, 2011
  4. Jun 08, 2011
  5. Jun 07, 2011
  6. Jun 01, 2011
  7. May 31, 2011
    • Konstantin Osipov's avatar
      User guide: add error codes. · 8a3bd2c7
      Konstantin Osipov authored
      Learn how to use olinking correctly.
      Add errcode.xml - the list of all error codes.
      While at it, add markers to errcode.h signalling
      that whenever it is changed, errcode.xml also needs a change.
      Get rid of ERR_CODE_UNKNOWN_ERROR - it has no raison d'être.
      
      Tweak the docbook to html XSL rules, in particular
      table of contents generation.
      8a3bd2c7
  8. May 27, 2011
  9. May 26, 2011
  10. May 24, 2011
  11. May 23, 2011
  12. May 20, 2011
  13. May 19, 2011
  14. May 18, 2011
  15. May 14, 2011
  16. May 13, 2011
Loading