DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
System Design
What's the right frontend response for a request that fails specifically because a CP backend is refusing to serve during a partition?
A
A generic, unexplained error page identical to any other failure
B
An explicit 'temporarily unavailable, protected for correctness' state paired with retry-with-backoff logic, since this is expected to resolve once the partition heals
C
Silently retry forever with no user-visible indication
D
Permanently disable the feature for that user
Check Answer