-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(server): Filter dynamice path(PUT/GET/DELETE) with params cause OOM #2569
Conversation
@SunnyBoy-WYH could u take a look for it~ |
can we merge the
|
Let’s not talk about the oom for now. for HISTOGRAM metric,seems path without param will be better.? @JackyYangPassion @imbajin |
As a consult, Do you have oom system log and ensure the oom due to this map? |
Yes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we del LOG.debug
?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2569 +/- ##
============================================
- Coverage 47.76% 1.64% -46.13%
+ Complexity 821 73 -748
============================================
Files 720 707 -13
Lines 58980 56759 -2221
Branches 7604 7186 -418
============================================
- Hits 28174 934 -27240
- Misses 27986 55764 +27778
+ Partials 2820 61 -2759 ☔ View full report in Codecov by Sentry. |
@SunnyBoy-WYH Thanks, adjust it to |
...raph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java
Outdated
Show resolved
Hide resolved
...raph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java
Outdated
Show resolved
Hide resolved
...raph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java
Show resolved
Hide resolved
...raph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java
Outdated
Show resolved
Hide resolved
…OM (#2569) Co-authored-by: imbajin <[email protected]> Co-authored-by: yangjiaqi <jiaqi.yang@veriti@xyz>
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need