Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-host compatible etcd service watcher #86

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2014

  1. synapse etcd service watcher

    bobtfish committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    1a14b63 View commit details
    Browse the repository at this point in the history
  2. Add etcd to Gemfile.lock

    bobtfish committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    14fde33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d6437 View commit details
    Browse the repository at this point in the history
  4. Make recursion work

    bobtfish committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    8b5e3fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d653a11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d43f99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac57c2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    276fceb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Integrated etcd service_watcher.

    Alan Smith committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    b74ee22 View commit details
    Browse the repository at this point in the history
  2. Switched EtcdWatcher to use the hosts parameter and rotate through …

    …the hosts until a reachable host is found.
    Alan Smith committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    deedf4d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. Switched to less resilient failover for etcd in favor of fewer connec…

    …tions made to etcd.
    Alan Smith committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    8c51ed1 View commit details
    Browse the repository at this point in the history