ss77892 commented on PR #11080:
URL: https://github.com/apache/ozone/pull/11080#issuecomment-5377818190

   > @ss77892 why stream is getting closed after 30 seconds with 
DEADLINE_EXCEEDED?
   
   That's in the jira description: XceiverClientGrpc.initStreamRead sets a gRPC 
deadline of ozone.client.read.timeout (30 seconds). A gRPC deadline bounds the 
whole call, and since 
[HDDS-13974](https://issues.apache.org/jira/browse/HDDS-13974) one stream stays 
open per block for the lifetime of the input stream, so every stream is 
cancelled with DEADLINE_EXCEEDED 30 seconds after it opens, even when healthy.


-- 
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]

Reply via email to