Direct call to NewNoopResolver()

Looks like there is a direct call to NewNoopResolver here:

I implemented the new PersistenceServiceResolver plugin, but when the server tries to start, it goes through:
Server.Start > Server.validate > cassandra.VerifyCompatibleVersion > checkCompatibleVersion > cassandra.newCQLClient

Is this a bug, or am I doing something wrong? Currently this means you can’t make use of PersistenceResolver.

This is a bug. Thanks for reporting it. It is ok to use NoopResolver in CLI tools but I didn’t expect server to call anything from the tools/cassandra package.

I will fix it soon.

1 Like