<?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: Afresco startup too slow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12591#M5560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I added some other details in response to Axel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This slow startup is an old problem that we ignored because if was restarting in the night when noone was working, but now I have some time to take a look at it. As far as I know there is not any action that I made that caused it suddendly, but it raised constantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example these are some startup times that I registered:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;24/08/2016 - 1h 50min&lt;/LI&gt;&lt;LI&gt;14/03/2017 - 3h 42min&lt;/LI&gt;&lt;LI&gt;15/03/2017 - 4h 19min - restart with nodesSharedCache raised&lt;/LI&gt;&lt;LI&gt;16/03/2017 - 4h 35min - restart with default cache and 8GB of mem&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to inspect indexes, the /opt/alf_data/lucene-indexes/archive/Spacestore folder is 497MB big, instead /opt/alf_data/lucene-indexes/workspace/spaceStore is 5GB big.&lt;/P&gt;&lt;P&gt;What I have to analize?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 09:42:05 GMT</pubDate>
    <dc:creator>luca</dc:creator>
    <dc:date>2017-03-16T09:42:05Z</dc:date>
    <item>
      <title>Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12584#M5553</link>
      <description>Hi All,I have some problems because Alfresco is taking too much to startup, actually it is taking 4 hours to complete.I'm using Alfresco CE 4.2.d and we currently have approximately 700K documents that takes 600GB in total.Can you help me why Alfresco is taking so much during startup?Monitoring the</description>
      <pubDate>Wed, 15 Mar 2017 15:43:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12584#M5553</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-15T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12585#M5554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;are you monitoring memory consumption on your system? But I don't know why alfresco tries to cache all the nodes...&lt;/P&gt;&lt;P&gt;We are using solr and are not encountering such boot times - normally alfresco boots within 5 minutes (about 1.000.000 docs). But if you depend heavily on transactional consistency on your index, you would have to brush up your code - solr works with eventual consistency, wich means simplified "if you do something, you won't find it immediately in your index, but later everything is fine".&lt;/P&gt;&lt;P&gt;My repository needs about 16GB of RAM for that amount of content, but solr also consumes a lot.&lt;/P&gt;&lt;P&gt;Have you tried to grant more memory to the JVM (and left enough for the OS)?&lt;/P&gt;&lt;P&gt;Is there something left in alfresco-global.properties that causes a full reindex on startup?&lt;/P&gt;&lt;P&gt;Is alfresco slow after the startup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wishing the best for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 17:00:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12585#M5554</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-15T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12586#M5555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I have added a report that shows you that the the machine is ok, as far as I see.&lt;/P&gt;&lt;P&gt;That machine has 16GB of RAM and Alfresco is using 6GB of it.&lt;/P&gt;&lt;P&gt;The index recovery is set to index.recovery.mode=AUTO, so there shouldn't be a reindex at startup.&lt;/P&gt;&lt;P&gt;After startup Alfresco is not slow, I noticed only a problem when I try to configure an advanced workflow when I search for groups the service goes in timeout (log: WARN&amp;nbsp; [org.alfresco.authorityTransactionalCache] [ajp-apr-8010-exec-1] Transactional update cache 'org.alfresco.authorityTransactionalCache' is full (10000).).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be culprit of cache?&lt;/P&gt;&lt;P&gt;I tried to double the cache of nodes setting this:&lt;/P&gt;&lt;P&gt;cache.node.nodesSharedCache.tx.maxItems=250000&lt;/P&gt;&lt;P&gt;cache.node.nodesSharedCache.maxItems=2500000&lt;BR /&gt;&lt;BR /&gt;But Alfresco became 30min slower &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 17:29:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12586#M5555</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-15T17:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12587#M5556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Cache is full" is only a warning - so it's not the cause of your problem, but another symptom. Have you tried to decrease the cache size? If you say&amp;nbsp;Alfresco is using 6GB, is it really using them or did you configure 6GB for the JVM?&lt;/P&gt;&lt;P&gt;Try to configure 8GB JVM memory then.&lt;/P&gt;&lt;P&gt;But everything smells like an Index problem. How long would it take to rebuild the complete index?&lt;/P&gt;&lt;P&gt;Personally I would switch to Solr in any case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have to take some questions back, didn't realize the attached report on mobile... &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 18:08:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12587#M5556</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-15T18:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12588#M5557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Luca _ wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;The index recovery is set to index.recovery.mode=AUTO, so there shouldn't be a reindex at startup.&lt;/BLOCKQUOTE&gt;&lt;P&gt;Actually, the AUTO recovery mode will perform a FULL re-index if it finds that the index does not have a valid index when that index does not even properly contain the initial transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the caches: having transactional caches reported as full is not a catastrophic problem but it can have very serious problems to system performance.&lt;/P&gt;&lt;P&gt;Also, the correct solution for this would NOT be to increase the cache sizes (that kind of lazy suggestion I see all the time), but to identify the operation that is causing that much data to be loaded into caches in the first place. No default operation in Alfresco out-of-the-box should overwhelm the caches provided your data structure is sane (e.g. no overly excessive use of groups or secondary child associations) and you don't do queries for insanely large amounts of data in jobs / actions / any other kind of operation within a single transaction.&lt;/P&gt;&lt;P&gt;Setting nodesSharedCache to 2.5 million is a bold move, especially with the Alfresco default caches. I hope you haven't also increased the nodeAspectsShareCache and/or nodePropertiesSharedCache... This would dramatically increase the amount of heap used just for caching and can choke other processes in terms of "working memory".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could provide your entire alfresco-global.properties configuration (anonymise sensitive data!) and list what kind of 3rd party addons / customisations you have applied to the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 21:24:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12588#M5557</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-03-15T21:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12589#M5558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To identify the root-problem of your slow startup:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- did Alfresco take a long time for startup since the beginning (after containing a reasonable count of docs) ?&lt;/P&gt;&lt;P&gt;- if not, what did you change in your configuration that may have caused the issue?&lt;/P&gt;&lt;P&gt;- was there a kind of "mass changing" meta data or access rights or moving around large amounts of documents, resulting in huge transactions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option: For offline analysing a copy of your lucene index, you can use Luke (getopft.org/luke).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:19:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12589#M5558</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-16T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12590#M5559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel,&lt;/P&gt;&lt;P&gt;yesterday I restored the default cache configuration and give more memory to Alfresco raising it to 8GB, but the result is that this morning Alfresco took 4h 40min to startup, another 20min more than yesterday!! I didn't mention that Alfresco is shutten down at 2:55AM every night and restarted at 3:05AM using shutdown.sh and startup.sh scripts, could be that the indexes are not closed correctly? How can I check it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added only the alfresco-trashcan-cleaner addon to empty the trashcan, but it is scheduled to run in the evening and an authentication filter based on shibbolet.&lt;/P&gt;&lt;P&gt;Also we have a lot of groups (49457 authorityContainer in DB, don't know if they are really groups) and users (about 13K).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached also the alfresco-global.properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12590#M5559</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-16T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12591#M5560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I added some other details in response to Axel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This slow startup is an old problem that we ignored because if was restarting in the night when noone was working, but now I have some time to take a look at it. As far as I know there is not any action that I made that caused it suddendly, but it raised constantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example these are some startup times that I registered:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;24/08/2016 - 1h 50min&lt;/LI&gt;&lt;LI&gt;14/03/2017 - 3h 42min&lt;/LI&gt;&lt;LI&gt;15/03/2017 - 4h 19min - restart with nodesSharedCache raised&lt;/LI&gt;&lt;LI&gt;16/03/2017 - 4h 35min - restart with default cache and 8GB of mem&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to inspect indexes, the /opt/alf_data/lucene-indexes/archive/Spacestore folder is 497MB big, instead /opt/alf_data/lucene-indexes/workspace/spaceStore is 5GB big.&lt;/P&gt;&lt;P&gt;What I have to analize?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:42:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12591#M5560</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-16T09:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12592#M5561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a lot of sites then you can end up with quite a number of groups, even if you effectively don't use all/most of them. Each site will create 5 groups.&lt;/P&gt;&lt;P&gt;The alfresco-global.properties does not show anything unusual so far - some configuration can be in other alfresco-global.properties though, but only if you have custom/3rd party modules installed which you say you only have the trashcan cleaner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do several things to find out what is happening during those hours of startup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;increase log levels to debug, though this might potentially cause the log file to grow extremely fast&lt;/LI&gt;&lt;LI&gt;use jstack to capture thread dumps of the startup process (may be automated to run every couple of seconds to have multiple dumps / snapshot views)&lt;/LI&gt;&lt;LI&gt;run profiling agents that may record what operations are being executed and how long they take&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you somehow delete / tough the index during the downtime each night there should normally be no reason for the index to be corrupt and have to be rebuilt from scratch on every restart. I am not aware of any issue that would leave the index corrupted when you properly shut down Tomcat - only if you resort to SIGKILL might there be some issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:49:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12592#M5561</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-03-16T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12593#M5562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just see that the DB is heavily used in the startup period, I will take a look deeper to find what it is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:08:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12593#M5562</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-16T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12594#M5563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have taken a look in the database and I saw this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;3:05 Alfresco start&lt;/LI&gt;&lt;LI&gt;Starting sysAdmin, Authentication subsystem&lt;/LI&gt;&lt;LI&gt;3:19 no more log in catalina.out till 5:29!&lt;/LI&gt;&lt;LI&gt;3:28 Here it starts doing the query below till 7:47&lt;/LI&gt;&lt;LI&gt;5:29 restart log: Startup of Search, thirdparty, OOoDirect, Transformers subsystems&lt;/LI&gt;&lt;LI&gt;5:40 no more log in catalina.out again till 7:47!&lt;/LI&gt;&lt;LI&gt;7:47 restart log: Starting fileServers, imap, email, Subscriptions subsystems&lt;/LI&gt;&lt;LI&gt;7:48 Alfresco startup completed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query is this:&lt;/P&gt;&lt;PRE&gt;select&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; node.id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as node_id,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; node.version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as node_version,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.qname_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as qname_id,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.locale_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as locale_id,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.list_index&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as list_index,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.actual_type_n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as actual_type_n,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.persisted_type_n&amp;nbsp;&amp;nbsp; as persisted_type_n,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.boolean_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as boolean_value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.long_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as long_value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.float_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as float_value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.double_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as double_value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.string_value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as string_value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.serializable_value as serializable_value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alf_node node&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; join alf_node_properties prop on (prop.node_id = node.id)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp; node_id in &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( $1, ..., $256 )&lt;BR /&gt;&lt;BR /&gt;Why is it doing so many queries like that? It is possible that it is reindexing all the documents?&lt;BR /&gt;What can I do to understand what is it doing?&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:36:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12594#M5563</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-20T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12595#M5564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This type of query is typical for preloading a set of nodes into caches. That is usually a part of doing any kind of queries e.g. against SOLR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:06:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12595#M5564</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-03-20T20:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12596#M5565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so you are telling me that Alfresco is loading nodes in the cache and this could be the reason that I see these logs:&lt;/P&gt;&lt;PRE class=""&gt;&amp;nbsp;2017-03-16 03:21:15,658&amp;nbsp; WARN&amp;nbsp; [cache.node.nodesTransactionalCache] [localhost-startStop-1] Transactional update cache 'org.alfresco.cache.node.nodesTransactionalCache' is full (125000). &amp;nbsp;2017-03-16 03:21:40,089&amp;nbsp; WARN&amp;nbsp; [cache.node.aspectsTransactionalCache] [localhost-startStop-1] Transactional update cache 'org.alfresco.cache.node.aspectsTransactionalCache' is full (65000). &amp;nbsp;2017-03-16 03:21:43,413&amp;nbsp; WARN&amp;nbsp; [cache.node.propertiesTransactionalCache] [localhost-startStop-1] Transactional update cache 'org.alfresco.cache.node.propertiesTransactionalCache' is full (65000).&lt;/PRE&gt;&lt;P&gt;But I don't undestand why it is doing this, what do you mean by "That is usually a part of doing any kind of queries e.g. against SOLR."?&lt;/P&gt;&lt;P&gt;By the way, I'm not using SOLR, do you think that could solve my problems?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:48:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12596#M5565</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-21T07:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12597#M5566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that I mean that this type of query is usually only done when some code / component is doing a query using the SearchService.query() operation, which most of the time involves a SOLR (or Lucene) query.&lt;/P&gt;&lt;P&gt;By default Alfresco should not do any intensive queries during startup on its own, so this might be triggered by some kind of custom code or 3rd party addon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:50:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12597#M5566</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-03-21T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12598#M5567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have only a custom authentication filter based on Shibbolet and the alfresco-trashcan-cleaner module that is scheduled to run only in the evening.&lt;/P&gt;&lt;P&gt;I have disabled the alfresco-trashcan-cleaner module to be sure, but we don't have any other 3rd party addon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to check what Alfresco is doing on startup? Where can I put some debug point to understand better what is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:18:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12598#M5567</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-03-27T16:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12599#M5568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca (I'm suffering with you),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you already tried to increase the log levels?&lt;/P&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;log4j.logger.org.alfresco.repo.node.index.AbstractReindexComponent=DEBUG&lt;/P&gt;&lt;P&gt;log4j.logger.org.alfresco.repo.node.index.FullIndexRecoveryComponent=DEBUG&lt;/P&gt;&lt;P&gt;log4j.logger.org.alfresco.repo.node.index.IndexTransactionTracker=DEBUG&lt;/P&gt;&lt;P&gt;can show what is happening inside...&lt;/P&gt;&lt;P&gt;But there are a lot of log4j entries that could help and experimenting with them is a pain with such long boot times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:59:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12599#M5568</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-27T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12600#M5569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great news, I succesfully bring back the startup times to 21 min thanks to a tiny modifications to a single query!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query is the one that I pointed out in a previous post and the complete explanation of the problem is described here: &lt;A class="" href="https://issues.alfresco.com/jira/browse/MNT-15576" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/MNT-15576&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank to all who helped me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 08:09:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12600#M5569</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2017-05-05T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12601#M5570</link>
      <description>&lt;P&gt;I'm having the same issue (slow startup). The link you provided returns 404, I would appreciate if you can help me resolve this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 04:49:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12601#M5570</guid>
      <dc:creator>sakbar</dc:creator>
      <dc:date>2022-09-21T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12602#M5571</link>
      <description>&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am also facing a similar problem now. Cloud you share your modification process?&lt;/P&gt;&lt;P&gt;Unfortunately, the link you shared is already 404&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Aiden&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 03:36:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12602#M5571</guid>
      <dc:creator>AidenZ</dc:creator>
      <dc:date>2024-01-25T03:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Afresco startup too slow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12603#M5572</link>
      <description>&lt;P&gt;Sometimes it's really frustrating how people behave &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &amp;nbsp;... why does he not correct the link after several requests doing that?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 11:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/afresco-startup-too-slow/m-p/12603#M5572</guid>
      <dc:creator>hr61369256</dc:creator>
      <dc:date>2024-04-05T11:53:37Z</dc:date>
    </item>
  </channel>
</rss>

