Abstract

The distributed nature of edge computing infrastructures requires a significant effort to avoid overload conditions due to uneven distribution of incoming load from sensors placed over a wide area. While optimization algorithms operating offline can address this issue in the medium to long term, sudden and unexpected traffic surges require an online approach where load balancing actions are taken at a smaller time scale. However, when the service time of a single request becomes comparable with the latency needed to take and actuate load balancing decisions, the design of online approaches becomes particularly challenging. This paper focuses on the class of online algorithms for load balancing based on resource sharing among random nodes. While this randomization principle is a straightforward and effective way to share resources and achieve load balance, it fails to work properly when the interval between decision making and decision actuating times (called schedule lag) becomes comparable with the time required to execute a job, a condition not rare in edge computing systems, and provokes stale (out-of-date) information to be involved in scheduling decisions. Our analysis combines (1) a theoretical model that evaluates how stale information reduces the effectiveness of the balancing mechanism and describes the correlation between the system state at decision making and decision actuating times; (2) a simulation approach to study a wide range of algorithm parameters and possible usage scenarios. The results of our analysis provides the designers of distributed edge systems with useful hints to decide, based on the scenario, which load balancing protocol is the most suitable.

Citation

Beraldi, R., Canali, C., Lancellotti, R., & Proietti Mattia, G. (2022). On the impact of stale information on distributed online load balancing protocols for edge computing. Computer Networks, 108935. https://doi.org/https://doi.org/10.1016/j.comnet.2022.108935

@article{2022BeraldiOnTheImpact,
  title = {On the impact of stale information on distributed online load balancing protocols for edge computing},
  author = {Beraldi, Roberto and Canali, Claudia and Lancellotti, Riccardo and {Proietti Mattia}, Gabriele},
  year = {2022},
  journal = {Computer Networks},
  pages = {108935},
  doi = {https://doi.org/10.1016/j.comnet.2022.108935},
  issn = {1389-1286},
  url = {https://www.sciencedirect.com/science/article/pii/S1389128622001207},
  keywords = {Edge computing, Load balancing, Power-of-choice algorithm, Stale load information, Simulation}
}