Skip to content
Snippets Groups Projects
  1. Jan 02, 2015
    • ale's avatar
      new traffic control logic · 7e02e304
      ale authored
      Refactor the load balancing code using a generic traffic control
      abstraction that gives the user more control over the final logic (for
      the moment this is configured via a command-line parameter).
      7e02e304
    • ale's avatar
      make max listener count configurable per-node · a2dbebc8
      ale authored
      Adds a new metric to NodeStatus (MaxListeners) so that it is available
      to the traffic control logic.
      a2dbebc8
  2. Dec 28, 2014
  3. Dec 27, 2014
  4. Dec 26, 2014
    • ale's avatar
      refactor masterelection to remove races; add tests · 03a67c17
      ale authored
      Master election code should be more robust now, this commit eliminates
      the discrepancy between role and master info (previously it was possible
      for these two to be non synchronized).
      
      This commit also includes an in-memory etcd mock, which implements
      enough of the etcd interface to test the masterelection code.
      03a67c17
  5. Dec 24, 2014
  6. Dec 07, 2014
  7. Dec 06, 2014
  8. Dec 01, 2014
    • ale's avatar
      support arbitrary public IPs · 01d010c9
      ale authored
      Introduce node names, allowing a node to have multiple IP addresses.
      Also, make the front-end code IPv6-aware and support AAAA records.
      01d010c9
  9. Nov 30, 2014
  10. Nov 14, 2014
  11. Nov 07, 2014
  12. Nov 05, 2014
  13. Oct 19, 2014
  14. Oct 18, 2014
  15. Oct 17, 2014
  16. Oct 15, 2014
  17. Oct 14, 2014
  18. Oct 12, 2014
Loading