-
Notifications
You must be signed in to change notification settings - Fork 700
Description
Issue Description
We are using spring data commons version 2.4.5 in our project and we noticed from our monitoring tool that getPersistentEntity method is taking 10 - 15 sec (Screen shot attached below) specially on the first request for inserting or retrieving an object in collection.
After first request it resolves quickly until we bring new servers up. Once new servers are up, it again take similar time to to insert object in collection.
Behavior / How to Reproduce
Behavior we noticed, that every time new servers come up and if any particular new server receives request for inserting or retrieving an object in particular collection first time, getPersistentEntity is taking time. Same server will not take time for second and third request.
However, if we change server for the same collection, getPersistentEntity again take time while inserting or retrieving object, if its first insertion or retrieval request of particular collection on that server.
Let me know if you need more details. Any suggestions how we can resolve this issue ?
