Software Service Revision Compatibility Management

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Migrating between revisions of software services can be challenging due to inconsistencies and dependencies between services, leading to errors if new revisions of one service do not function correctly with older revisions of another service.

Innovation Solution

A software service management system that collects metadata on different revisions, uses logical identifiers to select compatible revisions, and provides discovery data to ensure that compatible versions of services are used, allowing for seamless transitions and rollbacks as needed.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If software services are updated to new revisions to provide new functionalities and improve efficiency, then service functionality and performance are improved, but inconsistencies and errors may arise when new revisions of one service do not function correctly with older revisions of dependent services

Engineering Contradiction:
Improveservice functionality and efficiencyVSAvoidservice compatibility and error-free operation
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary actions by collecting metadata about service revisions and their dependencies before actual service updates occur. This advance preparation enables the system to identify compatible revision combinations and prevent incompatible updates from being deployed together, thus maintaining reliability while enabling productivity improvements.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary mechanism (service revision management system) that mediates between service update requests and actual service deployments. This intermediary collects metadata, analyzes dependencies, and determines compatible revision combinations, ensuring that productivity gains from updates do not compromise system reliability.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If service revisions are updated independently to enable flexible deployment and quick rollbacks, then deployment flexibility and rollback capability are improved, but inconsistencies arise when related services are not updated together as a combination

Engineering Contradiction:
Improvedeployment flexibility and rollback capabilityVSAvoidservice revision consistency
Core Design Contradiction:
Adaptability or versatilityVSStability of the object's composition

Solution Approach 1:

The system merges independent service revision updates into coordinated update combinations by analyzing service dependencies and compatibility relationships. This merging ensures that related services are updated together as consistent combinations, maintaining stability while preserving the flexibility to deploy and rollback specific revision sets.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system performs preliminary analysis of service dependencies and compatibility before updates are deployed. By collecting metadata and determining compatible revision combinations in advance, the system ensures that when flexible independent updates are performed, they maintain consistency across related services.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If service dependencies are managed manually to ensure correct revision combinations, then service compatibility can be maintained, but the complexity and time required for service migration and updates increase significantly

Engineering Contradiction:
Improveservice compatibilityVSAvoidservice migration management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system implements self-service by automatically collecting metadata about service revisions, analyzing dependencies, and determining compatible revision combinations without manual intervention. This automation maintains service compatibility while eliminating the complexity and time burden of manual dependency management.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system uses feedback mechanisms by continuously collecting metadata about service revisions and their relationships. This feedback enables the system to automatically determine compatible revision combinations and guide service updates, maintaining reliability while reducing management complexity through automated decision-making.

Inventive Principle:
Principle #23Feedback

4Stability of the object's composition

If all service revisions are updated simultaneously to ensure consistency, then service compatibility is maintained, but the ability to perform selective updates and quick rollbacks is reduced

Engineering Contradiction:
Improveservice revision consistencyVSAvoidselective update capability
Core Design Contradiction:
Stability of the object's compositionVSAdaptability or versatility

Solution Approach 1:

The system segments service updates into compatible revision combinations based on dependency analysis rather than updating all services simultaneously or independently. This segmentation enables selective updates of specific service sets while maintaining consistency within each segment, preserving both stability and adaptability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies dynamics by allowing the service revision management approach to adapt based on specific update scenarios. The system can dynamically determine whether to update services in combinations or individually based on dependency relationships, enabling both consistent updates and selective flexibility as needed.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10320879B2Software service discovery and service evolution management
Publication Date: 2019.06.11 VERIZON PATENT & LICENSING INC
  • US10320879B2 patent drawing
  • US10320879B2 patent drawing
  • US10320879B2 patent drawing

AI summary

Attributes of revisions of a service are identified and maintained. The attributes include immutable data identifying the revisions, times associated with generation of the revisions, connection data associated with accessing the revisions, and other services used by the revisions. The attributes also include mutable data indicating whether the revisions are compatible with various versions of the other services. A discovery request is received from a requesting device, and discovery request identifies versions of the other services used by the requesting device. A revision of the service that is compatible with the used versions of the other services are identified based on the attributes. The identified revision and connection data are identified to the requesting device. The attributes are updated, and a different revision may be identified to the requesting device based on the updates.