<?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 Re: SOLR Backup scheduled jobs in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39344#M16522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I analysed&amp;nbsp;those source files&amp;nbsp;and also the ones related with Lucene. It looks like&amp;nbsp;&lt;STRONG&gt;search.indexBackupJobDetail&lt;/STRONG&gt; is not used anymore, as it was only relevant for Lucene.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in current versions we have a backup for both SOLR cores: &lt;STRONG&gt;alfresco&lt;/STRONG&gt; and &lt;STRONG&gt;archive&lt;/STRONG&gt;. The first one is performed at 2:00 AM and the second one at 4:00 AM. This last scheduling happens at the same time than&amp;nbsp;&lt;STRONG&gt;contentStoreCleanerJobDetail&lt;/STRONG&gt;, which is moving files from &lt;STRONG&gt;contentstore&lt;/STRONG&gt; to &lt;STRONG&gt;contentstore.deleted&lt;/STRONG&gt;.&amp;nbsp;So we have Alfresco backing archive SOLR indexes and creating new entries in archive SOLR indexes at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be a designed&amp;nbsp;behaviour but I found it weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Dec 2017 11:43:35 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2017-12-02T11:43:35Z</dc:date>
    <item>
      <title>SOLR Backup scheduled jobs</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39342#M16520</link>
      <description>SOLR 4 subsystem includes by default following scheduled jobs:search.indexBackupJobDetail &amp;gt;&amp;nbsp;index.backup.cronExpression=0 0 3 * * ?search.alfrescoCoreBackupJobDetail &amp;gt;&amp;nbsp;solr.backup.alfresco.cronExpression=0 0 2 * * ?search.archiveCoreBackupJobDetail &amp;gt;&amp;nbsp;solr.backup.archive.cronExpression=0 0 4</description>
      <pubDate>Sat, 02 Dec 2017 08:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39342#M16520</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2017-12-02T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Backup scheduled jobs</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39343#M16521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure exact things about this stuff, but if you analyse below files you will definitely get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/config/alfresco/subsystems/Search/solr4/solr-backup-context.xml" title="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/config/alfresco/subsystems/Search/solr4/solr-backup-context.xml" rel="nofollow noopener noreferrer"&gt;community-edition-old/solr-backup-context.xml at master · Alfresco/community-edition-old · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/source/java/org/alfresco/repo/search/impl/solr/SolrBackupJob.java" title="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/source/java/org/alfresco/repo/search/impl/solr/SolrBackupJob.java" rel="nofollow noopener noreferrer"&gt;community-edition-old/SolrBackupJob.java at master · Alfresco/community-edition-old · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/source/java/org/alfresco/repo/search/impl/solr/SolrBackupClient.java" title="https://github.com/Alfresco/community-edition-old/blob/master/projects/repository/source/java/org/alfresco/repo/search/impl/solr/SolrBackupClient.java" rel="nofollow noopener noreferrer"&gt;community-edition-old/SolrBackupClient.java at master · Alfresco/community-edition-old · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2017 10:17:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39343#M16521</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2017-12-02T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Backup scheduled jobs</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39344#M16522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I analysed&amp;nbsp;those source files&amp;nbsp;and also the ones related with Lucene. It looks like&amp;nbsp;&lt;STRONG&gt;search.indexBackupJobDetail&lt;/STRONG&gt; is not used anymore, as it was only relevant for Lucene.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in current versions we have a backup for both SOLR cores: &lt;STRONG&gt;alfresco&lt;/STRONG&gt; and &lt;STRONG&gt;archive&lt;/STRONG&gt;. The first one is performed at 2:00 AM and the second one at 4:00 AM. This last scheduling happens at the same time than&amp;nbsp;&lt;STRONG&gt;contentStoreCleanerJobDetail&lt;/STRONG&gt;, which is moving files from &lt;STRONG&gt;contentstore&lt;/STRONG&gt; to &lt;STRONG&gt;contentstore.deleted&lt;/STRONG&gt;.&amp;nbsp;So we have Alfresco backing archive SOLR indexes and creating new entries in archive SOLR indexes at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be a designed&amp;nbsp;behaviour but I found it weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2017 11:43:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39344#M16522</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2017-12-02T11:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: SOLR Backup scheduled jobs</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39345#M16523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are misunderstanding what contentStoreCleanerJobDetail does. It does not&amp;nbsp;cause any new entries in archive SOLR indexes to be created. When content is moved from contentstore into contentstore.deleted, it has already been removed from the archive (or it has never been there in case the content was not archived / transferred into the trash can). So there is no competition between the contentStoreCleanerJobDetail and the archive index backup, if that is what you find weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 09:53:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-backup-scheduled-jobs/m-p/39345#M16523</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-12-04T09:53:43Z</dc:date>
    </item>
  </channel>
</rss>

