[
https://issues.apache.org/jira/browse/ZOOKEEPER-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13942967#comment-13942967
]
Hudson commented on ZOOKEEPER-1796:
-----------------------------------
SUCCESS: Integrated in ZooKeeper-trunk #2261 (See
[https://builds.apache.org/job/ZooKeeper-trunk/2261/])
ZOOKEEPER-1796. Move common code from {Follower, Observer}ZooKeeperServer into
LearnerZooKeeperServer (Raul Gutierrez Segales via michim) (michim:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1579888)
* /zookeeper/trunk/CHANGES.txt
*
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerZooKeeperServer.java
*
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/LearnerZooKeeperServer.java
*
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/ObserverZooKeeperServer.java
> Move common code from {Follower, Observer}ZooKeeperServer into
> LearnerZooKeeperServer
> -------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-1796
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1796
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Raul Gutierrez Segales
> Priority: Trivial
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1796.patch
>
>
> Since ZOOKEEPER-1552 we are enabling syncProcessor in Observers, so we should
> have a proper shutdown() method there. Since FollowerZooKeeperServer already
> has one, which does the same thing that we need, move that to
> LearnerZooKeeperServer along with some related instance variables.
--
This message was sent by Atlassian JIRA
(v6.2#6252)