- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources4
- Resource Type
- 
                                    
                                    
                                    
                                    0004000000000000
- More
- Availability
- 
                                    
                                    31
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Huang, Peng (4)
- 
                                                    
                                                        
                                                            
                                                            Chen, Ang (1)
- 
                                                    
                                                        
                                                            
                                                            Chowdhury, Mosharaf (1)
- 
                                                    
                                                        
                                                            
                                                            Hu, Yigong (1)
- 
                                                    
                                                        
                                                            
                                                            Huang, Gongqi (1)
- 
                                                    
                                                        
                                                            
                                                            Huang, Yibo (1)
- 
                                                    
                                                        
                                                            
                                                            Jiang, Yuxuan (1)
- 
                                                    
                                                        
                                                            
                                                            Kon, Patrick Tser (1)
- 
                                                    
                                                        
                                                            
                                                            Liu, Hongyi (1)
- 
                                                    
                                                        
                                                            
                                                            Lu, Ruiming (1)
- 
                                                    
                                                        
                                                            
                                                            Lu, Yunchi (1)
- 
                                                    
                                                        
                                                            
                                                            Pan, Jia (1)
- 
                                                    
                                                        
                                                            
                                                            Qiu, Yiming (1)
- 
                                                    
                                                        
                                                            
                                                            Wang, Xinyu (1)
- 
                                                    
                                                        
                                                            
                                                            Wu, Haoze (1)
- 
                                                    
                                                        
                                                            
                                                            Xing, Jiarong (1)
- 
                                                    
                                                        
                                                            
                                                            Xue, Guangtao (1)
- 
                                                    
                                                        
                                                            
                                                            #Tyler Phillips, Kenneth E. (0)
- 
                                                    
                                                        
                                                            
                                                            #Willis, Ciara (0)
- 
                                                    
                                                        
                                                            
                                                            & Abreu-Ramos, E. D. (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S.M. (0)
- 
                                                    
                                                        
                                                            
                                                            (submitted - in Review for IEEE ICASSP-2024) (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Recent studies have shown that various hardware components exhibit fail-slow behavior at scale. However, the characteristics of distributed software's tolerance of such slow faults remain ill-understood. This paper presents a comprehensive study that investigates the characteristics and current practices of slow-fault tolerance in modern distributed software. We focus on the fundamentally nuanced nature of slow faults. We develop a testing pipeline to systematically introduce diverse slow faults, measure their impact under different workloads, and identify the patterns. Our study shows that even small changes can lead to dramatically different reactions. While some systems have added slow-fault handling mechanisms, they are mostly controlled by static thresholds, which can hardly accommodate the highly sensitive and dynamic characteristics. To address this gap, we design ADR, a lightweight library to use within system code and make fail-slow handling adaptive. Evaluation shows ADR significantly reduces the impact of slow faults.more » « lessFree, publicly-accessible full text available April 28, 2026
- 
            Wu, Haoze; Pan, Jia; Huang, Peng (, 21st USENIX Symposium on Networked Systems Design and Implementation (NSDI 24))Many distributed system failures, especially the notorious partial service failures, are caused by bugs that are only triggered by subtle faults at rare timing. Existing testing is inefficient in exposing such bugs. This paper presents Legolas, a fault injection testing framework designed to address this gap. To precisely simulate subtle faults, Legolas statically analyzes the system code and instruments hooks within a system. To efficiently explore numerous faults, Legolas introduces a novel notion of abstract states and automatically infers abstract states from code. During testing, Legolas designs an algorithm that leverages the inferred abstract states to make careful fault injection decisions. We applied Legolas on the latest releases of six popular, extensively tested distributed systems. Legolas found 20 new bugs that result in partial service failures.more » « less
- 
            Qiu, Yiming; Kon, Patrick Tser; Xing, Jiarong; Huang, Yibo; Liu, Hongyi; Wang, Xinyu; Huang, Peng; Chowdhury, Mosharaf; Chen, Ang (, ACM)
- 
            Hu, Yigong; Huang, Gongqi; Huang, Peng (, ACM)
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
 
                                     Full Text Available
                                                Full Text Available