@DSE_Search annotation is not allowed if using Cassandra version DSE 5.1.2. Consider setting your Cassandra version to DSE_X_X
See original GitHub issueAfter updating to 5.3.1 version, I’ve started to get this error. However if I set DSE version to DSE_5_0_3, the application starts.
@CompileTimeConfig(cassandraVersion = CassandraVersion.DSE_5_0_3, columnMappingStrategy = ColumnMappingStrategy.IMPLICIT,
namingStrategy = NamingStrategy.SNAKE_CASE, insertStrategy = InsertStrategy.NOT_NULL_FIELDS,
projectName = "DMR_CSF")
public interface AchillesConfig {
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to generate a thread dump in DSE DataStax
When high CPU is an issue, sometimes generating a thread dump is the only way to troubleshoot. You need to see which threads...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Easy bug, I’ll attempt a new release soon
The original bug is fixed