Hi All,
We are having an Alfresco repository which has more then 2 million records. The records are categorized in below folder structure.
Main_Folder
Sub_folder_1
folder_1 (5,000 Docs)
folder_2 (5,000 Docs)
folder_3 (5,000 Docs)
…
…
folder_1000 (5,000 Docs)
…
The problem we are facing is, we restarted server for new code deployment and it got stuck with below error..
2013-11-21 05:49:28,789 INFO [STDOUT] 2012-09-11 05:49:28,789 WARN [cache.node.propertiesTransactionalCache] [indexTrackerThread1] Transactional update cache 'org.alfresco.cache.node.propertiesTransactionalCache' is full (65000).
2013-11-21 05:49:28,821 INFO [STDOUT] 2012-09-11 05:49:28,821 WARN [cache.node.aspectsTransactionalCache] [indexTrackerThread1] Transactional update cache 'org.alfresco.cache.node.aspectsTransactionalCache' is full (65000).
2013-11-21 05:49:28,822 INFO [STDOUT] 2012-09-11 05:49:28,821 WARN [cache.node.parentAssocsTransactionalCache] [indexTrackerThread1] Transactional update cache 'org.alfresco.cache.node.parentAssocsTransactionalCache' is full (65000).
2013-11-21 05:49:28,823 INFO [STDOUT] 2012-09-11 05:49:28,823 WARN [cache.node.nodesTransactionalCache] [indexTrackerThread1] Transactional update cache 'org.alfresco.cache.node.nodesTransactionalCache' is full (125000).
2013-11-21 05:49:29,816 INFO [STDOUT] 2012-09-11 05:49:29,816 WARN [alfresco.cache.contentDataTransactionalCache] [indexTrackerThread1] Transactional update cache 'org.alfresco.cache.contentDataTransactionalCache' is full (65000).
Before restarting server when we tried to apply group access to <b>Sub_folder_1</b> that time also we got the same above error, and it didnt apply permission as well. we were able to apply permission to its parent folder <b>Main_Folder</b>, but that is not what we want, as user access will be different by folder. Later we tried updating above cache memory from 65000 -> 150000 and 125000 -> 200000, but after that also we are getting same error.
Request you to send your suggestion to resolve above issue, as we can not do FULL reindexing of these many documents.
Thank you.