You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/01/28 18:37:49 UTC

svn commit: r904180 - in /incubator/cassandra/site: publish/index.html src/content/index.html

Author: jbellis
Date: Thu Jan 28 17:37:48 2010
New Revision: 904180

URL: http://svn.apache.org/viewvc?rev=904180&view=rev
Log:
tweak Fault Tolerant and Elastic sections

Modified:
    incubator/cassandra/site/publish/index.html
    incubator/cassandra/site/src/content/index.html

Modified: incubator/cassandra/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/cassandra/site/publish/index.html?rev=904180&r1=904179&r2=904180&view=diff
==============================================================================
--- incubator/cassandra/site/publish/index.html (original)
+++ incubator/cassandra/site/publish/index.html Thu Jan 28 17:37:48 2010
@@ -115,7 +115,8 @@
         <b>Fault Tolerant</b>
         <p>
         Data is automatically replicated to multiple nodes for fault-tolerance. 
-        Replication across multiple data centers is supported.
+        Replication across multiple data centers is supported. Failed nodes
+        can be replaced with no downtime.
         </p>
       </li>
     </ul>
@@ -139,7 +140,7 @@
       <li>
         <b>Elastic</b>
         <p>
-        Storage and throughput increase linearly as new machines are added, with no downtime or interruption to applications.
+        Read and write throughput both increase linearly as new machines are added, with no downtime or interruption to applications.
         </p>
       </li>
       <li>

Modified: incubator/cassandra/site/src/content/index.html
URL: http://svn.apache.org/viewvc/incubator/cassandra/site/src/content/index.html?rev=904180&r1=904179&r2=904180&view=diff
==============================================================================
--- incubator/cassandra/site/src/content/index.html (original)
+++ incubator/cassandra/site/src/content/index.html Thu Jan 28 17:37:48 2010
@@ -53,7 +53,8 @@
         <b>Fault Tolerant</b>
         <p>
         Data is automatically replicated to multiple nodes for fault-tolerance. 
-        Replication across multiple data centers is supported.
+        Replication across multiple data centers is supported. Failed nodes
+        can be replaced with no downtime.
         </p>
       </li>
     </ul>
@@ -77,7 +78,7 @@
       <li>
         <b>Elastic</b>
         <p>
-        Storage and throughput increase linearly as new machines are added, with no downtime or interruption to applications.
+        Read and write throughput both increase linearly as new machines are added, with no downtime or interruption to applications.
         </p>
       </li>
       <li>