In our case, yes - same non-distrib query is warmed on each node. Seems like you'd need something a little more dynamic than statically configured warming queries in solrconfig.xml for targeting specfic shards.
Tim On Wed, Mar 27, 2013 at 2:04 PM, santoash <santo...@me.com> wrote: > This is interesting. I'm looking into doing something similar too. > > Quick question: Would you be targeting each of the shard with exactly the > same set of queries? > > > On Mar 27, 2013, at 12:59 PM, Mark Miller <markrmil...@gmail.com> wrote: > > > Yup. You only want to warm locally. We should add that to the wiki. > > > > - Mark > > > > On Mar 27, 2013, at 3:54 PM, Timothy Potter <thelabd...@gmail.com> > wrote: > > > >> When running in SolrCloud mode, does it make sense to disable > distributed > >> mode for warming queries? i.e. distrib=false in my warming query config > >> > >> I actually asked this on Erik's informative Webinar this morning but > had to > >> drop off before I heard the answer ... so Erik might have answered this > >> already ;-) > >> > >> My thinking here is that a hard commit gets sent around the cluster > >> automatically. Say I have 36 nodes (18 leaders and 18 replicas), on hard > >> commit, all 36 nodes will be warming up. If my warming queries are > >> distributed, then all nodes are going to be sending the same query > >> needlessly around the cluster 36 times - seems unnecessary. > >> > >> Thoughts? > >> > >> Cheers, > >> Tim > > > >