You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/02/02 11:06:00 UTC

[jira] [Updated] (CAMEL-19000) Camel 3.7.1 JdbcAggregationRepository PlatformTransactionManager

     [ https://issues.apache.org/jira/browse/CAMEL-19000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-19000:
--------------------------------
    Priority: Minor  (was: Major)

> Camel 3.7.1 JdbcAggregationRepository PlatformTransactionManager 
> -----------------------------------------------------------------
>
>                 Key: CAMEL-19000
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19000
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Leo Guo
>            Priority: Minor
>
> Camel 3.7.1 JdbcAggregationRepository PlatformTransactionManager don't control tranaction properly, in some cases JdbcAggregationRepository don't commit or rollback transaction automatically, cause DB slowness.
>  
>  
> INSERT INTO XXX_AGG_completed(exchange, id, version, body) VALUES (:1 , :2 , :3 , :4 )
>  
> This statement never got committed and resulted in problem



--
This message was sent by Atlassian Jira
(v8.20.10#820010)