1. 29 Nov, 2013 1 commit
  2. 28 Nov, 2013 3 commits
  3. 26 Nov, 2013 2 commits
  4. 25 Nov, 2013 3 commits
  5. 21 Nov, 2013 9 commits
  6. 20 Nov, 2013 2 commits
  7. 19 Nov, 2013 12 commits
  8. 18 Nov, 2013 7 commits
  9. 14 Nov, 2013 1 commit
    • antirez's avatar
      Sentinel: fix address of master in Hello messages. · 69d826a3
      antirez authored
      Once we switched configuration during a failover, we should advertise
      the new address.
      
      This was a serious race condition as the Sentinel performing the
      failover for a moment advertised the old address with the new
      configuration epoch: once trasmitted to the other Sentinels the broken
      configuration would remain there forever, until the next failover
      (because a greater configuration epoch is required to overwrite an older
      one).
      69d826a3