SEDec 27, 2018

TripleAgent: Monitoring, Perturbation and Failure-obliviousness for Automated Resilience Improvement in Java Applications

arXiv:1812.10706v32 citations
Originality Synthesis-oriented
AI Analysis

This addresses resilience issues for Java application developers, but it is incremental as it builds on existing failure-oblivious computing concepts.

The paper tackles the problem of improving resilience in Java applications by automatically monitoring, injecting perturbations, and applying failure-oblivious computing to handle exceptions, showing that it can automatically enhance resilience for real-world applications like a file transfer client and an email server.

In this paper, we present a novel resilience improvement system for Java applications. The unique feature of this system is to combine automated monitoring, automated perturbation injection, and automated resilience improvement. The latter is achieved thanks to the failure-oblivious computing, a concept introduced in 2004 by Rinard and colleagues. We design and implement the system as agents for the Java virtual machine. We evaluate the system on two real-world applications: a file transfer client and an email server. Our results show that it is possible to automatically improve the resilience of Java applications with respect to uncaught or mishandled exceptions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes