Consistency is one of the fundamental issues of distributed computing. Beyond the well-known tension between Consistency, Availability, and Partition-tolerance, as captured by the CAP theorem, many nuanced consistency models and algorithms have been developed for different purposes. These consistency models have subtly different behaviour in practice, which translates to difficult choices between fault tolerance, performance, and programmability. The issues and trade-offs are particularly vexing at scale, with a large number of processes or large shared databases, and in the presence of high latency and failure-prone networks, such as edge computing and peer-to-peer networks.

Since its inception in 2014, the PaPoC workshop series has brought together researchers and practitioners who seek to develop better techniques and a better understanding of consistency in distributed systems. We welcome contributions from a wide range of backgrounds: system development, distributed algorithms, concurrency, fault tolerance, databases, programming languages, and verification. While there is no one universally best solution, we believe that by bringing together these perspectives, we can develop techniques that provide useful guarantees to applications, that are usable by application developers, and that satisfy real-world scalability, performance, and reliability requirements.

The workshop is looking for contributions on the following, and associated, topics:

Details on submissions

The PaPoC workshop invites two types of submissions:

We accept longer proposals, under the understanding that PC members are only expected to read the first six pages (in the case of papers) or two pages (in the case of extended abstracts) of such longer submissions. All submissions should be written in English and provided in PDF format. Submissions do not need to be anonymised.

Authors of accepted papers will have the opportunity to choose whether they want their papers published in ACM Digital Library (along with papers from other EuroSys workshops). In any case, accepted papers and abstracts will be made available to participants of the workshop. At least one author of each accepted submission is expected to present their work at the workshop, and to be available for discussions.

Authors may submit work that has appeared elsewhere or that is currently under submission elsewhere, provided that it is identified as such. In this case, if their submission is accepted, the authors will be asked to produce a two-page summary that cites the full version of their work. This summary is what will appear in the PaPoC materials.

How to submit your work

Submissions should be made via Easychair.

Submissions should be in PDF format. We suggest that you use the ACM template for LaTeX or MS Word, but this is not requried. If using the LaTeX template, please use the following document class (which matches the format used by EuroSys):

\documentclass[sigplan,10pt]{acmart}

In case of any questions, please contact the Program Chairs at papoc2020@easychair.org.

Important Dates

Submission deadline: February 21, 2020 March 1, 2020 (23:59 AoE)
Notification date: March 13, 2020 March 27, 2020
Camera-Ready: March 27, 2020 April 10, 2020
Workshop: April 27, 2020 cancelled due to COVID-19
curiosity