Yashasvi Kotamraju created IGNITE-8354: ------------------------------------------
Summary: Ignite Continuosly refreshes Cassandra Session when there is an Exception in execute method of CassandraSessionImpl Key: IGNITE-8354 URL: https://issues.apache.org/jira/browse/IGNITE-8354 Project: Ignite Issue Type: Bug Components: cassandra Reporter: Yashasvi Kotamraju Assignee: Igor Rudyak *In CassandraSessionImpl.java* When handlePreparedStatementClusterError method is called during Exception, the session is refreshed.There might be many preparedstatements created with old session(since a session object can be shared between different batches). So when we execute the preparedstatements created with old session on a new session created , we get the the Exception "com.datastax.driver.core.exceptions.InvalidQueryException You may have used a PreparedStatement that was created with another Cluster instance". Which would again call handlePreparedStatementClusterError and refresh session again and this happens continuously. We have observed continuous cassandra session refresh warnings when this scenario occurred. -- This message was sent by Atlassian JIRA (v7.6.3#76005)