<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: SOLR Cross Data Center Replication version 4.10.3 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161702#M57324</link>
    <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'll ask customer to look into ReplicationHandler. In addition to that, when you say "use standard filesystem methods", it means in this case HDFS Distcp because SOLR is running on top of HDFS. Is that right?&lt;/P&gt;</description>
    <pubDate>Sat, 18 Mar 2017 04:37:36 GMT</pubDate>
    <dc:creator>mqureshi</dc:creator>
    <dc:date>2017-03-18T04:37:36Z</dc:date>
    <item>
      <title>SOLR Cross Data Center Replication version 4.10.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161700#M57322</link>
      <description>&lt;P&gt;I have a customer who is running SOLR 4.10.3. Is there a cross data center replication mechanism available for for this version? If not, what is the best practice to keep DR in sync.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 08:54:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161700#M57322</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-03-17T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Cross Data Center Replication version 4.10.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161701#M57323</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cross Data Center Replication for Solr was released in Solr 6.x.  It is not available in version 4.10.3.&lt;/P&gt;&lt;P&gt;&lt;A href="http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-4.10.pdf"&gt;http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-4.10.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Take a look at page 409 that talks about using the ReplicationHandler for making backup copies of indexes.  You can always use standard filesystem methods for performing backups, but it isn't as clean as CDCR in Solr 6.x.&lt;/P&gt;&lt;P&gt;Solr 5.x introduced the ability to backup and restore your indexes using the API.  I would encourage customers to upgrade to at least Solr 5.x.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 21:21:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161701#M57323</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2017-03-17T21:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Cross Data Center Replication version 4.10.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161702#M57324</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'll ask customer to look into ReplicationHandler. In addition to that, when you say "use standard filesystem methods", it means in this case HDFS Distcp because SOLR is running on top of HDFS. Is that right?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2017 04:37:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161702#M57324</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-03-18T04:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Cross Data Center Replication version 4.10.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161703#M57325</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If Solr is storing the indexes on HDFS, then you have a fairly easy way of doing backups.&lt;/P&gt;&lt;P&gt;You can use HDFS snapshots to take incremental backups of the Solr index directories on HDFS and then use distcp to copy those snapshots to another HDFS cluster.  That provides the ability to have local backup copies and remote backup copies.&lt;/P&gt;&lt;P&gt;If you didn't want to perform the HDFS snapshots, you could simply use distcp to replicate the HDFS data to another cluster.  However, you lose the easy ability to restore an HDFS snapshot from a local backup.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2017 04:44:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SOLR-Cross-Data-Center-Replication-version-4-10-3/m-p/161703#M57325</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2017-03-18T04:44:30Z</dc:date>
    </item>
  </channel>
</rss>

