fix(server): Filter dynamice path(PUT/GET/DELETE) with params cause OOM#2569
fix(server): Filter dynamice path(PUT/GET/DELETE) with params cause OOM#2569VGalaxies merged 8 commits intoapache:masterfrom
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 |
SunnyBoy-WYH
left a comment
There was a problem hiding this comment.
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 <jin@apache.org> 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 - TODODoc - DoneDoc - No Need