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

Fast fix for issue #88. Coordinator race condition #106

Merged
merged 2 commits into from Feb 13, 2017

Conversation

tvoinarovskyi
Copy link
Member

@tvoinarovskyi tvoinarovskyi commented Feb 10, 2017

Relates to #88.

@tvoinarovskyi
Copy link
Member Author

The fix is not good enough. It will not fix issue with adding topics to subscribtion, as no conflict will occur.

@codecov-io
Copy link

codecov-io commented Feb 12, 2017

Codecov Report

Merging #106 into master will decrease coverage by -0.07%.
The diff coverage is 85.71%.

@@            Coverage Diff            @@
##           master    #106      +/-   ##
=========================================
- Coverage   96.57%   96.5%   -0.07%     
=========================================
  Files           9       9              
  Lines        1722    1745      +23     
=========================================
+ Hits         1663    1684      +21     
- Misses         59      61       +2
Impacted Files Coverage Δ
aiokafka/group_coordinator.py 94.24% <85.71%> (-0.16%)

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 b75ed85...dc353bb. Read the comment docs.

@tvoinarovskyi tvoinarovskyi merged commit 97b345f into master Feb 13, 2017
@tvoinarovskyi tvoinarovskyi deleted the fix_race_coordinato branch February 13, 2017 19:48
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.

None yet

2 participants