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(streaming): handle pause on bootstrap for Now and Values #12716

Merged
merged 6 commits into from
Oct 10, 2023

Conversation

BugenZhao
Copy link
Member

Signed-off-by: Bugen Zhao [email protected]I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Follow-up of #11936, it seems that we didn't handle the pause_on_bootstrap logic in Now and Values executors. Could at least help us to diagnose #12715.

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Documentation

  • My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users)

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #12716 (01759e6) into main (6ec0b95) will decrease coverage by 0.02%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #12716      +/-   ##
==========================================
- Coverage   69.39%   69.37%   -0.02%     
==========================================
  Files        1472     1472              
  Lines      242093   242090       -3     
==========================================
- Hits       167998   167959      -39     
- Misses      74095    74131      +36     
Flag Coverage Δ
rust 69.37% <ø> (-0.02%) ⬇️

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

Files Coverage Δ
src/stream/src/executor/mod.rs 48.82% <ø> (+0.34%) ⬆️
src/stream/src/executor/now.rs 95.32% <ø> (ø)
src/stream/src/executor/values.rs 92.85% <ø> (ø)

... and 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@BugenZhao BugenZhao added this pull request to the merge queue Oct 10, 2023
Merged via the queue into main with commit d2e37ea Oct 10, 2023
6 of 7 checks passed
@BugenZhao BugenZhao deleted the bz/fix-pause-on-bootstrap-now-values branch October 10, 2023 10:22
github-actions bot pushed a commit that referenced this pull request Oct 10, 2023
fuyufjh pushed a commit that referenced this pull request Oct 10, 2023
BugenZhao added a commit that referenced this pull request Oct 10, 2023
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