Solr 4.6.1, single shard, 4 node cloud, 3 node zkLike to understand the behavior better when large number of updates happen on leader and it generates huge tlog (14G sometimes in my case) on other nodes. At the same time leader's tlog is few KB. So, what is the rate at which the changes from transaction log are applied at nodes? The autocommit interval is set to 15 seconds after going through https://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/
Thanks