Merge pull request #34883 from kadtendulkar/kad13
Fix broken hyperlink on Running ZooKeeper, A Distributed System Coordinator page
This commit is contained in:
@@ -305,7 +305,7 @@ numChildren = 0
|
|||||||
|
|
||||||
### Providing durable storage
|
### Providing durable storage
|
||||||
|
|
||||||
As mentioned in the [ZooKeeper Basics](#zookeeper-basics) section,
|
As mentioned in the [ZooKeeper Basics](#zookeeper) section,
|
||||||
ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots
|
ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots
|
||||||
in memory state, to storage media. Using WALs to provide durability is a common
|
in memory state, to storage media. Using WALs to provide durability is a common
|
||||||
technique for applications that use consensus protocols to achieve a replicated
|
technique for applications that use consensus protocols to achieve a replicated
|
||||||
|
|||||||
Reference in New Issue
Block a user