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

feat(kafka_issues618): stream object compact support drop expired data #881

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

superhx
Copy link
Contributor

@superhx superhx commented Jan 4, 2024

Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (74c6698) 54.97% compared to head (ce53109) 55.01%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #881      +/-   ##
============================================
+ Coverage     54.97%   55.01%   +0.04%     
- Complexity     1243     1247       +4     
============================================
  Files           133      133              
  Lines          8535     8534       -1     
  Branches        789      789              
============================================
+ Hits           4692     4695       +3     
+ Misses         3426     3425       -1     
+ Partials        417      414       -3     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.80% <ø> (ø)
RocketMQ Controller 54.58% <ø> (ø)
RocketMQ Proxy 37.28% <ø> (+0.10%) ⬆️
RocketMQ Store 73.65% <ø> (+0.07%) ⬆️
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 35.44% <ø> (ø)
Files Coverage Δ
.../java/com/automq/rocketmq/store/S3StreamStore.java 0.00% <ø> (ø)

... and 2 files with indirect coverage changes

@superhx superhx merged commit d3d9a52 into main Jan 4, 2024
6 of 7 checks passed
@superhx superhx deleted the kafka_issues618 branch January 4, 2024 10:47
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.

Optimize memory usage for S3StreamMetadataImage.
2 participants