-
Notifications
You must be signed in to change notification settings - Fork 918
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
Add TraceAbleRequestContextStorage for ease of detect context leaks #4232
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d64827 - Browse repository at this point
Copy the full SHA 1d64827View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c79b852 - Browse repository at this point
Copy the full SHA c79b852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443e740 - Browse repository at this point
Copy the full SHA 443e740View commit details
Commits on May 1, 2022
-
Add benchmark on LeakTracingRequestContextStorage
Benchmark result: ``` Benchmark Mode Cnt Score Error Units LeakTracingRequestContextStorageBenchmark.baseline_threadLocal thrpt 5 138905863.970 ± 1832287.597 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_always_sample thrpt 5 1347325.018 ± 7907.388 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_never_sample thrpt 5 10762418.543 ± 43741.747 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_random_1 thrpt 5 9351586.968 ± 8154.426 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_random_10 thrpt 5 5915767.799 ± 15699.257 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_rateLimited_1 thrpt 5 9677373.483 ± 46283.720 ops/s LeakTracingRequestContextStorageBenchmark.leakTracing_rateLimited_10 thrpt 5 10027495.272 ± 129500.874 ops/s ```
Configuration menu - View commit details
-
Copy full SHA for c431103 - Browse repository at this point
Copy the full SHA c431103View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 06c728e - Browse repository at this point
Copy the full SHA 06c728eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5e5e5 - Browse repository at this point
Copy the full SHA 0f5e5e5View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcf92df - Browse repository at this point
Copy the full SHA bcf92dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bb1a8 - Browse repository at this point
Copy the full SHA 82bb1a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fd563 - Browse repository at this point
Copy the full SHA a7fd563View commit details
Commits on May 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea2e675 - Browse repository at this point
Copy the full SHA ea2e675View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8dcf4 - Browse repository at this point
Copy the full SHA cb8dcf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d4127 - Browse repository at this point
Copy the full SHA 50d4127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818c166 - Browse repository at this point
Copy the full SHA 818c166View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5207a4c - Browse repository at this point
Copy the full SHA 5207a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24e0a2 - Browse repository at this point
Copy the full SHA d24e0a2View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 61e767d - Browse repository at this point
Copy the full SHA 61e767dView commit details -
Change flag name from requestContextLeakDetection to requestContextLe…
…akDetectionSampler
Configuration menu - View commit details
-
Copy full SHA for 449f051 - Browse repository at this point
Copy the full SHA 449f051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dabd01 - Browse repository at this point
Copy the full SHA 4dabd01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8909ace - Browse repository at this point
Copy the full SHA 8909aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd8490 - Browse repository at this point
Copy the full SHA fdd8490View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5562cfe - Browse repository at this point
Copy the full SHA 5562cfeView commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f124fc8 - Browse repository at this point
Copy the full SHA f124fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71a725 - Browse repository at this point
Copy the full SHA a71a725View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a534f - Browse repository at this point
Copy the full SHA c4a534fView commit details
Commits on Jun 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b00c2a - Browse repository at this point
Copy the full SHA 3b00c2aView commit details
Commits on Jun 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af31a6e - Browse repository at this point
Copy the full SHA af31a6eView commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ab4de84 - Browse repository at this point
Copy the full SHA ab4de84View commit details
Commits on Aug 12, 2022
-
Merge branch 'master' into context-leak-debug
# Conflicts: # core/src/main/java/com/linecorp/armeria/internal/common/RequestContextUtil.java
Configuration menu - View commit details
-
Copy full SHA for 9f681d4 - Browse repository at this point
Copy the full SHA 9f681d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72a9ca - Browse repository at this point
Copy the full SHA a72a9caView commit details
Commits on Aug 16, 2022
-
Update core/src/main/java/com/linecorp/armeria/internal/common/LeakTr…
…acingRequestContextStorage.java Co-authored-by: minux <songmw725@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d43b052 - Browse repository at this point
Copy the full SHA d43b052View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f8a8f2 - Browse repository at this point
Copy the full SHA 4f8a8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbcfab - Browse repository at this point
Copy the full SHA 6cbcfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ddc46 - Browse repository at this point
Copy the full SHA 89ddc46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4b9f9 - Browse repository at this point
Copy the full SHA 6b4b9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083d560 - Browse repository at this point
Copy the full SHA 083d560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb9575 - Browse repository at this point
Copy the full SHA 4fb9575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3f3d1 - Browse repository at this point
Copy the full SHA 7b3f3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d929bf - Browse repository at this point
Copy the full SHA 9d929bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e6e78 - Browse repository at this point
Copy the full SHA 90e6e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0540c8 - Browse repository at this point
Copy the full SHA a0540c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9156898 - Browse repository at this point
Copy the full SHA 9156898View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50384a2 - Browse repository at this point
Copy the full SHA 50384a2View commit details
Commits on Sep 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0fe21fd - Browse repository at this point
Copy the full SHA 0fe21fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for caba3d6 - Browse repository at this point
Copy the full SHA caba3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1302481 - Browse repository at this point
Copy the full SHA 1302481View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e8e10e - Browse repository at this point
Copy the full SHA 9e8e10eView commit details