Merge "fix misspelling - "simple—a " and "acount""
This commit is contained in:
commit
254befa482
@ -161,7 +161,7 @@
|
||||
<para>System replicators and object uploads/downloads operate on partitions. As the
|
||||
system scales up, its behavior continues to be predictable because the number of
|
||||
partitions is a fixed number.</para>
|
||||
<para>Implementing a partition is conceptually simple—a partition is just a
|
||||
<para>Implementing a partition is conceptually simple, a partition is just a
|
||||
directory sitting on a disk with a corresponding hash table of what it contains.</para>
|
||||
<figure>
|
||||
<title>Partitions</title>
|
||||
@ -227,7 +227,7 @@
|
||||
</section>
|
||||
<section xml:id="section_swift-component-download">
|
||||
<title>Download</title>
|
||||
<para>A request comes in for an acount/container/object. Using the same consistent hashing,
|
||||
<para>A request comes in for an account/container/object. Using the same consistent hashing,
|
||||
the partition name is generated. A lookup in the ring reveals which storage nodes
|
||||
contain that partition. A request is made to one of the storage nodes to fetch the
|
||||
object and, if that fails, requests are made to the other nodes.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user