question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@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 issue

After 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:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
doanduyhaicommented, Oct 12, 2017

Easy bug, I’ll attempt a new release soon

0reactions
doanduyhaicommented, Jun 9, 2018

The original bug is fixed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found