You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/04/12 18:15:02 UTC

svn commit: r1738826 [1/2] - in /storm/site/releases/1.0.0: Daemon-Fault-Tolerance.md index.md javadocs/serialized-form.html

Author: bobby
Date: Tue Apr 12 16:15:01 2016
New Revision: 1738826

URL: http://svn.apache.org/viewvc?rev=1738826&view=rev
Log:
Updated 1.0.0 with STORM-1658

Modified:
    storm/site/releases/1.0.0/Daemon-Fault-Tolerance.md
    storm/site/releases/1.0.0/index.md
    storm/site/releases/1.0.0/javadocs/serialized-form.html

Modified: storm/site/releases/1.0.0/Daemon-Fault-Tolerance.md
URL: http://svn.apache.org/viewvc/storm/site/releases/1.0.0/Daemon-Fault-Tolerance.md?rev=1738826&r1=1738825&r2=1738826&view=diff
==============================================================================
--- storm/site/releases/1.0.0/Daemon-Fault-Tolerance.md (original)
+++ storm/site/releases/1.0.0/Daemon-Fault-Tolerance.md Tue Apr 12 16:15:01 2016
@@ -23,7 +23,7 @@ Most notably, no worker processes are af
 
 If you lose the Nimbus node, the workers will still continue to function. Additionally, supervisors will continue to restart workers if they die. However, without Nimbus, workers won't be reassigned to other machines when necessary (like if you lose a worker machine). 
 
-So the answer is that Nimbus is "sort of" a SPOF. In practice, it's not a big deal since nothing catastrophic happens when the Nimbus daemon dies. There are plans to make Nimbus highly available in the future.
+Storm Nimbus is highly available since 1.0.0. More information please refer to [Nimbus HA Design](nimbus-ha-design.html) document.
 
 ## How does Storm guarantee data processing?
 

Modified: storm/site/releases/1.0.0/index.md
URL: http://svn.apache.org/viewvc/storm/site/releases/1.0.0/index.md?rev=1738826&r1=1738825&r2=1738826&view=diff
==============================================================================
--- storm/site/releases/1.0.0/index.md (original)
+++ storm/site/releases/1.0.0/index.md Tue Apr 12 16:15:01 2016
@@ -52,7 +52,6 @@ Trident is an alternative interface to S
 * [Using non-JVM languages with Storm](Using-non-JVM-languages-with-Storm.html)
 * [Distributed RPC](Distributed-RPC.html)
 * [Transactional topologies](Transactional-topologies.html)
-* [Direct groupings](Direct-groupings.html)
 * [Hooks](Hooks.html)
 * [Metrics](Metrics.html)
 * [State Checkpointing](State-checkpointing.html)
@@ -70,9 +69,9 @@ Trident is an alternative interface to S
 * [Apache HDFS Integration](storm-hdfs.html)
 * [Apache Hive Integration](storm-hive.html)
 * [Apache Solr Integration](storm-solr.html)
+* [Apache Cassandra Integration](storm-cassandra.html)
 * [JDBC Integration](storm-jdbc.html)
-* [Redis Integration](storm-redis.html) 
-* [Cassandra Integration](storm-cassandra.html)
+* [Redis Integration](storm-redis.html)
 * [Event Hubs Intergration](storm-eventhubs.html)
 * [Elasticsearch Integration](storm-elasticsearch.html)
 * [MQTT Integration](storm-mqtt.html)