<?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 event.processing.enabled setting in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219104#M172234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From an unresolved support request*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were getting an ORA-00933 error within com.activiti.service.runtime.ActivitiEventProcessingService.findFirstLockableEventLogNr() some time back. We worked around it by setting &amp;lt;em&amp;gt;event.processing.enabled=false&amp;lt;/em&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the default activiti-app.properties, this is first set to true, and &amp;lt;i&amp;gt;then later&amp;lt;/i&amp;gt; to false in the section "# EVENT PROCESSING TWEAKING" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the help comments:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# Set to false to not to event processing. This could be useful &lt;BR /&gt;# in a clustered setup where only sone nodes do the processing&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;BR /&gt;&lt;SPAN&gt;This is vague to a fault. Do you mean to say that this should be set to true &amp;lt;i&amp;gt;on at least one server&amp;lt;/i&amp;gt;? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What would happen if no server set it to true?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* it's #00663870. It was closed because I didn't have time to respond when I was pursuing this, and we just ended up working around it, so it fell off my radar. But I wanted to ask the general question here about the settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2016 21:06:07 GMT</pubDate>
    <dc:creator>jonnyg</dc:creator>
    <dc:date>2016-07-26T21:06:07Z</dc:date>
    <item>
      <title>event.processing.enabled setting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219104#M172234</link>
      <description>From an unresolved support request*We were getting an ORA-00933 error within com.activiti.service.runtime.ActivitiEventProcessingService.findFirstLockableEventLogNr() some time back. We worked around it by setting &amp;lt;em&amp;gt;event.processing.enabled=false&amp;lt;/em&amp;gt;.In the default activiti-app.proper</description>
      <pubDate>Tue, 26 Jul 2016 21:06:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219104#M172234</guid>
      <dc:creator>jonnyg</dc:creator>
      <dc:date>2016-07-26T21:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: event.processing.enabled setting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219105#M172235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; This is vague to a fault. Do you mean to say that this should be set to true on at least one server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It means that you might not want to process events on some nodes, in case your other servers have for example more resources. Each of the nodes will poll the database. If there is no need for it and you have many machines, tweaking this setting lowers the load on the db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If no server sets it to true, no event processing will happen, meaning no events will be pumped to Elasticsearch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which activiti-app.properties file are your referring to? I didn't those duplications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the error: does it always happen? Or periodically?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:03:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219105#M172235</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-07-27T12:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: event.processing.enabled setting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219106#M172236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In v1.4.3 the default activiti-app.properties has it on lines 182 and 444. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reviewing the other variants (activit-app-on-premise, activiti-app-dev have it only once).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is solely for Elastic Search? Just want to be clear – that was this thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding our error with the database connection, the details are in #00663870.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error we &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 15:28:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219106#M172236</guid>
      <dc:creator>jonnyg</dc:creator>
      <dc:date>2016-07-27T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: event.processing.enabled setting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219107#M172237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; This is solely for Elastic Search&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. event.generation.enabled puts it in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;event.processing.enabled is for pumping them to Elastic search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; In v1.4.3 the default activiti-app.properties has it on lines 182 and 444. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah you're looking at the source code. The on-premise file is the one that will eventually get in the war file (activiti-app.properties is replaced by id). &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 09:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/event-processing-enabled-setting/m-p/219107#M172237</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-07-28T09:35:47Z</dc:date>
    </item>
  </channel>
</rss>

