-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Record the blocking activation in the proper map before the request is sent to the invoker. #4145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for making the change to fill the map before the message is sent to the invoker. I totally missed that on my review.
…s sent to the invoker.
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
===========================================
+ Coverage 60.61% 81.26% +20.65%
===========================================
Files 151 151
Lines 7277 7277
Branches 466 466
===========================================
+ Hits 4411 5914 +1503
+ Misses 2866 1363 -1503
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…s sent to the invoker. (apache#4145)
As noted in #4135, the map tracking activations should be setup before the request is posted to an invoker.
I renamed some of the variables and added comments that I think are helpful.
Description
Related issue and scope
processAcknowledgement
may processCompletionMessage
first for blocking incovation even the message is sent ahead ofResultMessage
#4134)My changes affect the following components
Types of changes
Checklist: