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

[fix][admin] Fix KeyValue schema compatibility check caused OOM #21645

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

Technoboy-
Copy link
Contributor

Fixes #21584

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@codecov-commenter
Copy link

Codecov Report

Merging #21645 (d73e176) into master (81a9a52) will increase coverage by 48.60%.
Report is 3 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #21645       +/-   ##
=============================================
+ Coverage     24.71%   73.32%   +48.60%     
- Complexity      199    32734    +32535     
=============================================
  Files          1713     1892      +179     
  Lines        131084   140711     +9627     
  Branches      14320    15497     +1177     
=============================================
+ Hits          32403   103182    +70779     
+ Misses        93583    29425    -64158     
- Partials       5098     8104     +3006     
Flag Coverage Δ
inttests 24.10% <0.00%> (?)
systests 24.61% <0.00%> (-0.11%) ⬇️
unittests 72.65% <100.00%> (?)

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

Files Coverage Δ
.../pulsar/broker/admin/impl/SchemasResourceBase.java 89.71% <100.00%> (+50.88%) ⬆️
.../java/org/apache/pulsar/client/impl/ClientCnx.java 70.31% <ø> (+32.64%) ⬆️
...a/org/apache/pulsar/client/impl/Murmur3Hash32.java 80.00% <ø> (ø)

... and 1554 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Broker fails with OOM on KeyValue schema compatibility check
8 participants