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

reduce the number of IMessageExtractor invocations #5217

Closed

Conversation

Aaronontheweb
Copy link
Member

No description provided.

@Aaronontheweb Aaronontheweb changed the title reduce the number of IMessageExtractor invocations; re-arrange message processing hotpath reduce the number of IMessageExtractor invocations Aug 19, 2021
@Aaronontheweb Aaronontheweb marked this pull request as ready for review August 19, 2021 20:28
@Aaronontheweb
Copy link
Member Author

Part of #5203

Copy link
Contributor

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

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

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) August 19, 2021 21:06
@Aaronontheweb
Copy link
Member Author

Looks like we have a legit MNTR failure - taking a look at that

@Aaronontheweb
Copy link
Member Author

I'm going to have to redo parts of this

var extracted = shard.ExtractEntityId(message);
if (!extracted.HasValue) return false;

shard.DeliverTo(extracted.Value.Item1, message, extracted.Value.Item2, shard.Context.Sender);
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason this got changed to shard.DeliverTo when the old code did shard.DeliverMessage?

@Aaronontheweb Aaronontheweb modified the milestones: 1.4.25, 1.4.26 Sep 8, 2021
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.26, 1.4.27 Sep 28, 2021
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.27, 1.4.28 Oct 11, 2021
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.28, 1.4.29 Nov 10, 2021
@Aaronontheweb Aaronontheweb added this to the 1.4.38 milestone Apr 18, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.38, 1.4.39 May 25, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.39, 1.4.40 Jun 1, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.40, 1.4.41 Jul 27, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.41, 1.4.42 Sep 7, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.42, 1.4.43, 1.4.44 Sep 23, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.44, 1.4.45, 1.4.46 Oct 17, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.46, 1.4.47 Nov 15, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.47, 1.4.48 Dec 9, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.48, 1.4.49 Jan 5, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.49, 1.4.50 Jan 26, 2023
@Aaronontheweb Aaronontheweb removed this from the 1.4.50 milestone Mar 15, 2023
@Aaronontheweb
Copy link
Member Author

This was superseded by #6863

auto-merge was automatically disabled January 18, 2024 13:50

Pull request was closed

@Aaronontheweb Aaronontheweb deleted the perf/sharding-buffering branch January 18, 2024 13:50
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.

3 participants