'morning :-) I'm wondering how autocommits work in Solr.
Say I have a cluster with many nodes and many colections with many shards. If each collection's config has a hard autocommit configured every minute, does that mean that SolrCloud (presumably the leader?) will dish out commit requests to each node on that schedule? Or does each node have its own timed trigger? If it's the former, doesn't that mean the load will spike dramatically across the whole cluster every minute? I tried reading the code, but I don't quite understand the way CommitTracker and the UpdateHandlers interact with SolrCloud. Thanks, - Bram