You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2010/11/13 21:59:13 UTC

[jira] Commented: (CASSANDRA-1743) Switch to TFastFramedTransport

    [ https://issues.apache.org/jira/browse/CASSANDRA-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931729#action_12931729 ] 

Brandon Williams commented on CASSANDRA-1743:
---------------------------------------------

I get a "fast" OOM:

ERROR 15:52:23,570 Fatal exception in thread Thread[pool-1-thread-66,5,main]
java.lang.OutOfMemoryError: Java heap space
        at org.apache.thrift.transport.AutoExpandingBuffer.<init>(AutoExpandingBuffer.java:37)
        at org.apache.thrift.transport.AutoExpandingBufferWriteTransport.<init>(AutoExpandingBufferWriteTransport.java:32)
        at org.apache.thrift.transport.TFastFramedTransport.<init>(TFastFramedTransport.java:107)
        at org.apache.thrift.transport.TFastFramedTransport$Factory.getTransport(TFastFramedTransport.java:51)
        at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:161)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:636)

> Switch to TFastFramedTransport
> ------------------------------
>
>                 Key: CASSANDRA-1743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.7.0
>
>         Attachments: 1743.txt
>
>
> Forgot that after THRIFT-831 "fast" mode is not the default and is a separate transport class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.