<?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: searchService finds deleted content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273584#M226714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you AFaust for you comments. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Alfresco Community 4.0.d and Lucene, not SOLR. The nodes remain in this state for quite longer thant 15-20 seconds, for hours, well in fact I haven't seen them going back to a consistent state until I stopped and did a full reindex. In fact not even restarting the repository solved the problem if there wasn't a full reindex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those "ghost nodes" usually appear when I delete a folder where they are, not if I directly delete them. So it seems to me like I'm having some trouble with the logic in Alfresco that should crawl the descendants of a deleted folder. Those folders are created programatically so I might have some kind of error in the creation process that makes those folders different from regular ones. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If having deleted nodes persist longer thant 15-20 seconds is not an expected behaviour I'll have to check it more thoroughly with the debugger to see what's happening while deleting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 08:25:19 GMT</pubDate>
    <dc:creator>iblanco</dc:creator>
    <dc:date>2013-02-04T08:25:19Z</dc:date>
    <item>
      <title>searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273582#M226712</link>
      <description>I was having trouble with a scheduled job due to the fact that the "fts-alfresco" search I was running was returning some node references to nodes that are already deleted. I thought that might be some kind of corruption on the Lucene index because fully rebuilding the index did solve the problem. B</description>
      <pubDate>Fri, 01 Feb 2013 16:59:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273582#M226712</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-02-01T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273583#M226713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one thing to keep in mind is that Lucene (and SOLR in 4.x) can be out-of-synch with the real state of the database, depending on how they are set up (tracking / index update intervals) and how long it takes to update the index for one specific set of changes. The search with fts-alfresco on workspace://SpacesStore should normally not return any deleted nodes, but may contain some when the deletion just occured and the indexer did not yet have a chance to remove them from the index. Since this can occur (and will likely do so sometime in a high load situations), you should always take care to check your search result nodes for existence (as an extension programmer), before performing any operations on them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your issue is consistent, reproducible and deleted nodes are retained in the index longer than the default 5-15 seconds between indexer runs, it would be worth looking into your use case and your configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally speaking, which version of Alfresco are you using / does your issue occur on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2013 14:25:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273583#M226713</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-02-03T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273584#M226714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you AFaust for you comments. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Alfresco Community 4.0.d and Lucene, not SOLR. The nodes remain in this state for quite longer thant 15-20 seconds, for hours, well in fact I haven't seen them going back to a consistent state until I stopped and did a full reindex. In fact not even restarting the repository solved the problem if there wasn't a full reindex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those "ghost nodes" usually appear when I delete a folder where they are, not if I directly delete them. So it seems to me like I'm having some trouble with the logic in Alfresco that should crawl the descendants of a deleted folder. Those folders are created programatically so I might have some kind of error in the creation process that makes those folders different from regular ones. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If having deleted nodes persist longer thant 15-20 seconds is not an expected behaviour I'll have to check it more thoroughly with the debugger to see what's happening while deleting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 08:25:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273584#M226714</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-02-04T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273585#M226715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I'm still fighting the issue. I've managed to reproduce it in a quite easy way and I've reported it as a bug: &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-17860" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-17860&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that this might be a misunderstanding of the process of index updating in alfresco and maybe not a real bug but I don't know how to manage it in a reasonable way and I expect that the answer to the bug might seed some light into what I'm doing wrong. We will see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:07:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273585#M226715</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-02-07T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273586#M226716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you reproduce this on 4.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:37:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273586#M226716</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2013-02-07T10:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: searchService finds deleted content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273587#M226717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It doesn't happen in 4.2, Derek Hulley paid attention to the bug report and asked the same question. It seems like something similar used to happen with 3.4.6 but it was fixed in 3.4.9 .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 11:40:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searchservice-finds-deleted-content/m-p/273587#M226717</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-02-07T11:40:11Z</dc:date>
    </item>
  </channel>
</rss>

