<?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: [Solved] Deadlocks when adding files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223595#M176725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know the "database isolation level" being used for ingress?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 11:23:49 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2009-08-10T11:23:49Z</dc:date>
    <item>
      <title>[Solved] Deadlocks when adding files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223593#M176723</link>
      <description>Hello,An action is able to add some files in Alfresco. All works good with MySql but I have some problems using Ingres DB 9.2. Sometimes Ingres find Deadlocks.The action try add add some files (it get some local PDF (in the alfresco temp), add some metadata and create in Alfresco). It can add 300 fi</description>
      <pubDate>Mon, 10 Aug 2009 08:10:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223593#M176723</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-08-10T08:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] Deadlocks when adding files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223594#M176724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The code is in a transaction and a rollback is done if problem appears&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:49:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223594#M176724</guid>
      <dc:creator>kazirahul</dc:creator>
      <dc:date>2009-08-10T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] Deadlocks when adding files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223595#M176725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know the "database isolation level" being used for ingress?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 11:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223595#M176725</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-08-10T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] Deadlocks when adding files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223596#M176726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The level specified in the config.dat of ingres is : &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ii.localhost_localdomain.dbms.*.system_isolation: serializable&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;For the configuration of Ingres, I have used script configuration gived by Ingres : &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Alfresco_Labs_3b_and_Ingres" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Alfresco_Labs_3b_and_Ingres&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:31:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223596#M176726</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-08-10T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] Deadlocks when adding files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223597#M176727</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;The Ingres support saved me…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A few tables of the Alfresco schema have the Hash storage structure. You have to reporganize it from time to time (depends on the grow rate) to eliminate overflow pages. Such overflow page chains may cause your locking problems. You can reorganize a hash table by using the MODIFY command. Further information can be found in the Ingres documentation.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this command (often) to do the reorganisation of all tables :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;su - ingres&lt;BR /&gt;usermod alfresco&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;EM&gt;(Perhaps doing it just for tables with Hash, and after doing optimizedb and sysmod)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;You need some space to do this…&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 09:29:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-deadlocks-when-adding-files/m-p/223597#M176727</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-08-20T09:29:20Z</dc:date>
    </item>
  </channel>
</rss>

