FunTester
Mar 16, 2022 · Backend Development
Why Disruptor’s Default ExceptionHandler Crashes Your QPS and How to Fix It
When using the Disruptor library for high‑throughput testing, the default FatalExceptionHandler can repeatedly abort consumer threads on exceptions, causing QPS to drop to zero, but replacing it with an ignore handler or a custom implementation restores stability.
BackendDisruptorExceptionHandler
0 likes · 4 min read
