eclipse-ee4j / eclipse-ee4j/jersey

Excessive NoSuchMethodException when parsing request parameters

Open
#4,760 3 comments 0 reactions 0 assignees View on GitHub
parameters performance
Dominant language
Java
Stars
730
Forks
382
PR merge metrics
No merged PRs in 30d

Description

As is shown in https://github.com/eclipse-ee4j/jersey/issues/2999, jersey throws (and immediately catches) a large amount of NoSuchMethodException in the process of parsing request parameters, which might have a negative impact on performance. This behavior still exists in the latest version. The stack captured via flight recorder is attached below:

![image](https://user-images.githubusercontent.com/10812968/113677807-8e617080-96f0-11eb-9486-949a04a10122.png)

Is it possible to get rid of this exception to (potentially) reduce the request processing latency?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.