[ https://issues.apache.org/jira/browse/CASSANDRA-11521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289246#comment-15289246 ]
Robert Stupp commented on CASSANDRA-11521: ------------------------------------------ bq. pages are stored in Netty direct byte buffers Just to note, that direct buffers are also constrainted by {{-XX:MaxDirectMemorySize}}. This affects both message buffers (in Netty) as well as direct buffers allocated by C* itself. Putting too much pressure on this (basically exhausting the direct memory size limit) may result into OOMs as well. (I didn't look at the whole ticket - but this jumped out) > Implement streaming for bulk read requests > ------------------------------------------ > > Key: CASSANDRA-11521 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11521 > Project: Cassandra > Issue Type: Sub-task > Components: Local Write-Read Paths > Reporter: Stefania > Assignee: Stefania > Fix For: 3.x > > > Allow clients to stream data from a C* host, bypassing the coordination layer > and eliminating the need to query individual pages one by one. -- This message was sent by Atlassian JIRA (v6.3.4#6332)