Hi I am using solr 7.7.1.
I would like to ask about index issues. Use the solr rest api to do the indexing process. There is a problem here. My indexing process creates a collection every time I perform a batch index. When the index is completed, it alias, and the previous collection is backed up and deleted. The problematic collection is batch indexed every 10 minutes. A message will be displayed that the collection can not be created from about two days. "Could not fully create collection" The message is as above. I am running solr using tomcat. The above message will be resolved by restarting tomcat. Deleting a collection does not seem to be complete. Removing collection seems to reside in memory. Why is this happening? And what is the solution? I need your help. ㅠ.ㅠ