Job Scheduling in Distributed Datacenters

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In distributed datacenters, effectively scheduling jobs across multiple data processing locations is challenging due to the complexity of distributing tasks and optimizing resource allocation, leading to inefficiencies in job completion times and resource utilization.

Innovation Solution

A method for scheduling jobs that considers task completion times across multiple jobs, selecting tasks with the longest completion times based on shortest task completion times, and adjusting completion times to optimize resource allocation, while also determining input data transfer times and execution times to schedule tasks efficiently across available processing locations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If jobs are distributed across multiple datacenters to improve resource utilization, then system throughput is improved, but job completion time optimization becomes more complex and difficult to manage

Engineering Contradiction:
Improvesystem throughputVSAvoidscheduling complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments the scheduling problem into hierarchical levels: datacenter-level scheduling and task-level scheduling within each datacenter. This allows the system to manage complexity by dividing the overall scheduling decision into smaller, more manageable components while still achieving system-wide optimization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a scheduling system that acts as an intermediary between job submissions and datacenter execution. This intermediary coordinates task assignments across multiple datacenters, managing the complexity of distributed scheduling through centralized decision-making logic that considers both local and global factors.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If tasks are assigned to data processing locations based on shortest completion time, then execution efficiency is improved, but fairness in resource distribution across multiple jobs deteriorates

Engineering Contradiction:
Improveexecution efficiencyVSAvoidresource distribution fairness
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The patent changes the scheduling parameter from purely shortest completion time to a composite metric that incorporates both completion time and job priority/fairness factors. This allows the system to balance execution efficiency with fair resource distribution by adjusting the weight of different parameters in the scheduling decision.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent implements feedback mechanisms that monitor resource allocation across jobs and adjust scheduling decisions accordingly. When certain jobs are consistently delayed, the system adjusts priorities to ensure fair completion times, while still maintaining overall execution efficiency through dynamic parameter adjustment.

Inventive Principle:
Principle #23Feedback

3Loss of time

If all tasks in a job are scheduled to complete at the same time, then job completion time is optimized, but flexibility in resource allocation is reduced

Engineering Contradiction:
Improvejob completion timeVSAvoidresource allocation flexibility
Core Design Contradiction:
Loss of timeVSAdaptability or versatility

Solution Approach 1:

The patent implements dynamic scheduling that adjusts task assignment strategies based on real-time conditions. Rather than rigidly enforcing simultaneous completion, the system dynamically adapts resource allocation to achieve near-optimal completion times while maintaining flexibility to respond to changing system conditions and job priorities.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10108458B2System and method for scheduling jobs in distributed datacenters
Publication Date: 2018.10.23 HUAWEI TECH CANADA CO LTD
  • US10108458B2 patent drawing
  • US10108458B2 patent drawing
  • US10108458B2 patent drawing

AI summary

Methods and systems for scheduling jobs in a distributed computing environment include: obtaining a set of task identifiers, each task identifier identifying a corresponding data processing task included in one of a plurality of jobs to be scheduled for execution at one of a plurality of data processing locations; and selecting and scheduling a data processing task of the identified job having a longest optimal completion time to the data processing location corresponding to the optimal completion time of the selected data processing task.