[
https://issues.apache.org/jira/browse/ZOOKEEPER-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001539#comment-16001539
]
ASF GitHub Bot commented on ZOOKEEPER-1932:
-------------------------------------------
Github user hanm commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/106#discussion_r115353053
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml ---
@@ -948,15 +948,14 @@ server.3=zoo3:2888:3888</programlisting>
<listitem>
<para>(No Java system property)</para>
- <para>Election implementation to use. A value of "0"
corresponds
- to the original UDP-based version, "1" corresponds to the
+ <para>Election implementation to use. A value of "1"
corresponds to the
non-authenticated UDP-based version of fast leader election,
"2"
corresponds to the authenticated UDP-based version of fast
leader election, and "3" corresponds to TCP-based version of
- fast leader election. Currently, algorithm 3 is the
default</para>
+ fast leader election. Currently, algorithm 3 is the
default.</para>
<note>
- <para> The implementations of leader election 0, 1, and 2
are now
+ <para> The implementations of leader election 1, and 2 are
now
<emphasis role="bold"> deprecated </emphasis>. We have the
intention
of removing them in the next release, at which point only
the
FastLeaderElection will be available.
--- End diff --
removed.
> org.apache.zookeeper.test.LETest.testLE fails once in a while
> -------------------------------------------------------------
>
> Key: ZOOKEEPER-1932
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1932
> Project: ZooKeeper
> Issue Type: Bug
> Components: leaderElection
> Affects Versions: 3.5.0
> Reporter: Michi Mutsuzaki
> Assignee: Michael Han
> Fix For: 3.6.0
>
> Attachments: TEST-org.apache.zookeeper.test.LETest.txt,
> ZOOKEEPER-1932.patch, ZOOKEEPER-1932.patch
>
>
> org.apache.zookeeper.test.LETest.testLE is failing on trunk once in a while.
> I'm not able to reproduce the failure on my box. I looked at the log, but I
> couldn't quite figure out what's going on.
> https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk/2315/testReport/
> Update:
> ======
> Because LE is deprecated there is not much points on spending effort fixing
> it, as discussed in the JIRA. Updated JIRA title to reflect the state of the
> issue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)