Enhancing Proportional IO Sharing on Containerized Big Data File Systems

被引:1
作者
Huang, Dan [1 ]
Wang, Jun [3 ]
Liu, Qing [2 ]
Xiao, Nong [1 ]
Wu, Huafeng [4 ]
Yin, Jiangling [5 ]
机构
[1] Sun Yat Sen Univ, Sch Comp Sci & Engn, Guangzhou 510275, Guangdong, Peoples R China
[2] New Jersey Inst Technol, Newark, NJ 07102 USA
[3] Univ Cent Florida, Orlando, FL 32816 USA
[4] Shanghai Maritime Univ, Coll Informat Engn, Shanghai 201306, Peoples R China
[5] Apple Inc, Cupertino, CA 95014 USA
基金
美国国家科学基金会;
关键词
Containers; Linux; Big Data; Resource management; Regulators; File systems; Switches; Containerization; big data storage; resource sharing; hadoop file system; PARALLEL DATA ACCESS;
D O I
10.1109/TC.2020.3037078
中图分类号
TP3 [计算技术、计算机技术];
学科分类号
0812 ;
摘要
Big Data platforms recently employ resource management systems, such as YARN, Mesos, and Google Borg, to provision computational resources. These systems adopt containerization to share the computing resources in a multi-tenant setting with low performance overhead and interference. However, it may be observed that tenants often interfere with each other on the underlying Big Data File Systems (BDFS), e.g., Hadoop File System, which have been widely deployed as a persistent layer in current data centers. A solution with systematic generality is to containerize BDFS itself to isolate and allocate its IO sources to multiple tenants. To this end, we conduct analysis on the ineffectiveness of proportionally sharing BDFS IO resource via containerization. This ineffectiveness is due to the scheduler of containerization in "pseudo-starvation" status, in which most of IO requests are backlogged in BDFS rather than in containerization scheduler. Without enough backlogged IO requests, existing schedulers might have to maximize device utilization rather than enforce proportional sharing policy. To resolve this ineffectiveness issue, we develop a cross-layer system called BDFS-Container, which containerizes BDFS at the Linux block IO level. Central to BDFS-Container, we propose and design a proactive IOPS throttling-based mechanism named IOPS Regulator, which achieves a trade-off between maximizing IO utilization and accurately proportional IO sharing. The evaluation results show that our method can improve proportionally sharing BDFS IO resources by 74.4 percent on average.
引用
收藏
页码:2083 / 2097
页数:15
相关论文
共 46 条
  • [1] Ahn S., 2016, P USENIX HOTSTORAGE, P111
  • [2] [Anonymous], 2018, LINUX CONTAINER
  • [3] [Anonymous], CFQ IO SCHEDULER
  • [4] [Anonymous], 2016, P 25 ACM INT S HIGH
  • [5] [Anonymous], 2018, FUSE DFS MOUNTING HD
  • [6] [Anonymous], 2013, P 8 ACM EUR C COMP S
  • [7] [Anonymous], 2018, IOR BENCHMARK
  • [8] [Anonymous], 2014, P 11 USENIX C OP SYS
  • [9] [Anonymous], 2018, HADOOP FILE SYSTEM H
  • [10] Axboe J, FIOFLEXIBLE I O TEST