I have bootstrapped the nodes into the running cluster after the added has come up UN...I tried running nodetool cleanup which throws null pointer exception
Here are the logs:
INFO [CompactionExecutor:11] 2020-10-14 15:57:26,157 CompactionManager.java:1025 - Cleaning up BigTableReader(path='/cassandra/data/produc/user_role_map-ba0ae1510de111ebb73467f6454e3a64/md-3-big-Data.db') ERROR [CompactionExecutor:11] 2020-10-14 15:57:26,167 CassandraDaemon.java:230 - Exception in thread Thread[CompactionExecutor:11,5,main] java.lang.NullPointerException: null at com.datastax.bdp.search.solr.SolrQueries.queryFromKeys(SolrQueries.java:125) at com.datastax.bdp.search.solr.SolrQueries.queryFromKeys(SolrQueries.java:120) at com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex.cleanupPartition(Cql3SolrSecondaryIndex.java:118) at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex$SolrCleanupIndexer.finish(AbstractSolrSecondaryIndex.java:2108) at org.apache.cassandra.index.SecondaryIndexManager$CleanupGCTransaction.commit(SecondaryIndexManager.java:1151) at org.apache.cassandra.index.SecondaryIndexManager.deletePartition(SecondaryIndexManager.java:688) at org.apache.cassandra.db.compaction.CompactionManager$CleanupStrategy$Full.cleanup(CompactionManager.java:1179) at org.apache.cassandra.db.compaction.CompactionManager.doCleanupOne(CompactionManager.java:1055) at org.apache.cassandra.db.compaction.CompactionManager.access$500(CompactionManager.java:85) at org.apache.cassandra.db.compaction.CompactionManager$6.execute(CompactionManager.java:516) at org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:353) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:81) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748)
Is there any work around for this?