We have a hybrid system where we use the Cloud System for current and active documents and an On Prem for cold storage. Periodically I go in and reindex certain document to mark them as ready for cold storage. Not anything special, we reindex a lot of things.
The problem is if I select 3000 documents to reindex, it will work its way through approximately half of the documents and then stop with an error like "1489 out of 3000 cannot be indexed". I will restart the reindex with approximately 1500 this time and it will stop at approximately 750. I get another message 750 out of 1500 cannot be indexed. This halving of the reindexing will continue to the very end.
Has anyone else had this problem? I can't simply start an big reindex, I have to babysit it for quite a while as it takes a while for the cloud system to reindex a lot of documents. On-Prem will blast through 3000 documents in about 20 seconds. Cloud system will take about 30 minutes to an hour.