fix missed review comment
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/27debfc0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/27debfc0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/27debfc0 Branch: refs/heads/master Commit: 27debfc031d836333ffd84ff2d494ef69bdc9131 Parents: e044731 Author: Keith Turner <[email protected]> Authored: Wed Nov 2 14:59:43 2016 -0400 Committer: Keith Turner <[email protected]> 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-website/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.
