Aerospike is throwing AEROSPIKE_ERR_INDEX_NOT_READABLE error when I try to access the secondary indexes. Created index using below syntax
CREATE INDEX index_id ON test.class (id) STRING;
Any suggestions would be greatly appreciated.
After restarting Aerospike I am able to use the newly created index.