Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
funkygao committed Sep 18, 2012
1 parent 9a89c4d commit 8749fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zookeeper.rst
Expand Up @@ -94,8 +94,8 @@ ClientCnxn.SendThread 向NIOServerCnxn发送request
QuorumCnxManager.Listener bind(`electionPort`), sleeps on accept() per server 启动时
QuorumCnxManager.SendWorker per sid [被]连接(connect/accept)其他peer后
QuorumCnxManager.RecvWorker per sid [被]连接(connect/accept)其他peer后
FastLeaderElection.Messenger.WorkerReceiver LeaderElection中收报文,每个connection一个该线程 per connection 启动时
FastLeaderElection.Messenger.WorkerSender LeaderElection中发报文,每个connection一个该线程 per connection 启动时
FastLeaderElection.Messenger.WorkerReceiver LeaderElection中收报文 per connection 启动时
FastLeaderElection.Messenger.WorkerSender LeaderElection中发报文 per connection 启动时
Leader.LearnerCnxAcceptor bind(quorumPort),为每个follower的连接建立1个LearnerHandler 称为leader后马上
LearnerHandler accept之后
SessionTrackerImpl 跟踪session是否超时,Leader only
Expand Down

0 comments on commit 8749fc6

Please sign in to comment.