CassandraTemplate#determineTableName is called recursively which leads to a StackOverflow. This happens on CassandraAdminTemplate#dropTable
java.lang.StackOverflowError
at org.springframework.data.cassandra.core.CassandraTemplate.determineTableName(CassandraTemplate.java:519)
at org.springframework.data.cassandra.core.CassandraTemplate.determineTableName(CassandraTemplate.java:519)
Mark Paluch opened DATACASS-174 and commented
CassandraTemplate#determineTableName
is called recursively which leads to a StackOverflow. This happens onCassandraAdminTemplate#dropTable
Affects: 1.1 GA (Evans)
Backported to: 1.4.2 (Hopper SR2)
The text was updated successfully, but these errors were encountered: