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 1153 #1159

Merged
merged 3 commits into from
Apr 14, 2020
Merged

Fix 1153 #1159

merged 3 commits into from
Apr 14, 2020

Conversation

delvedor
Copy link
Member

It might happen that markDead is called just after a pool update, and in such case, we will add to the dead list a node that no longer exists.
This pr fixes this issue :)
A big thanks to @penge for his initial research.

Closes: #1153
Related: #1122 #1153

Copy link

@penge penge left a comment

Choose a reason for hiding this comment

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

let's merge

@delvedor delvedor merged commit 17959a4 into master Apr 14, 2020
@delvedor delvedor deleted the fix-1153 branch April 14, 2020 16:14
github-actions bot pushed a commit that referenced this pull request Apr 14, 2020
* Fix #1153

* Updated test
github-actions bot pushed a commit that referenced this pull request Apr 14, 2020
* Fix #1153

* Updated test
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.

Cannot read property 'resurrectTimeout' of undefined
2 participants