26One serving replica has a per-token latency 40 percent worse than its peers. Find out why.▼mediumNewBasetenTogether AI4 replies◆ premiumUnlike a training job, a slow serving replica holds nobody else back, so it survives unnoticed while degrading a slice of users. The five causes and the metric that distinguishes each, why routing can create the symptom with no hardware fault, and the fix that limits damage while you investigate.Open full answer →
15Implement the scheduler loop of a continuous-batching engine: admit, step, preempt. Where does it livelock?▼hardNewBasetenAnyscale4 replies○ sign inAdmission, a step that grows every sequence, and preemption under memory pressure. The loop is short and it has a failure that only appears when the cache is tight: in a measured run it preempted seventeen times and completed nothing, because every preempted sequence restarted from zero.Open full answer →