Run the following command on the backend server seeing the index corruption error message. Replace <corrupt core> with the core seen in the path= error.
/usr/lib/jvm/jre-11/bin/java -cp /usr/share/cb/solr/server/solr-webapp/webapp/WEB-INF/lib/*:/usr/share/cb/solr/server/lib/ext/*:/usr/share/cb/datastore/cbfs-solr/* -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /var/cb/data/solr/cbevents/<corrupt core>/data/index -exorcise
Note: Your CheckIndex path may be different. Use the MMapIndexInput path as a guide to where the corruption path is.
Insert document exception org.apache.solr.common.SolrException: Exception writing document id 0000b3d0-0000-25d4-01d4-b33ab90c7390-01687b99d538 to the index; possible analysis error. ... Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed ... Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="/var/cb/data/solr5/cbevents/cbevents_2019_01_22_2015/data/index/_fi2.fnm")