Hi All, We are getting a distributed update async exception during indexing. Solr version v8.8.2 and we are using cloudsolrclient and passing 3 zk ip’s for connecting. This indexing happens every 15 mins and at times the entire indexing is getting wiped out with data being pulled from the DB.
Earlier we are using v4.10 and for indexing we used find the leader URL and connect for indexing and we didn’t have any issues with it. We need to push this new solr version 8.8.2 to prod and this issue is holding us back Please advise or help if there is any workaround. Full Import failed:org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException: Async exception during distributed update: Error from server at https://192.168.3.153:3883/solr/PUBLIC_shard1_replica_n1/: Server Error request: https://192.168.3.153:3883/solr/PUBLIC_shard1_replica_n1/ Remote error message: Task queue processing has stalled for 20217 ms with 0 remaining elements to process. at org.apache.solr.update.processor.DistributedZkUpdateProcessor.doDistribFinish(DistributedZkUpdateProcessor.java:1193) at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1102) at org.apache.solr.handler.dataimport.SolrWriter.close(SolrWriter.java:61) at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:282) at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:427) at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:486) at org.apache.solr.handler.dataimport.DataImporter.lambda$runAsync$0(DataImporter.java:469) at java.lang.Thread.run(Thread.java:748) -- *Thanks,* *Reej*