1. 29 Sep, 2014 6 commits
  2. 24 Sep, 2014 1 commit
  3. 17 Sep, 2014 2 commits
  4. 16 Sep, 2014 2 commits
    • Ensure Eureka server gets iniialized with non-zero count · 191bad05
      Dave Syer authored
      The problem is pretty deep here so I hope I did something sane. Basically if
      PeerAwareInstanceRegistry.openForTraffic(int) ever gets called with a 0 argument
      it resets the threshold for numberOfRenewsPerMinThreshold to 0 from which
      it only ever recovers if the same method is called again with a non-zero argument.
      For a standalone server this means that it will never automatically expire
      any leases (only when it chats to its neighbours and finds out they have
      registered services will it ever switch the threshold back on).
      
      Another problem (unsolved) is that the reset mechanism will kick back in
      occasionally (resetting to 1 with this change, but that's probably also
      a bad thing). And when there *are* actually peers to talk to unless they are
      in AWS they will never communicate correctly about the actual number of local
      services (the criteria for that are deeply connected with AWS and EIP).
      
      Fixes gh-6
    • Fix ftl templates a bit (fixes gh-7) · 91c9ab1d
      Dave Syer authored
  5. 08 Sep, 2014 1 commit
  6. 07 Sep, 2014 1 commit
  7. 05 Sep, 2014 1 commit
  8. 03 Sep, 2014 9 commits
  9. 02 Sep, 2014 3 commits
  10. 29 Aug, 2014 3 commits
  11. 27 Aug, 2014 1 commit
  12. 23 Aug, 2014 1 commit
  13. 22 Aug, 2014 4 commits
  14. 19 Aug, 2014 1 commit
  15. 18 Aug, 2014 2 commits
  16. 15 Aug, 2014 1 commit
  17. 12 Aug, 2014 1 commit