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 dangling_mask during catchup #6752

Merged
merged 3 commits into from
Nov 19, 2020
Merged

Fix dangling_mask during catchup #6752

merged 3 commits into from
Nov 19, 2020

Conversation

ghost-not-in-the-shell
Copy link
Contributor

@ghost-not-in-the-shell ghost-not-in-the-shell commented Nov 18, 2020

Close #6732
Close #6731

@ghost-not-in-the-shell ghost-not-in-the-shell requested a review from a team as a code owner November 18, 2020 22:12
@ghost-not-in-the-shell ghost-not-in-the-shell added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Nov 18, 2020
let ip_address_set =
let sender_from_tree_node node =
Envelope.Incoming.sender (Cached.peek node)
try
Copy link
Member

Choose a reason for hiding this comment

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

This try may not work if the async scheduler decides to run the code in a different thread. You should change this to use Deferred.Or_error.try_with or similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok. I would do that.

@mergify mergify bot merged commit 0384b9b into develop Nov 19, 2020
@mergify mergify bot deleted the fix/dangling_mask_catchup branch November 19, 2020 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge-into-develop
Projects
None yet
2 participants