Hello, Given a mix of TLOG/PULL nodes in our solr cloud, the behavior I'm observing from metrics is that CPU load is high for the leader TLOG (indexing) and the PULL nodes (read queries) however for the most part the other TLOG nodes remain very underutilized by comparison. My understanding is that TLOG nodes replicate the same way PULL nodes do (+ transaction log), so they should also be available to service read queries no? I'm wondering if anyone knows how the leader distributes read queries, as I wasn't able to find much in the way of documentation. Thanks
-Kevin