Tag

avalanche effect

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 9, 2023 · Backend Development

Preventing Service Avalanche with Hystrix: Strategies and Code Samples

This article explains how synchronous service calls can cause thread exhaustion and cascading failures known as the avalanche effect, and demonstrates how to use Hystrix's circuit‑breaker, isolation, and fallback features with practical Java code to protect backend systems.

HystrixJavaavalanche effect
0 likes · 10 min read
Preventing Service Avalanche with Hystrix: Strategies and Code Samples
Baidu Intelligent Testing
Baidu Intelligent Testing
May 5, 2016 · Operations

Preventing Avalanche Effect in Distributed Storage Systems: Replication Strategies, Flow Control, and Safety Mode

The article analyzes distributed storage replication methods, explains how large‑scale replica recovery can trigger an avalanche effect, and proposes operational safeguards such as cross‑rack replica selection, flow‑control mechanisms, predictive fault handling, and a safety mode to maintain system stability.

Distributed StorageFlow ControlReplication
0 likes · 15 min read
Preventing Avalanche Effect in Distributed Storage Systems: Replication Strategies, Flow Control, and Safety Mode