Repository: accumulo
Updated Branches:
  refs/heads/gh-pages e0447313a -> 27debfc03


fix missed review comment


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/27debfc0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/27debfc0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/27debfc0

Branch: refs/heads/gh-pages
Commit: 27debfc031d836333ffd84ff2d494ef69bdc9131
Parents: e044731
Author: Keith Turner <ktur...@apache.org>
Authored: Wed Nov 2 14:59:43 2016 -0400
Committer: Keith Turner <ktur...@apache.org>
Committed: Wed Nov 2 14:59:43 2016 -0400

----------------------------------------------------------------------
 _posts/blog/2016-10-28-durability-performance.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/27debfc0/_posts/blog/2016-10-28-durability-performance.md
----------------------------------------------------------------------
diff --git a/_posts/blog/2016-10-28-durability-performance.md 
b/_posts/blog/2016-10-28-durability-performance.md
index d079baa..14b2f01 100644
--- a/_posts/blog/2016-10-28-durability-performance.md
+++ b/_posts/blog/2016-10-28-durability-performance.md
@@ -16,7 +16,7 @@ When data is written to Accumulo the following happens :
 
  * Client sends a batch of mutations to a tablet server
  * Tablet server does the following :
-   * Writes mutation to tablet servers WAL
+   * Writes mutation to tablet servers' WAL
    * Sync or flush tablet servers' WAL
    * Adds mutations to sorted in memory map of each tablet.
    * Reports success back to client.

Reply via email to