milleruntime closed pull request #84: Fix typo in Durability section
URL: https://github.com/apache/accumulo-website/pull/84
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_docs-2-0/getting-started/clients.md 
b/_docs-2-0/getting-started/clients.md
index 3c5526a2..5d3baa79 100644
--- a/_docs-2-0/getting-started/clients.md
+++ b/_docs-2-0/getting-started/clients.md
@@ -161,7 +161,7 @@ By default, Accumulo writes out any updates to the 
Write-Ahead Log (WAL). Every
 goes into a file in HDFS and is sync'd to disk for maximum durability. In
 the event of a failure, writes held in memory are replayed from the WAL. Like
 all files in HDFS, this file is also replicated. Sending updates to the
-replicas, and waiting for a permanent sync to disk can significantly write 
speeds.
+replicas, and waiting for a permanent sync to disk can significantly slow down 
write speeds.
 
 Accumulo allows users to use less tolerant forms of durability when writing.
 These levels are:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to