Wallace created OLINGO-1269: ------------------------------- Summary: 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
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 (v7.6.3#76005)