Parallel Backup Coordination in High-Availability Clusters

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing backup systems in high-availability environments struggle to configure backup preferences and perform backups in parallel, often occupying computing resources needed for client requests, leading to performance degradation and inability to handle multiple availability groups effectively.

Innovation Solution

The system allows for configuring backups against a cluster name, automatically discovering and backing up availability groups, and dynamically determining a preferred node for backups, enabling parallel backups across multiple nodes and offloading workloads from active nodes to improve performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If backups are performed on the active server, then backup functionality is provided, but computing resources are occupied and performance degrades

Engineering Contradiction:
Improvebackup functionalityVSAvoidserver performance
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The backup operation is extracted from the active server and relocated to a standby server. The active server maintains its primary function of handling client requests, while the backup function is performed separately on the standby server, eliminating resource contention and performance degradation on the active server.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

A backup coordination service acts as an intermediary between the backup software and the cluster nodes. It dynamically determines which node should perform the backup operation based on current cluster state, ensuring backups occur on appropriate nodes without interfering with active server performance.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If backups are performed sequentially on each node, then all nodes are backed up, but backup time increases significantly

Engineering Contradiction:
Improvecompleteness of backupVSAvoidbackup duration
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The backup operation is segmented into multiple parallel tasks that can be executed simultaneously on different cluster nodes. The backup software divides the backup work across available nodes, allowing concurrent backup operations rather than sequential execution, thereby reducing total backup time while ensuring all nodes are covered.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system enables continuous backup operations by utilizing all available nodes simultaneously. Instead of waiting for one backup to complete before starting the next, the system maintains continuous productive action by running multiple backup operations in parallel across the cluster.

Inventive Principle:
Principle #20Continuity of useful action

3Ease of operation

If backup preferences are configured manually for each node, then backup control is precise, but configuration complexity increases

Engineering Contradiction:
Improvebackup controlVSAvoidconfiguration complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The backup coordination service provides a universal interface for managing backups across the entire cluster. Instead of requiring separate configurations for each node, the service handles backup management centrally, automatically determining which nodes should perform backups based on cluster state and backup policies, thereby simplifying configuration while maintaining precise control.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The backup coordination service enables the cluster to self-manage backup operations. The service automatically monitors cluster state, determines appropriate backup nodes, and executes backup operations without requiring manual configuration for each node. The system adapts dynamically to changes in cluster configuration and state.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9934107B1Designating backup nodes and backing up in parallel in a high-availability environment
Publication Date: 2018.04.03 EMC IP HLDG CO LLC
  • US9934107B1 patent drawing
  • US9934107B1 patent drawing
  • US9934107B1 patent drawing

AI summary

A high-availability cluster includes a subset of nodes having database instances where each database instance hosts a primary replica having primary databases or a secondary replica having corresponding secondary databases. An availability group includes a primary replica hosted by one database instance on one node and at least one secondary replica hosted by another database instance on another node, the secondary replica being a failover for the primary replica. A first backup preference is determined for a first availability group to identify a first preferred node for a first backup. A second backup preference is determined for a second availability group to identify a second preferred node for a second backup. The backups are triggered on the preferred nodes and the backups can proceed in parallel.