Caused by: java.lang.IllegalStateException: Solr core can have only one RAM buffer memory tracker registered at a time. Detected illegal second registration for solr core my_ks.emp_data
I am facing above issue after dropping and recreating table. Currently Not able to reload core using dsetool getting this error for specific column solr_query which is part of the table my_ks.
Please find below line do i need to include this line while creating table or not ?
CREATE CUSTOM INDEX my_ks.emp_data_solr_query_index ON my_ks.emp_data (solr_query) USING 'com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex';