You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tushar Agrawal (JIRA)" <ji...@apache.org> on 2013/06/14 17:15:34 UTC

[jira] [Commented] (CASSANDRA-5427) CustomTThreadPoolServer.java (line 210) Error occurred during processing of message.

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

Tushar Agrawal commented on CASSANDRA-5427:
-------------------------------------------

Thank you.
                
> CustomTThreadPoolServer.java (line 210) Error occurred during processing of message.
> ------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5427
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5427
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Config, Core
>    Affects Versions: 1.1.9
>         Environment: DSE 3.0, Hector Client 1.1-2, Cassandra 1.1.9, Linux 64 bit, Heap 4 GB, Total RAM 8 GB, 2 Core (its a test environment).
>            Reporter: Tushar Agrawal
>
> We are getting lot of following errors. We tried to change the thrift_framed_transport_size_in_mb and thrift_max_message_length_in_mb to 30 and 32 respectively without any success.
> Our message size is about 20 KB and we even tried to reduce it to 10 KB. We have 27 fixed columns and no secondary indexes.
> ERROR [Thrift:110] 2013-04-04 19:11:40,882 CustomTThreadPoolServer.java (line 210) Error occurred during processing of message.
> java.lang.RuntimeException: Failed to open server transport.
>         at com.datastax.bdp.transport.server.TNegotiatingServerTransport$Factory.getTransport(TNegotiatingServerTransport.java:285)
>         at com.datastax.bdp.transport.server.TNegotiatingServerTransport$Factory.getTransport(TNegotiatingServerTransport.java:257)
>         at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:184)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>         at java.lang.Thread.run(Unknown Source)
> Caused by: org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
>         at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:129)
>         at com.datastax.bdp.transport.server.TPreviewableTransport.read(TPreviewableTransport.java:88)
>         at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84)
>         at com.datastax.bdp.transport.server.TPreviewableTransport.preview(TPreviewableTransport.java:44)
>         at com.datastax.bdp.transport.server.TNegotiatingServerTransport.open(TNegotiatingServerTransport.java:169)
>         at com.datastax.bdp.transport.server.TNegotiatingServerTransport$Factory.getTransport(TNegotiatingServerTransport.java:278)
>         ... 5 more
> Caused by: java.net.SocketException: Connection reset
>         at java.net.SocketInputStream.read(Unknown Source)
>         at java.io.BufferedInputStream.fill(Unknown Source)
>         at java.io.BufferedInputStream.read1(Unknown Source)
>         at java.io.BufferedInputStream.read(Unknown Source)
>         at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:127)
>         ... 10 more

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