[ 
https://issues.apache.org/jira/browse/CASSANDRA-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

arnaud-lb updated CASSANDRA-6052:
---------------------------------

    Description: 
Issuing queries such as "select * from huge_table limit 1000000000" or "copy 
hugetable to ..." reliably exhausts cassandra's heap space. (In cqlsh, at 
least.)

The JVM then get stuck in a Full GC loop, GC fails to free anything, cassandra 
is unresponsive and never recovers.

  was:
Issuing queries such as "select * from huge_table limit 1000000000" or "copy 
hugetable to ..." reliably exhausts cassandra's heap space.

The JVM then get stuck in a Full GC loop, GC fails to free anything, cassandra 
is unresponsive and never recovers.

    
> memory exhaustion
> -----------------
>
>                 Key: CASSANDRA-6052
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6052
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: Debian, Cassandra 2.0
>            Reporter: arnaud-lb
>             Fix For: 2.0.1
>
>         Attachments: jconsole.png
>
>
> Issuing queries such as "select * from huge_table limit 1000000000" or "copy 
> hugetable to ..." reliably exhausts cassandra's heap space. (In cqlsh, at 
> least.)
> The JVM then get stuck in a Full GC loop, GC fails to free anything, 
> cassandra is unresponsive and never recovers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to