It just means at some point a replication was done that required flipping to a new directory. It's expected. Once you flip from the index directory to an index.<timestamp> directory, you never go back.
- Mark On Feb 22, 2013, at 8:14 PM, Mingfeng Yang <mfy...@wisewindow.com> wrote: > I see the items under my solorcloud data directory of "replica node" as > > drwxr-xr-x 2 solr solr 42 Feb 22 18:19 index > drwxr-xr-x 2 solr solr 12288 Feb 23 01:00 index.20130222181947835 > -rw-r--r-- 1 solr solr 78 Feb 22 18:25 index.properties > -rw-r--r-- 1 solr solr 209 Feb 22 18:25 replication.properties > drwxr-xr-x 2 solr solr 99 Feb 23 01:00 tlog > > The index.<timestamp> directory is always there. > > But in old solr master replication setup, the index.<timestamp> directory > becomes index after replication is done. > > What's the reason? Is it because in solrcloud, the "replica node" is > always "replicating"? > > Thanks, > Ming