Why does the flushPendingResponse method have no backpressure?
Open
type/bug
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
**BUG REPORT**
***Describe the bug***
like `org.apache.bookkeeper.proto.PacketProcessorBase#sendResponse`, if the client is unable to process in time, use Netty high water level control to avoid FullGC or OOM
***Expected behavior***
`org.apache.bookkeeper.proto.BookieRequestHandler#flushPendingResponse` method supports backpressure
***Additional context***
bookkeeper-4.17
Contributor guide
Assessment
This issue has not been assessed yet.