-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: V2 2.0.10
-
Fix Version/s: None
-
Component/s: odata2-jpa
-
Labels:
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" }