-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-32072 Thor worker cleaner shutdown #18771
HPCC-32072 Thor worker cleaner shutdown #18771
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32072 Jirabot Action Result: |
65f03db
to
11d8b2d
Compare
Not sure if this is really necessary but do like when Thor shuts down clean (esp when trying to debug MODULE_EXIT code). |
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.
@mckellyln - a few questions.
getReceiveQueueDetails(buf); | ||
if (buf.length()) | ||
LOG(MCdebugInfo, "MP: Orphan check\n%s",buf.str()); | ||
if (dumpQueue) |
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.
is this really an incidental change? Why suppress dumping of unconsumed MP messages if slave has been told to shutdown by manager, vs if it hasn't?
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.
On clean shutdown I didn't want the MP Orphan check dump in the logs
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.
ok, I don't think message are useful in general.
0b139f9
to
9371db4
Compare
@jakesmith one more time, I've also rebased onto candidate-9.8.x. |
22f532e
to
8495bd7
Compare
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.
@mckellyln - looks good. Please squash.
Signed-off-by: M Kelly <[email protected]>
8495bd7
to
7d9a990
Compare
Squashed |
f61f861
into
hpcc-systems:candidate-9.8.x
Type of change:
Checklist:
Smoketest:
Testing: