-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16350/
-----------------------------------------------------------

(Updated Dec. 19, 2013, 10:29 a.m.)


Review request for cloudstack, Abhinandan Prateek and Koushik Das.


Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-5457
    
https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-5457


Repository: cloudstack-git


Description
-------

Due to changes in underlying DAO layer to re throw exceptionsback to the caller 
DB HA functionality is broken as MS is not going down even all dbs are down. 
Fixed this by catching exceptions in ClusterManagerImpl and take decision based 
on it.


Diffs
-----

  framework/cluster/src/com/cloud/cluster/ClusterManagerImpl.java 1c10a95 

Diff: https://reviews.apache.org/r/16350/diff/


Testing
-------

Testing is done in the following use cases
1. With db ha not enabled
2. with db ha enabled and
   - Shut down Master
   - Shut down slave
3. With db ha enabled
   - shut down 2nd db
   - shot down 1st db
4. with dbha enabled
   - shut down 1st db
   - up the 1st db
   - shut down 2nd db
   - shut down 1 st db


Thanks,

Damodar Reddy Talakanti

Reply via email to