Hi, I have been using the solr version 3.4 in a project for about more than a year. It is only now that I have started facing a weird problem of never ending back to back commit cycles. I can say this looking at the InfoStream logs, that, as soon as one commit cycle is done with another one almost immediately spawns. My writer processes, which use solrj as the client, do not get a chance to write even a single document between these commits. I have waited for hours to let these commits take its own course and get over in a natural way, but they dont. Finally, I had to restart the solr server. Post that, my writers could get away with writing a few thousand docs, after which the same infinite commit cycles start. Could not find any related JIRA on this.
Size of index = 260 GB Total Docs = 100mn Usual writing speed = 50K per hour autoCommit-maxDocs = 400,000 autoCommit-maxTime = 1500,000 (25 mins) merge factor = 10 M/c memory = 30 GB, Xmx = 20 GB Server - Jetty OS - Cent OS 6 Please let me know if any other details are needed on the setup. Any help is highly appreciated. Thanks. -- Regards, Samarth