Model-Based Analysis of Microservice Resiliency Patterns
Nabor C. Mendonça, Carlos Aderaldo,
Javier Cámara and
David Garlan.
In Proceedings of the 2020 IEEE International Conference on Software Architecture, 16-20 March 2020.
Online links: Plain Text
Abstract
Microservice application developers try to mitigate
the impact of partial outages typically by implementing
service-to-service interactions that use well-known resiliency
patterns, such as Retry, Fail Fast, and Circuit Breaker. However,
those resiliency patterns–as well as their available open-source
implementations–are often documented informally, leaving it up
to application developers to figure out when and how to use those
patterns in the context of a particular microservice application.
In this paper, we take a first step towards improving on this
situation by introducing a model checking-based approach in
which we use the PRISM probabilistic model checker to analyze
the behavior of the Retry and Circuit Breaker resiliency patterns
as continuous-time Markov chains (CTMC). This approach has
enabled us to quantify the impact of applying each resiliency
pattern on multiple quality attributes, as well as to determine
how to best tune their parameters to deal with varying service
availability conditions, in the context of a simple client-service
interaction scenario. |
Keywords: Model Checking, Software Architecture.
|
|