Distributed Package Management via Meta-Scheduling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional methods for software lifecycle management are inadequate for distributed software systems, as they only handle lifecycle management on a single computer, failing to address the complexities of distributing artifacts, launching, monitoring, and relaunching software processes across multiple computers.

Innovation Solution

A system for distributed package management using meta-scheduling, which includes a cluster manager, a metascheduler node, a package repository system, and a cluster of computer nodes. This system uses a metascheduler to launch subschedulers on cluster nodes for installing and managing software packages, with multi-tiered fault detection and correction mechanisms.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If traditional single-computer lifecycle management methods are used, then the system is simple to operate, but it cannot manage distributed software systems across multiple computers

Engineering Contradiction:
Improvecapability to manage distributed software systemsVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system divides the distributed software management task into multiple independent components: a metascheduler that coordinates package installations, individual schedulers on each computer node that execute local tasks, and a package repository that stores software artifacts. This segmentation allows the system to manage distributed systems by breaking down the complex coordination problem into manageable local and global components.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The metascheduler acts as an intermediary between the package repository and individual computer nodes. It receives installation requests, coordinates with the repository to obtain packages, and distributes installation tasks to appropriate nodes. This intermediary layer simplifies the complexity by providing a centralized coordination point that handles the distributed management logic.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If distributed package management with metascheduler is implemented, then the system can reliably manage software across multiple computers, but the device complexity increases

Engineering Contradiction:
Improvereliability of distributed package managementVSAvoidcomplexity of management system
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system implements feedback mechanisms where the metascheduler monitors the status of package installations across distributed nodes, receives completion or failure reports, and can trigger remedial actions or retries. This feedback loop ensures reliable package distribution by detecting and correcting issues automatically, maintaining high reliability despite the distributed nature of the system.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system prepares for potential failures by implementing error handling and recovery mechanisms in advance. The metascheduler is designed to handle node failures, network issues, and installation errors through pre-configured retry logic and fallback procedures, ensuring that the distributed package management remains reliable even when individual components fail.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

3Productivity

If manual software distribution methods are used, then the system complexity is low, but the productivity of software deployment is reduced

Engineering Contradiction:
Improvesoftware deployment efficiencyVSAvoidcomplexity of deployment system
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The package repository pre-stores software packages and their metadata, allowing the metascheduler to quickly retrieve and distribute packages without needing to compile or fetch them during deployment. This preliminary preparation of software artifacts significantly speeds up the deployment process, improving productivity while the automated retrieval and distribution mechanisms handle the complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system enables self-service deployment where the metascheduler automatically coordinates package installations across nodes without requiring manual intervention on each computer. Individual nodes can autonomously receive and install packages based on instructions from the metascheduler, dramatically improving deployment efficiency by eliminating manual configuration and installation steps.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12332745B2Distributed package management using meta-scheduling
Publication Date: 2025.06.17 NUTANIX INC
  • US12332745B2 patent drawing
  • US12332745B2 patent drawing
  • US12332745B2 patent drawing

AI summary

A system for package management includes an interface and a processor. The interface is to receive an indication to install a package. The processor is to determine a configured package using a set local configuration properties and using the package and to launch, using a metascheduler, a set of subschedulers to install a plurality of applications of the configured package.