Helder Sepulveda created SOLR-4482: -------------------------------------- Summary: SOLR 4.1 replication keeps downloading entire index from master Key: SOLR-4482 URL: https://issues.apache.org/jira/browse/SOLR-4482 Project: Solr Issue Type: Bug Components: replication (java) Affects Versions: 4.1 Environment: Ubuntu Linux Reporter: Helder Sepulveda
After upgrading to SOLR 4.1 replication keeps downloading entire index from master, hardware still the same. I do not issue optimize on the master The Merge factor is = 6 Tried both options in the useCompoundFile, same results. Been looking at how files are updated in the master, I do: http://host:port/solr/replication?command=indexversion and the result is: {quote} <response> <lst name="responseHeader"> <int name="status">0</int> <int name="QTime">0</int> </lst> <long name="indexversion">1361427997259</long> <long name="generation">36967</long> </response> {quote} after a commit I see it changes to: {quote} <response> <lst name="responseHeader"> <int name="status">0</int> <int name="QTime">0</int> </lst> <long name="indexversion">1361428018517</long> <long name="generation">36968</long> </response> {quote} Any tips on how to further debug this? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org