Directory Load Balancer for Distributed File Systems

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing load balancing techniques in distributed file systems are inefficient for performance-sensitive applications, as they do not effectively utilize specific information about nodes and workers to balance workloads optimally.

Innovation Solution

A directory-level load balancer that incorporates feedback loops from worker nodes to the load balancer, allowing it to make informed decisions based on the internal states of workers, such as resource availability and proximity to backend services.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If traditional load balancing techniques like round-robin distribution are used, then the system is simple to implement, but the workload distribution efficiency deteriorates for performance-sensitive applications

Engineering Contradiction:
Improveimplementation simplicityVSAvoidworkload distribution efficiency
Core Design Contradiction:
Ease of manufactureVSProductivity

Solution Approach 1:

The load balancer implements feedback loops from worker nodes to continuously monitor internal states such as resource availability, current workload, and proximity to backend services. This feedback mechanism enables the load balancer to dynamically adjust workload distribution decisions based on real-time system conditions, resolving the contradiction by maintaining implementation simplicity while dramatically improving workload distribution efficiency through informed routing decisions

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes the parameters used for load balancing from static round-robin indexing to dynamic parameters including worker resource availability, current load state, and geographic proximity to backend services. By continuously monitoring and responding to changes in these parameters, the system achieves high workload distribution efficiency without complex implementation, as the core mechanism remains a standard load balancer with enhanced decision-making parameters

Inventive Principle:
Principle #35Parameter changes

2Device complexity

If load balancers use basic processor and memory load metrics, then the monitoring complexity is low, but the workload distribution accuracy deteriorates

Engineering Contradiction:
Improvemonitoring complexityVSAvoidworkload distribution accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

Worker nodes continuously provide feedback to the load balancer about their internal states including detailed resource availability, current workload metrics, and proximity information to backend services. This feedback loop enables the load balancer to make highly accurate workload distribution decisions based on comprehensive real-time data without requiring complex monitoring infrastructure, as worker nodes themselves maintain and report their state information

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Worker nodes autonomously monitor and report their own internal states to the load balancer, eliminating the need for complex centralized monitoring systems. Each worker node self-services by tracking its resource availability, workload, and proximity metrics, then providing this information to the load balancer for accurate workload distribution decisions, thereby achieving high measurement precision with low monitoring complexity

Inventive Principle:
Principle #25Self-service

3Ease of operation

If uniform workload distribution is applied without considering worker states, then the system is easy to manage, but the system performance deteriorates due to the ping-pong effect of distributed locks

Engineering Contradiction:
Improvesystem manageabilityVSAvoidsystem performance
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The load balancer uses feedback from worker nodes about their internal states to intelligently distribute workloads, minimizing the ping-pong effect of distributed locks. By considering worker resource availability, current load, and proximity to backend services, the system achieves optimal performance while maintaining ease of management through automated decision-making that responds to real-time system conditions without requiring manual intervention

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The workload distribution strategy dynamically adapts to changing worker states rather than applying static uniform distribution. The load balancer continuously adjusts routing decisions based on real-time feedback about worker resource availability, current workload, and proximity to backend services, enabling the system to maintain high performance while remaining easy to manage through automated dynamic optimization

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12271763B2Intelligent load balancing in a distributed system
Publication Date: 2025.04.08 DELL PROD LP
  • US12271763B2 patent drawing
  • US12271763B2 patent drawing
  • US12271763B2 patent drawing

AI summary

Embodiments for performing load balancing in a filesystem of a distributed network comprising worker nodes accessing shared resources that are controlled by distributed locks to grant and prevent access from clients, by assigning a range of directory entries to each worker node, and providing feedback from each worker node to a load balancer to expose an internal state of acquired resources and other parameters of each worker node. In response to periodic updates of the directory ranges to be collocated, the system maintains directory ranges in each worker so that complete subtrees of the directory tree fit in a single range assigned to a worker. Upon receipt of a client request to access a data asset, the load balancer selects the most optimum worker to satisfy the request based on the worker internal states and other parameters.