Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
    • Roman Tsisyk's avatar
      Fix #729: allow multiple sources in box.cfg { replication_source = { } } · cc0aac13
      Roman Tsisyk authored
      Support the following configuration:
      
          box.cfg {
              replication_source = {
                  "uri1";
                  "uri2";
                  "uri3";
                  -- ...
              }
          }
      
      This change is backward-compatible: old syntax is supported as well.
      box.info.replication is not changed and displays state of the first
      (if sort by URI) master.
      
      This patch also adds a simple hack to automatically detect the first
      master (if sorted by URI) during initial cluster bootstrap by
      comparing box.cfg.listen uri with replication_source uris.
      cc0aac13
  2. Oct 04, 2015
  3. Oct 01, 2015
  4. Sep 30, 2015
  5. Sep 29, 2015
  6. Sep 25, 2015
  7. Sep 24, 2015
  8. Sep 23, 2015
  9. Sep 22, 2015
  10. Sep 21, 2015
Loading