Skip to content
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

Assorted bugfixes #579

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

gregschohn
Copy link
Collaborator

@gregschohn gregschohn commented Apr 15, 2024

A memory leak for errantly formed http messages going through HttpByteBufFormatter; log4j2 config bug that stopped old replayer logs from compressing. I've also further improved the logging on shutdown.

Description

  • Category Bug fixes

Issues Resolved

No Jira

Testing

[Please provide details of testing done: unit testing, integration testing and manual testing]

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

A memory leak for errantly formed http messages going through HttpByteBufFormatter; log4j2 config bug that stopped old replayer logs from compressing.
I've also further improved the logging on shutdown.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
Copy link

codecov bot commented Apr 15, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 75.93%. Comparing base (ad7cd40) to head (93e6c5a).
Report is 7 commits behind head on main.

Files Patch % Lines
.../opensearch/migrations/replay/TrafficReplayer.java 0.00% 13 Missing ⚠️
...ns/replay/traffic/source/TrafficStreamLimiter.java 76.19% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #579      +/-   ##
============================================
- Coverage     76.08%   75.93%   -0.15%     
- Complexity     1500     1505       +5     
============================================
  Files           162      162              
  Lines          6340     6359      +19     
  Branches        563      567       +4     
============================================
+ Hits           4824     4829       +5     
- Misses         1143     1157      +14     
  Partials        373      373              
Flag Coverage Δ
unittests 75.93% <50.00%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gregschohn gregschohn merged commit 2fa83c1 into opensearch-project:main Apr 15, 2024
5 of 7 checks passed
@gregschohn gregschohn deleted the MinorReplayerFixes branch April 16, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants