You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "mibo (Jira)" <ji...@apache.org> on 2022/03/06 06:00:08 UTC

[jira] [Assigned] (OLINGO-1269) Database connection isn't released when updating a not-existed entity

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

mibo reassigned OLINGO-1269:
----------------------------

    Assignee: mibo

> Database connection isn't released when updating a not-existed entity
> ---------------------------------------------------------------------
>
>                 Key: OLINGO-1269
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1269
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-jpa
>    Affects Versions: V2 2.0.10
>            Reporter: Wallace
>            Assignee: mibo
>            Priority: Minor
>              Labels: JPA, connection-pooling, transaction
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am using odata2-jpa (version 2.0.10) in my project. When I batch update a not-existed entity with an Odata request, connections in connection pool are used up rapidly and  "Connection is not available, request timed out" occurs.
> HTTP Method: PATCH
> HTTP URL: http://localhost:8080/Webinar.svc/Conferences(2)
> HTTP Body:
> {
>  "Name": "MSA Architecture111",
>  "StartDate": "2018-05-06T08:00:00",
>  "EndDate": "2018-05-10T17:00:00"
> }



--
This message was sent by Atlassian Jira
(v8.20.1#820001)