You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/21 12:01:00 UTC

[jira] [Work logged] (CAMEL-14761) JPAMessageIdRepository Not Releasing Connections for contains() method

     [ https://issues.apache.org/jira/browse/CAMEL-14761?focusedWorklogId=407411&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-407411 ]

ASF GitHub Bot logged work on CAMEL-14761:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Mar/20 12:00
            Start Date: 21/Mar/20 12:00
    Worklog Time Spent: 10m 
      Work Description: kosciej commented on pull request #3662: CAMEL-14761 JPAMessageIdRepository.contains() release db connection fix
URL: https://github.com/apache/camel/pull/3662
 
 
   Fix for: [CAMEL-14761](https://issues.apache.org/jira/browse/CAMEL-14761)
   
   Issue: When using the JpaMessageIdRepository for an idempotent repo (or inProgressRepo) for file processing it holds onto connections on contains() method.  Other methods add(), remove(), etc. were fixed in CAMEL-11630.
   
   PR: code fixed in the same way as it was fixed for methods add(), remove(), etc. in: [CAMEL-11630](https://issues.apache.org/jira/browse/CAMEL-11630), [PR](https://github.com/apache/camel/pull/1883)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 407411)
    Remaining Estimate: 0h
            Time Spent: 10m

> JPAMessageIdRepository Not Releasing Connections for contains() method
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-14761
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14761
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jpa
>    Affects Versions: 3.1.0
>            Reporter: Michal Zabielski
>            Assignee: Claus Ibsen
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When using the JpaMessageIdRepository for an idempotent repo (or inProgressRepo) for file processing it holds onto connections on contains() method.  Other methods add(), remove(), etc. were fixed in CAMEL-11630.
>  
> Proposed fix: adjust contains() method in the same manner as other methods



--
This message was sent by Atlassian Jira
(v8.3.4#803005)