[
https://issues.apache.org/jira/browse/CASSANDRA-10992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303849#comment-15303849
]
mlowicki commented on CASSANDRA-10992:
--------------------------------------
[~pauloricardomg] yes:
{code}
WARN [Thread-154755] 2016-05-26 17:36:20,625 CompressedInputStream.java:190 -
Error while reading compressed input stream.
WARN [STREAM-IN-/10.210.59.151] 2016-05-26 17:36:20,625
CompressedStreamReader.java:115 - [Stream 14d2bb50-2366-11e6-aff3-094ba808857e]
Error while reading partition DecoratedKey(-8649238600224809230,
00093330303438393239320000040000934600) from stream on ks='sync' and
table='entity_by_id2'.
WARN [Thread-156292] 2016-05-26 19:52:29,073 CompressedInputStream.java:190 -
Error while reading compressed input stream.
WARN [STREAM-IN-/10.210.59.84] 2016-05-26 19:52:29,073
CompressedStreamReader.java:115 - [Stream 040b4041-2379-11e6-a363-41a0407f7ce6]
Error while reading partition DecoratedKey(-3970687134714418221,
0009333035333936313732000004000276d800) from stream on ks='sync' and
table='entity_by_id2'.
WARN [Thread-157643] 2016-05-26 23:17:09,393 CompressedInputStream.java:190 -
Error while reading compressed input stream.
WARN [STREAM-IN-/10.210.59.86] 2016-05-26 23:17:09,393
CompressedStreamReader.java:115 - [Stream 97753900-2395-11e6-b5a2-b9dde4344a60]
Error while reading partition DecoratedKey(2694075662350043685,
00093238333331313532320000040000808800) from stream on ks='sync' and
table='entity_by_id2'.
{code}
> Hanging streaming sessions
> --------------------------
>
> Key: CASSANDRA-10992
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10992
> Project: Cassandra
> Issue Type: Bug
> Environment: C* 2.1.12, Debian Wheezy
> Reporter: mlowicki
> Assignee: Paulo Motta
> Fix For: 2.1.12
>
> Attachments: apache-cassandra-2.1.12-SNAPSHOT.jar, db1.ams.jstack,
> db6.analytics.jstack
>
>
> I've started recently running repair using [Cassandra
> Reaper|https://github.com/spotify/cassandra-reaper] (built-in {{nodetool
> repair}} doesn't work for me - CASSANDRA-9935). It behaves fine but I've
> noticed hanging streaming sessions:
> {code}
> root@db1:~# date
> Sat Jan 9 16:43:00 UTC 2016
> root@db1:~# nt netstats -H | grep total
> Receiving 5 files, 46.59 MB total. Already received 1 files, 11.32 MB
> total
> Sending 7 files, 46.28 MB total. Already sent 7 files, 46.28 MB total
> Receiving 6 files, 64.15 MB total. Already received 1 files, 12.14 MB
> total
> Sending 5 files, 61.15 MB total. Already sent 5 files, 61.15 MB total
> Receiving 4 files, 7.75 MB total. Already received 3 files, 7.58 MB
> total
> Sending 4 files, 4.29 MB total. Already sent 4 files, 4.29 MB total
> Receiving 12 files, 13.79 MB total. Already received 11 files, 7.66
> MB total
> Sending 5 files, 15.32 MB total. Already sent 5 files, 15.32 MB total
> Receiving 8 files, 20.35 MB total. Already received 1 files, 13.63 MB
> total
> Sending 38 files, 125.34 MB total. Already sent 38 files, 125.34 MB
> total
> root@db1:~# date
> Sat Jan 9 17:45:42 UTC 2016
> root@db1:~# nt netstats -H | grep total
> Receiving 5 files, 46.59 MB total. Already received 1 files, 11.32 MB
> total
> Sending 7 files, 46.28 MB total. Already sent 7 files, 46.28 MB total
> Receiving 6 files, 64.15 MB total. Already received 1 files, 12.14 MB
> total
> Sending 5 files, 61.15 MB total. Already sent 5 files, 61.15 MB total
> Receiving 4 files, 7.75 MB total. Already received 3 files, 7.58 MB
> total
> Sending 4 files, 4.29 MB total. Already sent 4 files, 4.29 MB total
> Receiving 12 files, 13.79 MB total. Already received 11 files, 7.66
> MB total
> Sending 5 files, 15.32 MB total. Already sent 5 files, 15.32 MB total
> Receiving 8 files, 20.35 MB total. Already received 1 files, 13.63 MB
> total
> Sending 38 files, 125.34 MB total. Already sent 38 files, 125.34 MB
> total
> {code}
> Such sessions are left even when repair job is long time done (confirmed by
> checking Reaper's and Cassandra's logs). {{streaming_socket_timeout_in_ms}}
> in cassandra.yaml is set to default value (3600000).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)