HI, I am reading the source code of ZooKeeper 3.3.0, and stucked.
After the instance of LeaderZooKeeperServer (inherit from QuorumZooKeeperServer which inherits from ZooKeeperServer ) has been created (in class QuorumPeer:657), where does it invoke setupRequestProcessors()? In standalone mode, it is easy to find whre setupRequestProcessors is called. But in quorum mode, i don't know how the function is invoked. Thanks very much! 2011-08-31 Jun
