-
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-32720 Fix multiJobLinger=false configurations #19149
HPCC-32720 Fix multiJobLinger=false configurations #19149
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32720 Jirabot Action Result: |
thorlcr/master/thgraphmanager.cpp
Outdated
@@ -1457,7 +1457,8 @@ void thorMain(ILogMsgHandler *logHandler, const char *wuid, const char *graphNam | |||
thorQueue->connect(false); | |||
} | |||
|
|||
queryMyNode()->endpoint().getEndpointHostText(instance); | |||
queryMyNode()->endpoint().getEndpointIpText(instance); | |||
StringBuffer currentWfId; // not filled/not used until recvNextGraph() is called. |
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 included by mistake?
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.
yes, I think must have been when I rebased on to 9.6 (it is introduced later)
thorlcr/master/thgraphmanager.cpp
Outdated
@@ -1457,7 +1457,8 @@ void thorMain(ILogMsgHandler *logHandler, const char *wuid, const char *graphNam | |||
thorQueue->connect(false); | |||
} | |||
|
|||
queryMyNode()->endpoint().getEndpointHostText(instance); | |||
queryMyNode()->endpoint().getEndpointIpText(instance); |
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.
Worth adding a comment to explain why Ip is extracted rather than host name
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.
have added comments.
3588de9
to
c83e383
Compare
@ghalliday - please see comments in new commit |
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.
@jakesmith looks good - please squash.
Revert to using IP (not hostname) for inter pod communication for communicating subsequent job graphs.
c83e383
to
feb6a2d
Compare
@ghalliday - squashed. |
Revert to using IP (not hostname) for inter pod communication for communicating subsequent job graphs.
Type of change:
Checklist:
Smoketest:
Testing: