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

jist commented on CASSANDRA-19971:
----------------------------------

I got the same issue in {+}4.1.x{+}, +5.0.0+ and in +5.0.1+ also.

> CRC mismatch
> ------------
>
>                 Key: CASSANDRA-19971
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19971
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: jist
>            Priority: Normal
>
> I got these errors during performance tests:
>  * NoHostAvailable: ('Unable to connect to any servers', 
> {'10.129.53.159:9042': ConnectionShutdown('{*}CRC mismatch on header 22f840. 
> Received 85\", computed e3d12c.{*}')})
>  * NoHostAvailable: ('Unable to connect to any servers', 
> {'10.129.53.159:9042': ConnectionShutdown('{*}CRC mismatch on header 718a02. 
> Received 85a8\", computed a7811f.{*}')})
> I used this connection setting with {{ProtocolVersion.V5}} :
> {code:java}
> self._cluster = Cluster(contact_points = self._run_setup['ip'],
>             port = self._run_setup['port'], 
>             auth_provider = auth_provider,
>             load_balancing_policy = load_balancing_policy, 
>             control_connection_timeout = Setting.TIMEOUT, 
>             idle_heartbeat_interval = Setting.TIMEOUT,
>             connect_timeout = Setting.TIMEOUT, 
>             protocol_version = ProtocolVersion.V5){code}
> I did not get the mistake about CRC mismatch, when I used 
> {{{}ProtocolVersion.V4{}}}. It seems on the first view, that 
> {{ProtocolVersion.V5}} generates these issues.
> BTW: I am probably able to simulate the issue repeatable in case of request 
> (I got these issues in Cassandra version 5.0.0)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to