Error while connecting aerospike to DataGrip

I want to connect my aerospike client to dataGrip and have successfully added all the necessary proerpty details and it was able to get the sets from the namespace. but while trying to load the data from any of the set. I am getting this error. Can someone help hwo to fix this.

Error detail:

com.aerospike.client.AerospikeException$InvalidNamespace: Error 20,1: Namespace not found in partition map: search-v2 at com.aerospike.client.query.PartitionTracker.assignPartitionsToNodes(PartitionTracker.java:233) at com.aerospike.client.command.ScanExecutor.scanPartitions(ScanExecutor.java:46) at com.aerospike.client.AerospikeClient.scanAll(AerospikeClient.java:3289) at com.aerospike.jdbc.schema.AerospikeSchemaBuilder.lambda$getSchema$4(AerospikeSchemaBuilder.java:48) at java.base/java.util.Optional.orElseGet(Optional.java:364) at com.aerospike.jdbc.schema.AerospikeSchemaBuilder.getSchema(AerospikeSchemaBuilder.java:41) at com.aerospike.jdbc.query.SelectQueryHandler.execute(SelectQueryHandler.java:49) at com.aerospike.jdbc.query.QueryPerformer.executeQuery(QueryPerformer.java:26) at com.aerospike.jdbc.AerospikeStatement.runQuery(AerospikeStatement.java:63) at com.aerospike.jdbc.AerospikeStatement.execute(AerospikeStatement.java:155) in RemoteStatementImpl.execute(RemoteStatementImpl.java:79)