Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Fixed an issue with the bibliography
Browse files Browse the repository at this point in the history
  • Loading branch information
jc0b committed Jul 20, 2020
1 parent 02c7859 commit a956265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.bib
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ @article{DeVries1997
volume = {97},
year = {1997}
}
@article{Andreadis2019,
@article{Andreadis2018,
abstract = {Datacenters act as cloud-infrastructure to stakeholders across industry, government, and academia. To meet growing demand yet operate efficiently, datacenter operators employ increasingly more sophisticated scheduling systems, mechanisms, and policies. Although many scheduling techniques already exist, relatively little research has gone into the abstraction of the scheduling process itself, hampering design, tuning, and comparison of existing techniques. In this work, we propose a reference architecture for datacenter schedulers. The architecture follows five design principles: components with clearly distinct responsibilities, grouping of related components where possible, separation of mechanism from policy, scheduling as complex workflow, and hierarchical multi-scheduler structure. To demonstrate the validity of the reference architecture, we map to it state-of-the-art datacenter schedulers. We find scheduler-stages are commonly underspecified in peer-reviewed publications. Through trace-based simulation and real-world experiments, we show underspecification of scheduler-stages can lead to significant variations in performance.},
author = {Andreadis, Georgios and Versluis, Laurens and Mastenbroek, Fabian and Iosup, Alexandru},
doi = {10.1109/SC.2018.00040},
Expand All @@ -47,7 +47,7 @@ @article{Andreadis2019
keywords = {Datacenter,Reference Architecture,Scheduling},
pages = {478--492},
title = {{A reference architecture for datacenter scheduling: Design, validation, and experiments}},
year = {2019}
year = {2018}
}
@article{Abate2013,
abstract = {Context: The success of modern software distributions in the Free and Open Source world can be explained, among other factors, by the availability of a large collection of software packages and the possibility to easily install and remove those components using state-of-the-art package managers. However, package managers are often built using a monolithic architecture and hard-wired and ad-hoc dependency solvers implementing some customized heuristics. Objective: We aim at laying the foundation for improving on existing package managers. Package managers should be complete, that is find a solution whenever there exists one, and allow the user to specify complex criteria that define how to pick the best solution according to the user's preferences. Method: In this paper we propose a modular architecture relying on precise interface formalisms that allows the system administrator to choose from a variety of dependency solvers and backends. Results: We have built a working prototype-called MPM-following the design advocated in this paper, and we show how it largely outperforms a variety of current package managers. Conclusion: We argue that a modular architecture, allowing for delegating the task of constraint solving to external solvers, is the path that leads to the next generation of package managers that will deliver better results, offer more expressive preference languages, and be easily adaptable to new platforms. {\textcopyright} 2012 Elsevier B.V. All rights reserved.},
Expand Down Expand Up @@ -477,7 +477,7 @@ @article{Barroso2009
volume = {4},
year = {2009}
}
@article{Andreadis2018,
@article{Andreadis2018-2,
abstract = {Datacenters act as cloud-infrastructure to stakeholders across industry, government, and academia. To meet growing demand yet operate efficiently, datacenter operators employ increasingly more sophisticated scheduling systems, mechanisms, and policies. Although many scheduling techniques already exist, relatively little research has gone into the abstraction of the scheduling process itself, hampering design, tuning, and comparison of existing techniques. In this work, we propose a reference architecture for datacenter schedulers. The architecture follows five design principles: components with clearly distinct responsibilities, grouping of related components where possible, separation of mechanism from policy, scheduling as complex workflow, and hierarchical multi-scheduler structure. To demonstrate the validity of the reference architecture, we map to it state-of-the-art datacenter schedulers. We find scheduler-stages are commonly underspecified in peer-reviewed publications. Through trace-based simulation and real-world experiments, we show underspecification of scheduler-stages can lead to significant variations in performance.},
archivePrefix = {arXiv},
arxivId = {1808.04224},
Expand Down

0 comments on commit a956265

Please sign in to comment.