[JBoss JIRA] (JBTM-2494) Product Comparison Benchmark missing dependency on Artemis
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2494?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2494:
--------------------------------
Summary: Product Comparison Benchmark missing dependency on Artemis (was: Product Comparison Benchmark failure)
> Product Comparison Benchmark missing dependency on Artemis
> ----------------------------------------------------------
>
> Key: JBTM-2494
> URL: https://issues.jboss.org/browse/JBTM-2494
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Affects Versions: 5.2.2
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Fix For: 5.next
>
>
> The benchmark CI job (narayana-benchmarks) fails when doing a product comparison test:
> {code}
> java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.openjdk.jmh.runner.LoopBenchmarkHandler$BenchmarkTask.call(LoopBenchmarkHandler.java:203)
> at org.openjdk.jmh.runner.LoopBenchmarkHandler$BenchmarkTask.call(LoopBenchmarkHandler.java:185)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl
> at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.begin(BaseTransaction.java:94)
> at io.narayana.perf.product.ProductWorker.doWork(ProductWorker.java:48)
> at io.narayana.perf.product.ProductComparison.testNarayana(ProductComparison.java:69)
> at io.narayana.perf.product.generated.ProductComparison_testNarayana.testNarayana_Throughput(ProductComparison_testNarayana.java:68)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (JBTM-2494) Product Comparison Benchmark missing dependency on Artemis
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2494?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2494:
--------------------------------
Component/s: Performance Testing
> Product Comparison Benchmark missing dependency on Artemis
> ----------------------------------------------------------
>
> Key: JBTM-2494
> URL: https://issues.jboss.org/browse/JBTM-2494
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Performance Testing
> Affects Versions: 5.2.2
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Fix For: 5.next
>
>
> The benchmark CI job (narayana-benchmarks) fails when doing a product comparison test:
> {code}
> java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.openjdk.jmh.runner.LoopBenchmarkHandler$BenchmarkTask.call(LoopBenchmarkHandler.java:203)
> at org.openjdk.jmh.runner.LoopBenchmarkHandler$BenchmarkTask.call(LoopBenchmarkHandler.java:185)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl
> at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.begin(BaseTransaction.java:94)
> at io.narayana.perf.product.ProductWorker.doWork(ProductWorker.java:48)
> at io.narayana.perf.product.ProductComparison.testNarayana(ProductComparison.java:69)
> at io.narayana.perf.product.generated.ProductComparison_testNarayana.testNarayana_Throughput(ProductComparison_testNarayana.java:68)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (JBTM-2312) Wrong logging format of ARJUNA016005
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2312?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2312:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Wrong logging format of ARJUNA016005
> ------------------------------------
>
> Key: JBTM-2312
> URL: https://issues.jboss.org/browse/JBTM-2312
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Recovery
> Affects Versions: 4.17.24
> Reporter: Ondřej Chaloupka
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 5.next
>
>
> Logging format of warning warn_recovery_failedtorecover is strange or maybe better to say wrong. It looks:
> {code}
> WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016005: JTS XARecoveryModule.xaRecovery - failed to recover XAResource. status is $2
> {code}
> This message came from XAResourceRecord.xaRecoverySecondPass and it's message warn_recovery_failedtorecover. The code with dolar sign seems to me a bit confusing.
> I think it would be better first not have the dolar sign there and second rather to print string representation of the error code.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (JBTM-2468) xts, jts and rts performance comparison job has failures
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2468?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris reassigned JBTM-2468:
-------------------------------------
Assignee: Gytis Trikleris (was: Michael Musgrove)
> xts, jts and rts performance comparison job has failures
> --------------------------------------------------------
>
> Key: JBTM-2468
> URL: https://issues.jboss.org/browse/JBTM-2468
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Performance Testing
> Affects Versions: 5.2.0
> Reporter: Michael Musgrove
> Assignee: Gytis Trikleris
> Fix For: 5.next
>
>
> The weekly NCL jenkins job for performance comparison of jts/xts/rts has three issues:
> - the throughput is coming out at 0 (I think it is because its very slow but it needs investigating);
> - the jts component fails to configure wildfly into jts mode (I have temporarily disabled it in the job config);
> - it runs against 9.0.0.Alpha2-SNAPSHOT (so it needs updating to run against the wildfly bi weekly builds)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months