You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Muhammad Imad Qureshi <im...@yahoo.com.INVALID> on 2017/04/06 13:33:26 UTC

SOLR 4.10.3 - Replication for DR strategy

I know this is a very old version and we are working to upgrade this to SOLR 5.5. In the meantime, We also know how to do the replication by copying indexed data from the file system. Currently on prod a particular shard (shard1/replica1) has a directory called “/core_node_97”. When we move data from prod to DR, it copies data to same directory in DR (core_node97). How do we ensure that shard is also pointing to exact same directory? In this setup, shard1/replica1 has data in core_node97 on prod but on DR the directory is “core_node1” which is not right. I would want shard1/replica1 on DR side to point to core_node97.
I have tried exporting clusterjstate.son from zookeeper after modifying ip addresses to point to the ip addresses from DR (but that didn't help).
ThanksImad