Jekyll build from gh-pages:27debfc 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/6ff65974 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/6ff65974 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/6ff65974 Branch: refs/heads/asf-site Commit: 6ff659741a90149bd695f3732411cc28bb9c1c58 Parents: e6015ac Author: Keith Turner <[email protected]> Authored: Wed Nov 2 15:00:19 2016 -0400 Committer: Keith Turner <[email protected]> Committed: Wed Nov 2 15:00:19 2016 -0400 ---------------------------------------------------------------------- blog/2016/11/02/durability-performance.html | 2 +- feed.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/6ff65974/blog/2016/11/02/durability-performance.html ---------------------------------------------------------------------- diff --git a/blog/2016/11/02/durability-performance.html b/blog/2016/11/02/durability-performance.html index 9209fb3..e26345d 100644 --- a/blog/2016/11/02/durability-performance.html +++ b/blog/2016/11/02/durability-performance.html @@ -196,7 +196,7 @@ WAL.</p> <li>Client sends a batch of mutations to a tablet server</li> <li>Tablet server does the following : <ul> - <li>Writes mutation to tablet servers WAL</li> + <li>Writes mutation to tablet serversâ WAL</li> <li>Sync or flush tablet serversâ WAL</li> <li>Adds mutations to sorted in memory map of each tablet.</li> <li>Reports success back to client.</li> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/6ff65974/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 3e81da7..e024f16 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>https://accumulo.apache.org/</link> <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Wed, 02 Nov 2016 14:51:16 -0400</pubDate> - <lastBuildDate>Wed, 02 Nov 2016 14:51:16 -0400</lastBuildDate> + <pubDate>Wed, 02 Nov 2016 15:00:14 -0400</pubDate> + <lastBuildDate>Wed, 02 Nov 2016 15:00:14 -0400</lastBuildDate> <generator>Jekyll v3.2.1</generator> <item> @@ -25,7 +25,7 @@ WAL.</p> <li>Client sends a batch of mutations to a tablet server</li> <li>Tablet server does the following : <ul> - <li>Writes mutation to tablet servers WAL</li> + <li>Writes mutation to tablet serversâ WAL</li> <li>Sync or flush tablet serversâ WAL</li> <li>Adds mutations to sorted in memory map of each tablet.</li> <li>Reports success back to client.</li>
