Lexico-minimum Replica Placement in Multitrees
K. Alex Mills, R. Chandrasekaran, Neeraj Mittal

TL;DR
This paper studies the problem of optimally placing replicas in multitrees to minimize a reliability measure, showing NP-hardness for general cases but providing an FPT algorithm for untangled multitrees using dynamic programming and tree decomposition.
Contribution
It extends replica placement optimization from arborescences to multitrees, introduces the concept of untangled multitrees, and develops an efficient FPT algorithm for this class.
Findings
NP-hardness for multitrees with 3 roots
FPT algorithm for untangled multitrees
Dynamic programming with tree decomposition achieves optimal placement
Abstract
In this work, we consider the problem of placing replicas in a data center or storage area network, represented as a digraph, so as to lexico-minimize a previously proposed reliability measure which minimizes the impact of all failure events in the model in decreasing order of severity. Prior work focuses on the special case in which the digraph is an arborescence. In this work, we consider the broader class of multitrees: digraphs in which the subgraph induced by vertices reachable from a fixed node forms a tree. We parameterize multitrees by their number of "roots" (nodes with in-degree zero), and rule out membership in the class of fixed-parameter tractable problems (FPT) by showing that finding optimal replica placements in multitrees with 3 roots is NP-hard. On the positive side, we show that the problem of finding optimal replica placements in the class of \emph{untangled}…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Interconnection Networks and Systems · Optimization and Search Problems
