What kinds of warmup times are you seeing? It's possible that your autowarm settings are taking longer than your poll interval and it just _looks_ like the second replication is the one that actually changes things.
And a second possibility is that you have some kind of page or browser caching in place and you're not really going to Solr when you think you are. You should be seeing a query come through your Solr logs so if you see that, _and_ you're sure your autowarm is done _and_ you're sure you committed on the master _and_ the doc values don't update, then maybe we have a JIRA here..... But there are a lot of _and_ clauses in there..... Erick On Wed, May 6, 2015 at 12:53 PM, Felton Fei <felton.s...@gmail.com> wrote: > Thanks Erick, > The strange thing we found is only after 2 poll. The doc value is updated. > The first poll seems not replicate the doc value. > Our interval setting is 1m, after 2-3 mins, everything is normal. Could it > caused by the delay loading of doc values? > Thanks! > > On 2015-05-03, 12:27 PM, "Erick Erickson" <erickerick...@gmail.com> wrote: > >>In the master/slave setup (not SolrCloud), there's _always_ a delay by >>definition until after the polling interval expires. >> >>No other changes you make to your index will be visible until the next >>index update on the slave, triggered by the poll, docValues should be >>no different. >> >>Best, >>Erick >> >>On Thu, Apr 30, 2015 at 6:20 PM, Felton Fei <felton.s...@gmail.com> wrote: >>> Hi, >>> I have SOLR 4.9 with master/slave architecture. And I use DocValue for >>> custom ranking. After I update doc on master, it looks like the >>>DocValue not >>> get replicated to slave. After I wait for next poll from slave, it¹s >>>OK. Is >>> there a delay of replicate or loading of DocValues? >>> Thanks a lot! >>> >>> >>> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >>For additional commands, e-mail: java-user-h...@lucene.apache.org >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org