question

shubham.gupta_182020 avatar image
shubham.gupta_182020 asked Erick Ramirez answered

Unable to reload Solr core, secondary index for core not found

Migrated data from dse 5.0.7 to 6.7.2 and executed

$ dsetool -l cassandra -p cassandra reload_core apac_01032020.product reindex=true deleteAll=true
Failed to reload search index apac_01032020.product because: Secondary index for core apac_01032020.product not found, is it dropped/unloaded?
dsesearch
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

tim.steele avatar image
tim.steele answered

Hi Shubham, if you're seeing "not found" then it looks like you've possibly unloaded the core at some stage. You would need to run dsetool create_core to create the core back into the schema.

Can you tell us more on what you've done since with your upgrade from 5.0.7 to 6.7.2, that might point point us to why the core is no longer created?

Tim


Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Erick Ramirez avatar image
Erick Ramirez answered

@shubham.gupta_182020 The word "migrated" is a bit of a concern here:

Migrated data from dse 5.0.7 to 6.7.2 and executed

It is not possible to copy the data from a DSE 5.0 cluster to a DSE 6.7 cluster (if that is indeed what you have done). You will need to go through the upgrade process. See Upgrading DataStax Enterprise for the detailed procedure.

In addition to what tim.steele already said, if you did go through the upgrade process then there is also the possibility that there are other issues with your cluster. But our ability to assist you in a Q&A format is limited so I suggest that you log a ticket with DataStax Support and I will get one of our engineers to assist you. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.