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-issues447): WAL record nodeId & epoch metadata #636

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

superhx
Copy link
Contributor

@superhx superhx commented Nov 15, 2023

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Merging #636 (5994e22) into main (cad6505) will increase coverage by 0.00%.
The diff coverage is 79.13%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #636   +/-   ##
=========================================
  Coverage     58.32%   58.32%           
- Complexity     1991     2021   +30     
=========================================
  Files           210      213    +3     
  Lines         13383    13419   +36     
  Branches       1216     1218    +2     
=========================================
+ Hits           7806     7827   +21     
- Misses         4955     4971   +16     
+ Partials        622      621    -1     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.85% <ø> (ø)
RocketMQ Controller 53.52% <ø> (ø)
RocketMQ Proxy 40.24% <ø> (+0.12%) ⬆️
RocketMQ Store 77.82% <ø> (+0.09%) ⬆️
RocketMQ Stream 60.15% <79.13%> (-0.09%) ⬇️
RocketMQ Metadata 35.67% <ø> (ø)
Files Coverage Δ
.../java/com/automq/stream/s3/DeltaWALUploadTask.java 93.33% <100.00%> (ø)
...om/automq/stream/s3/compact/CompactionManager.java 58.61% <100.00%> (ø)
...n/java/com/automq/stream/s3/wal/WriteAheadLog.java 100.00% <ø> (ø)
.../src/main/java/com/automq/stream/s3/Constants.java 0.00% <0.00%> (ø)
.../com/automq/stream/s3/wal/MemoryWriteAheadLog.java 57.14% <0.00%> (-4.40%) ⬇️
.../main/java/com/automq/stream/s3/wal/WALHeader.java 97.40% <97.40%> (ø)
...eam/src/main/java/com/automq/stream/s3/Config.java 31.78% <40.00%> (ø)
...ain/java/com/automq/stream/s3/wal/WALMetadata.java 0.00% <0.00%> (ø)
...java/com/automq/stream/s3/wal/BlockWALService.java 74.92% <65.21%> (-6.20%) ⬇️

... and 3 files with indirect coverage changes

Copy link

github-actions bot commented Nov 15, 2023

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@superhx superhx merged commit 28dda92 into main Nov 15, 2023
9 checks passed
@superhx superhx deleted the feat_wal_context branch November 15, 2023 04:25
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