Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3814

The JDBCStore benchmark produces a runtime error

    XMLWordPrintable

Details

    • Hide

      Clone and build the performance repo:

      git clone https://github.com/jbosstm/performance
      cd performance/narayana
      mvn clean install -DskipTests`

      and then run the JDBCStore benchmark:

      cd ArjunaJTA/jta
      java -classpath target/classes -Xms4096m -Xmx4096m -jar target/benchmarks.jar 'com.arjuna.ats.jta.xa.performance.JDBCStoreBenchmark.*' -t 1 -r 30 -f 3 -wi 5 -i 5 -foe true -rf csv -rff JDBCStoreBenchmark.csv

       

      Show
      Clone and build the performance repo: git clone https: //github.com/jbosstm/performance cd performance/narayana mvn clean install -DskipTests` and then run the JDBCStore benchmark: cd ArjunaJTA/jta java -classpath target/classes -Xms4096m -Xmx4096m -jar target/benchmarks.jar 'com.arjuna.ats.jta.xa.performance.JDBCStoreBenchmark.*' -t 1 -r 30 -f 3 -wi 5 -i 5 -foe true -rf csv -rff JDBCStoreBenchmark.csv  

    Description

      The  JDBCStore performance benchmark is failing with the following error:

       Suppressed: com.arjuna.ats.arjuna.exceptions.FatalError: ARJUNA012391: Could not initialize object store 'null' of type 'com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore'
                      at com.arjuna.ats.arjuna.objectstore.StoreManager.initStore(StoreManager.java:144)

      An example of the failure is pull/170

      Attachments

        Activity

          People

            rhn-engineering-mmusgrov Michael Musgrove
            rhn-engineering-mmusgrov Michael Musgrove
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: