Jump to: navigation, search

Difference between revisions of "Sahara/ClusterHA"

(Implementation)
(Implementation)
Line 13: Line 13:
  
 
==Implementation==
 
==Implementation==
# Check the cluster status
+
*Check the cluster status
* Instance (is up? accessible?)
+
** Instance (is up? accessible?)
* Volume creation, attachment and mount
+
** Volume creation, attachment and mount
* ambari server/agent installment and configuring
+
** ambari server/agent installment and configuring
# If the error is generated, below steps will be done.
+
* If the error is generated, below steps will be done.
* Update the DB which is used by ClusterHA module. (Table name: ClusterHA)
+
** Update the DB which is used by ClusterHA module. (Table name: ClusterHA)
* Delete a Instance
+
** Delete a Instance
* Detach a volume and deleting a volume
+
** Detach a volume and deleting a volume
* Jump to return the value (cluter_id, status)
+
** Jump to return the value (cluter_id, status)
# Resume cluster creation
+
* Resume cluster creation
  
 
==Code Changes==
 
==Code Changes==

Revision as of 06:42, 10 September 2013

Sumarry

It Shall provided system level HA. So even if a component fails during Hadoop provisioning, the system shall be able to complete the Hadoop provisioning without defect or error.

Release Note

When this is implemented, the system shall be able to complete the Hadoop provisioning without defect or error.

User stories

  1. Operator gets the list of failed Cluster through savanna web
  2. Operator clicks the resume icon
  3. The cluster will be rereated by using this operation.

Design

Implementation

  • Check the cluster status
    • Instance (is up? accessible?)
    • Volume creation, attachment and mount
    • ambari server/agent installment and configuring
  • If the error is generated, below steps will be done.
    • Update the DB which is used by ClusterHA module. (Table name: ClusterHA)
    • Delete a Instance
    • Detach a volume and deleting a volume
    • Jump to return the value (cluter_id, status)
  • Resume cluster creation

Code Changes

Test/Demo Plan

This need not be added or completed until the specification is nearing beta. 

Unresolved issues

TBD