Connection Manager Node Pool Policy for Storage Upgrades

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

During non-disruptive upgrades of nodes in storage systems, the inconsistency in software or firmware versions among nodes can lead to disrupted client requests due to differences in behavior between upgraded and non-upgraded nodes, resulting in inefficient resource usage and potential disruptions.

Innovation Solution

A connection manager component determines whether to reduce a set of nodes to a subgroup based on upgrade statuses and node characteristics, selecting a node to service client requests that matches defined connection management criteria, ensuring consistent service even during upgrades.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If nodes are upgraded non-disruptively while maintaining service continuity, then service availability is improved, but inconsistency in software versions among nodes causes behavior differences that disrupt client requests

Engineering Contradiction:
Improveservice availabilityVSAvoidsoftware version consistency
Core Design Contradiction:
ReliabilityVSStability of the object's composition

Solution Approach 1:

The system segments nodes into different groups based on their upgrade status (upgraded nodes vs. non-upgraded nodes). This segmentation allows the system to manage client requests differently for each group, routing requests to appropriate node types to avoid behavior inconsistencies while maintaining continuous service availability during the upgrade transition period.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts the node pool composition and request routing based on real-time upgrade status. As nodes transition from non-upgraded to upgraded states, the system dynamically reconfigures which nodes serve which client requests, ensuring that the mix of upgraded and non-upgraded nodes handles requests appropriately without disrupting service continuity.

Inventive Principle:
Principle #15Dynamics

2Stability of the object's composition

If all nodes are upgraded simultaneously, then software version consistency is improved, but service disruption occurs during the upgrade process

Engineering Contradiction:
Improvesoftware version consistencyVSAvoidservice availability
Core Design Contradiction:
Stability of the object's compositionVSReliability

Solution Approach 1:

The system performs upgrades in periodic batches rather than all at once. Nodes are upgraded sequentially or in controlled groups over time, allowing the system to maintain service continuity with available nodes while progressively achieving full software version consistency across the entire node population.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system ensures continuous service availability by maintaining an operational node pool throughout the upgrade process. While some nodes are being upgraded, other nodes remain active to handle client requests, ensuring that the useful action of serving clients continues uninterrupted until the upgrade is complete.

Inventive Principle:
Principle #20Continuity of useful action

3Reliability

If nodes with different upgrade statuses service client requests, then service continuity is maintained, but resource usage efficiency decreases due to behavior inconsistencies

Engineering Contradiction:
Improveservice continuityVSAvoidresource usage efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system introduces an intermediary layer (request routing mechanism) that sits between client requests and the node pool. This intermediary intelligently directs requests to appropriate nodes based on upgrade status and request type, ensuring that client requests are handled efficiently by compatible nodes while maintaining service continuity, thereby optimizing resource usage despite the mixed upgrade state.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11283861B2Connection management during non-disruptive upgrade of nodes
Publication Date: 2022.03.22 EMC IP HLDG CO LLC
  • US11283861B2 patent drawing
  • US11283861B2 patent drawing
  • US11283861B2 patent drawing

AI summary

Connection of clients to nodes associated with a storage system can be managed during non-disruptive upgrades (NDUs) of software or firmware of nodes. During NDU, connection manager component (CMC) manages connections of clients to nodes based on a node pool policy to determine nodes to consider for connection for a client request and a connection policy. CMC can determine whether to reduce a set of nodes to a subset of nodes having a particular upgrade status based on a threshold value associated with the particular upgrade status, which can be one of upgraded or non-upgraded. If threshold is satisfied for the set, CMC can reduce the set to the subset of nodes, and CMC can determine a node of the subset based on the connection policy. If threshold is not satisfied, the set is not reduced, and CMC determines a node from the set based on the connection policy.