Skip to content

Commit

Permalink
fix description about zookeeper (#7598)
Browse files Browse the repository at this point in the history
s/achive/achieve
  • Loading branch information
CaoShuFeng authored and zacharysarah committed Apr 16, 2018
1 parent 6275442 commit 2b2318c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/stateful-application/zookeeper.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,16 @@ As noted in the [Facilitating Leader Election](#facilitating-leader-election) an
[Achieving Consensus](#achieving-consensus) sections, the servers in a
ZooKeeper ensemble require consistent configuration in order to elect a leader
and form a quorum. They also require consistent configuration of the Zab protocol
<<<<<<< HEAD
in order for the protocol to work correctly over a network. In our example we
achieve consistent configuration by embedding the configuration directly into
||||||| merged common ancestors
in order for the protocol to work correctly over a network. In our example we
achive consistent configuration by embedding the configuration directly into
=======
in order for the protocol to work correctly over a network. In our example we
achieve consistent configuration by embedding the configuration directly into
>>>>>>> fix description about zookeeper (#7598)
the manifest.

Get the `zk` StatefulSet.
Expand Down

0 comments on commit 2b2318c

Please sign in to comment.