CORTX ha (High-Availability) is responsible for ensuring that CORTX Solution is available in case of any hardware component or software service failures. It takes care of failover/ failback control flow for affected services and stabilizes them across CORTX cluster.
CORTX-27679: on new setup if data pod scale to 0 and then 1 no online event is sent to hare
Design
System Health is updating health status after comparing new event and stored event.
While processing any new event, check event_type in new event is online.
If new event is online, change stored event event_type to failed. Such that failed event will be reported first and then online event will be next.
Coding
[x] Coding conventions are followed and code is consistent
Testing
[ ] Unit and System Tests are added
[ ] Test Cases cover Happy Path, Non-Happy Path and Scalability
Problem Statement
CORTX-27679: on new setup if data pod scale to 0 and then 1 no online event is sent to hare
Design
System Health is updating health status after comparing new event and stored event. While processing any new event, check event_type in new event is online. If new event is online, change stored event event_type to failed. Such that failed event will be reported first and then online event will be next.
Coding
Testing
Review Checklist
Review Checklist
Documentation
Checklist for Author