szetszwo commented on PR #6613:
URL: https://github.com/apache/ozone/pull/6613#issuecomment-3481859230
> 1. Acquire a thread
> ...
> 6. Release the thread back to the pool
> ... The default checksum size in Ozone is 16kb. So for a client reading
into 4kb buffers, ... the server will have released the handler thread ...
The server always reads at least 1MB (not 16kb, not 4kb) for each onNext()
calls. It can read more if the request length is larger as below.
- Server: loop 50 times below in onNext()
(a) invokes a readChunk call to read 1MB
(b) sends an onNext() response with 1MB data.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]