Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-4184

Transaction timeout reported even if RecordsPerTransaction param is used in LogCleanupCommand

    XMLWordPrintable

Details

    • 2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16), 2022 Week 23-25 (from Jun 6), 2022 Week 26-28 (from Jun 27), 2022 Week 29-31 (from Jul 18)

    Description

      Customer is trying to clear DB tables using LogCleanupCommand but its failing with transaction timeout:

       

      WARN  [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffff64401459:1e9992f0:61f8f765:1267628 in state  RUN
      WARN  [com.arjuna.ats.arjuna] (Transaction Reaper Worker 1) ARJUNA012095: Abort of action id 0:ffff64401459:1e9992f0:61f8f765:1267628 invoked while multiple threads active within it.
      WARN  [com.arjuna.ats.arjuna] (Transaction Reaper Worker 1) ARJUNA012381: Action id 0:ffff64401459:1e9992f0:61f8f765:1267628 completed with multiple threads - thread EE-ManagedThreadFactory-default-Thread-1 was in progress with java.base@11.0.12/java.net.SocketInputStream.socketRead0(Native Method)
      java.base@11.0.12/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
      java.base@11.0.12/java.net.SocketInputStream.read(SocketInputStream.java:168)
      . .. . 

       

      Customer is facing this issue while removing records from process audit table, here is the number of entries in process audit table:

       

      rhpam=# select count(*) from rhpam.nodeinstancelog;
        count   
      ----------
       46737161
      (1 row)
      rhpam=# select count(*) from rhpam.variableinstancelog;
        count   
      ----------
       23320841
      (1 row)
      rhpam=# select count(*) from rhpam.processinstancelog;
        count  
      ----------
       1406879
      (1 row)
      

       

      Customer tried using 'RecordsPerTransaction=100' but still its failing with transaction timeout. Seems RecordsPerTransaction param is not working as expected.

      Attachments

        Issue Links

          Activity

            People

              ftirados Francisco Javier Tirado Sarti
              rhn-support-abhumbe Abhijit Humbe
              Antonio Fernandez Alhambra Antonio Fernandez Alhambra (Inactive)
              Antonio Fernandez Alhambra Antonio Fernandez Alhambra (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: