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

769 gossip bugs #770

Merged
merged 4 commits into from
Apr 20, 2020
Merged

769 gossip bugs #770

merged 4 commits into from
Apr 20, 2020

Conversation

lifflander
Copy link
Collaborator

Fixes #769

  • Fix broken CMF adding overloaded nodes
  • Fix missing sync at iteration start causing load 0.0 to propagate

@lifflander lifflander self-assigned this Apr 15, 2020
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #770 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #770   +/-   ##
========================================
  Coverage    79.30%   79.30%           
========================================
  Files          338      338           
  Lines        10410    10410           
========================================
  Hits          8256     8256           
  Misses        2154     2154           

@lifflander lifflander marked this pull request as ready for review April 15, 2020 21:08
auto msg = makeMessage<ReduceMsgType>();
proxy_.reduce(msg.get(), cb);

while (not setup_done_) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a cute little construct for this in some branch :'(

@lifflander lifflander merged commit e531d22 into develop Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix bugs in GossipLB---partition getting worse
3 participants