lib/z_k/election.rb in zk-0.7.1 vs lib/z_k/election.rb in zk-0.8.1

- old
+ new

@@ -1,5 +1,9 @@ module ZK + # NOTE: this module should be considered experimental. there are several + # specs that have recently started failing under 1.9.2 (didn't fail under + # 1.8.7 or jruby 1.6) that need fixing. + # # ==== Overview # # This module implements the "leader election" protocols described # {here}[http://hadoop.apache.org/zookeeper/docs/current/recipes.html#sc_leaderElection]. #