The search functionality is under construction.
The search functionality is under construction.

Alleviating File System Journaling Problem in Containers for DBMS Consolidation

Asraa ABDULRAZAK ALI MARDAN, Kenji KONO

  • Full Text Views

    0

  • Cite this

Summary :

Containers offer a lightweight alternative over virtual machines and become a preferable choice for application consolidation in the clouds. However, the sharing of kernel components can violate the I/O performance and isolation in containers. It is widely recognized that file system journaling has terrible performance side effects in containers, especially when consolidating database management systems (DBMSs). The sharing of journaling modules among containers causes performance dependency among them. This dependency violates resource consumption enforced by the resource controller, and degrades I/O performance due to the contention of the journaling module. The operating system developers have been working on novel designs of file systems or new journaling mechanisms to solve the journaling problems. This paper shows that it is possible to overcome journaling problems without re-designing file systems or implementing a new journaling method. A careful configuration of containers in existing file systems can gracefully solve the problems. Our recommended configuration consists of 1) per-container journaling by presenting each container with a virtual block device to have its own journaling module, and 2) accounting journaling I/Os separately for each container. Our experimental results show that our configuration resolves journaling-related problems, improves MySQL performance by 3.4x, and achieves reasonable performance isolation among containers.

Publication
IEICE TRANSACTIONS on Information Vol.E104-D No.7 pp.931-940
Publication Date
2021/07/01
Publicized
2021/04/01
Online ISSN
1745-1361
DOI
10.1587/transinf.2020EDP7178
Type of Manuscript
PAPER
Category
Software System

Authors

Asraa ABDULRAZAK ALI MARDAN
  Keio University
Kenji KONO
  Keio University

Keyword