[ https://issues.apache.org/jira/browse/CASSANDRA-19971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886427#comment-17886427 ]
jist edited comment on CASSANDRA-19971 at 10/2/24 4:11 PM: ----------------------------------------------------------- [~smiklosovic] , do you think that it will be possible to simulate the same issue also in docker (with single instance) or cluster is needed? NOTE: * About debug ON ... can you navigate me about this setting? was (Author: JIRAUSER304852): [~smiklosovic] , do you think that it will be possible to simulate the same issue also in docker (with single instance) or cluster is needed? > 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