[Red Hat JIRA] (DROOLS-5689) Test Scenario DMN included models decision support
by Yeser Amer (Jira)
[ https://issues.redhat.com/browse/DROOLS-5689?page=com.atlassian.jira.plug... ]
Yeser Amer updated DROOLS-5689:
-------------------------------
Sprint: 2021 Week 04-06 (from Jan 25)
> Test Scenario DMN included models decision support
> --------------------------------------------------
>
> Key: DROOLS-5689
> URL: https://issues.redhat.com/browse/DROOLS-5689
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Affects Versions: 7.44.0.Final
> Reporter: Jan Stastny
> Assignee: Yeser Amer
> Priority: Major
> Attachments: reproducer.zip
>
>
> Test scenario does not currently fully support DMN models with included DMN model.
> Currently just Data types are correctly included, but issue is with Decisions. When running a test scenario where such imported decision is referenced in the decision being tested it results in SKIPPED evaluation of the decision and similar log entry:
> {code:java}
> 12:27:45,784 ERROR [org.kie.dmn.core.impl.DMNRuntimeImpl] (default task-20) Required dependency 'input-a' not found on node 'LessThanZero'
> 12:27:45,784 ERROR [org.kie.dmn.core.impl.DMNRuntimeImpl] (default task-20) Unable to evaluate decision 'NotLessThanZero' as it depends on decision 'a.LessThanZero'
> {code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (WFLY-14289) Upgrade Weld to 3.1.6.Final
by Matěj Novotný (Jira)
Matěj Novotný created WFLY-14289:
------------------------------------
Summary: Upgrade Weld to 3.1.6.Final
Key: WFLY-14289
URL: https://issues.redhat.com/browse/WFLY-14289
Project: WildFly
Issue Type: Component Upgrade
Components: CDI / Weld
Reporter: Matěj Novotný
Assignee: Matěj Novotný
Fix For: 22.0.0.Final
Weld 3.1.6.Final is now available and should be upgraded within WFLY.
PR coming shortly.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (AG-154) Connection leak when DB connection closed during transaction rollback
by Wojciech Kopciewicz (Jira)
[ https://issues.redhat.com/browse/AG-154?page=com.atlassian.jira.plugin.sy... ]
Wojciech Kopciewicz commented on AG-154:
----------------------------------------
Hi [~lbarreiro],
Yes, we are confident the connections are leaking as after the problem occurred further attempts to acquire a connection failed with acquisition timeout. Only service restart allowed us to recover from this state. It looks like those connections are never returned to the pool.
We have also enabled leak detection and max lifetime for the connections but it changed nothing.
> Connection leak when DB connection closed during transaction rollback
> ---------------------------------------------------------------------
>
> Key: AG-154
> URL: https://issues.redhat.com/browse/AG-154
> Project: Agroal
> Issue Type: Bug
> Components: narayana, pool
> Affects Versions: 1.9
> Reporter: Wojciech Kopciewicz
> Assignee: Luis Barreiro
> Priority: Major
>
> We are using Quarkus 1.9.2 with Hibernate and Agroal to access PostgreSQL DB.
> It looks like Agroal is leaking connections when connection is closed (somewhere) on the server side during transaction rollback.
> The following log was observed:
> Error trying to transactionRollback local transaction: This connection has been closed.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months