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(s3stream/wal): fix checks before scaleOutWindow #873

Merged
merged 4 commits into from
Jan 3, 2024

Conversation

Chillax-0v0
Copy link
Contributor

fix #872

@Chillax-0v0 Chillax-0v0 self-assigned this Jan 2, 2024
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1fd1611) 55.00% compared to head (efb9950) 54.97%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #873      +/-   ##
============================================
- Coverage     55.00%   54.97%   -0.04%     
+ Complexity     1246     1243       -3     
============================================
  Files           133      133              
  Lines          8535     8535              
  Branches        789      789              
============================================
- Hits           4695     4692       -3     
  Misses         3426     3426              
- Partials        414      417       +3     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.80% <ø> (ø)
RocketMQ Controller 54.58% <ø> (ø)
RocketMQ Proxy 37.18% <ø> (-0.11%) ⬇️
RocketMQ Store 73.57% <ø> (-0.05%) ⬇️
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 35.44% <ø> (ø)

see 2 files with indirect coverage changes

@Chillax-0v0 Chillax-0v0 force-pushed the fix-wal-scale-out-window branch from d8785cd to dd1008d Compare January 2, 2024 11:07
@Chillax-0v0 Chillax-0v0 marked this pull request as draft January 3, 2024 02:06
@Chillax-0v0 Chillax-0v0 marked this pull request as ready for review January 3, 2024 02:10
@Chillax-0v0 Chillax-0v0 force-pushed the fix-wal-scale-out-window branch from 3a9ef7c to efb9950 Compare January 3, 2024 02:18
@Chillax-0v0 Chillax-0v0 enabled auto-merge (squash) January 3, 2024 02:32
@Chillax-0v0 Chillax-0v0 merged commit 7efe717 into main Jan 3, 2024
12 of 13 checks passed
@Chillax-0v0 Chillax-0v0 deleted the fix-wal-scale-out-window branch January 3, 2024 02:44
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.

Bug: The append operation of S3Stream may block indefinitely
2 participants