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

transport/cython-conductor: Do not raise CancelledErrors (fixes hanging recoveries for cython version) #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trauter
Copy link
Contributor

@trauter trauter commented Apr 6, 2020

cython version should behave the same as python version.

This fixes a bug which causes the system to stall when a rebalance happens during recovery.

@CLAassistant
Copy link

CLAassistant commented Apr 12, 2020

CLA assistant check
All committers have signed the CLA.

cython version should behave the same as python version.

This fixes a bug which causes the system to stall when a rebalance happens during recovery.
@trauter trauter force-pushed the cython-conductor-cancel-fix branch from 3e50034 to e0c7372 Compare April 13, 2020 07:40
@codecov-io
Copy link

Codecov Report

Merging #571 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #571   +/-   ##
=======================================
  Coverage   98.43%   98.43%           
=======================================
  Files          98       98           
  Lines       10035    10035           
  Branches     1135     1135           
=======================================
  Hits         9878     9878           
  Misses        125      125           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38d61a7...e0c7372. Read the comment docs.

@trauter
Copy link
Contributor Author

trauter commented Apr 13, 2020

changed author email to match my github account for CLA check

@patkivikram
Copy link
Collaborator

Can you create this PR against faust-streaming. We can merge this to master and create a release

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.

4 participants