You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue observed with 2.0.1.RELEASE and 2.0.2.RELEASE.
When a Jersey application with actuator contains a URL with a parameter in the path that is not static, over time the performance degrades.
Locally using a simple test server performance goes from 0.2ms down to 45ms per request in 10 minutes or so (it may take a while for the problem to appear).
Thanks very much for the sample. It allowed to both reproduce the problem and to confirm that this is indeed a duplicate of #12447. I imagine it will also come in handy when verifying the fix for that issue.
Issue observed with 2.0.1.RELEASE and 2.0.2.RELEASE.
When a Jersey application with actuator contains a URL with a parameter in the path that is not static, over time the performance degrades.
Locally using a simple test server performance goes from 0.2ms down to 45ms per request in 10 minutes or so (it may take a while for the problem to appear).
build.gradle:
Endpoint definition:
Test client to observe the issue:
Here is the full code of test server and client:
test-server.zip
test-client.zip
The text was updated successfully, but these errors were encountered: