| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
[ERROR] src/test/java/org/apache/bookkeeper/proto/ReadEntryProcessorTest.java:[23,15] (imports) UnusedImports: Unused import: org.junit.Assert.fail. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Motivation
Read throttling can block Netty IO/EventLoop threads when read permits are exhausted. Once the IO threads are blocked, the server may stop dispatching new requests and Netty write completions may not make progress, preventing read permits from being released.
Changes
Validation
Added regression test fails on the old implementation and passes with this change: