: Shouldn't we see DirectUpdateHandler2; start commit and : DirectUpdateHandler2; end_commit_flush message in our log at least every : ten minutes? I understand that if we have more than 100K documents to : commit, hard commit could happen earlier than 10 minutes. But we see : hard commit spaced out by more than 20 to 30 minutes and sometimes : couple hours. Can you please explain this behavior?
autoCommit's only happen if needed -- if you start up your server and 20 minutes go by w/o any updates that need committed, there won't be a commit. if after 20 minutes of uptime you send a single document, then with your autoCommit setting of 10 minutes, a max of 10 more minutes will elapse before commit happens automaticaly - if you explicitly commit before the 10 minutes are up, no auto commiting will happen. -Hoss http://www.lucidworks.com/