You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/11/13 03:46:22 UTC

[GitHub] [ozone] szetszwo commented on pull request #2835: HDDS-5946. [Ozone-Streaming] The 'Cannot allocate Memory 'problem occurs in client while test write

szetszwo commented on pull request #2835:
URL: https://github.com/apache/ozone/pull/2835#issuecomment-967773537


   I see.  We probably should limit the size (in bytes) of the buffer list but not the number of elements.  We could use org.apache.ratis.util.DataBlockingQueue then.
   
   DataBlockingQueue currently does not have a  remove(..) method.  We could easily add one.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org