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

Fixing bug in distributor not notified about worker ready when handling message of to SLR #2520

Closed
wants to merge 6 commits into from

Conversation

SzymonPobiega
Copy link
Member

Related to this change in distributor

  • Added raising FinishedMessageProcessing when handing msg off to SLR
  • Moved raising StartedMessageProcessing so that it is invoked even for messages without ID

Related to Particular/NServiceBus.Distributor.Msmq#22

@SzymonPobiega
Copy link
Member Author

@andreasohlund @SimonCropp @johnsimons pls review

@andreasohlund
Copy link
Member

Looks good to me.

Side note: #2521

@andreasohlund
Copy link
Member

@SzymonPobiega build error?

@indualagarsamy
Copy link
Contributor

@SzymonPobiega - squashing commits will be a good idea, especially when we are back porting this fix.

@SzymonPobiega
Copy link
Member Author

The builds for this branch seem to be good:
http://builds.particular.net/viewLog.html?buildId=60380&tab=buildResultsDiv&buildTypeId=NServiceBusCore_Build
http://builds.particular.net/viewLog.html?buildId=60382&tab=buildResultsDiv&buildTypeId=NServiceBus_2RunAcceptanceTestsForMsmq

Isn't the pull request build trying to merge that to develop and that's why it is failing (based on version number the extended obsolete is causing the failure)

@SzymonPobiega
Copy link
Member Author

@indualagarsamy as git beginner, not sure which approach for squashing is best. All the options listed here http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git seems to me equally good. What's in your opinion the best?

@indualagarsamy
Copy link
Contributor

@SzymonPobiega - :) You'll get a different answer from @johnsimons.
I prefer GitBash and the git command prompt
I use this approach http://stackoverflow.com/questions/6934752/combining-multiple-commits-before-pushing-in-git

@johnsimons
Copy link
Member

This looks good, going to merge it


public class Context : ScenarioContext
{
public bool ExceptionReceived { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

i think many of these props are redundant

@johnsimons johnsimons added this to the 4.7.2 milestone Oct 23, 2014
@johnsimons johnsimons added the Bug label Oct 23, 2014
@johnsimons
Copy link
Member

@johnsimons
Copy link
Member

Merged

@johnsimons johnsimons closed this Oct 24, 2014
@johnsimons johnsimons deleted the hotfix-4.7.2 branch October 24, 2014 03:36
@andreasohlund andreasohlund changed the title WIP Fixing bug in distributor not notified about worker ready when handling message of to SLR Fixing bug in distributor not notified about worker ready when handling message of to SLR Oct 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants