Skip to content

Latest commit

 

History

History

cascadingfailures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

串联故障模式

串联故障模式(Cascading Failures Pattern)描述了当一个组件或服务的故障引发了系统中其他组件或服务的故障,导致故障的传播与扩大。Cascading Failures 模式在分布式系统和微服务架构中经常出现,对系统的稳定性和可靠性带来挑战。