<?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>topic FULL Index recovery in HA in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225398#M178528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question - if we have two Alfresco server in HA, one is up and on the other one we run FULL index recovery - do the index get synchronized from the server that runs FULL index rebuild to the other server (that stands idle) while the Index recovery is running? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 01:51:26 GMT</pubDate>
    <dc:creator>oznevo</dc:creator>
    <dc:date>2009-07-10T01:51:26Z</dc:date>
    <item>
      <title>FULL Index recovery in HA</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225398#M178528</link>
      <description>Hi,Question - if we have two Alfresco server in HA, one is up and on the other one we run FULL index recovery - do the index get synchronized from the server that runs FULL index rebuild to the other server (that stands idle) while the Index recovery is running? Thanks,Oz</description>
      <pubDate>Fri, 10 Jul 2009 01:51:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225398#M178528</guid>
      <dc:creator>oznevo</dc:creator>
      <dc:date>2009-07-10T01:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: FULL Index recovery in HA</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225399#M178529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If Server A is doing the FULL index recovery, it will be synchronized to include the latest transactions, which is where I think you're going with this question.&amp;nbsp; Alfresco maintains transaction Ids that enable this synchronization.&amp;nbsp; The transaction Ids are stored in the database, content store, and the lucene index.&amp;nbsp; The lucene index that is being rebuilt is able to do so by "playing back" the transactions in order based on the transaction Ids in the database and content store.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 16:18:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225399#M178529</guid>
      <dc:creator>brian_robinson</dc:creator>
      <dc:date>2009-07-10T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: FULL Index recovery in HA</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225400#M178530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are describing the index recovery process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm asking about the index sync between servers in HA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In HA, any operation on the index is synchronized (set by index.tracking.cronExpression).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is - during Full Index recovery on one server (the other server is up and running) - does the server that is doing the recovery sync the index that is being rebuilt to the other server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm asking since we had a case where both servers (in HA) had a problem in their index and we decided to run Full index recovery on one of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After a day it was running (we didn’t touch the other server), we noticed that the index on the other server (the one that did not run index recovery) is corrected as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be that we didn’t test exactly on the same document, or it could be that the index synchronization happens while you are doing Full index recovery on one server in a cluster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 23:04:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225400#M178530</guid>
      <dc:creator>oznevo</dc:creator>
      <dc:date>2009-07-10T23:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: FULL Index recovery in HA</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225401#M178531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The lucene indexes do not synchronize with each other, they synchronize with the content store (shared unless using replication) and the database (shared).&amp;nbsp; Each node in a cluster has its own lucene index, that is basically independent of every other lucene index on every other node in the cluster.&amp;nbsp; This independence in practice only ends up being independent by something like 5 or ten seconds based on a configurable setting (I'd have to look it up).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The behavior you observed is definitely odd though, and is not explained by how I understand index synchronization to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully though I've clarified that the lucene indexes do not synchronize with each other though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 14:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225401#M178531</guid>
      <dc:creator>brian_robinson</dc:creator>
      <dc:date>2009-07-13T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: FULL Index recovery in HA</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225402#M178532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Possibly because of ehcache multicast sync?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 11:29:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-index-recovery-in-ha/m-p/225402#M178532</guid>
      <dc:creator>chapeaurouge</dc:creator>
      <dc:date>2009-11-11T11:29:10Z</dc:date>
    </item>
  </channel>
</rss>

