-
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-31011 toposerver timeouts should check for sensible values #18139
HPCC-31011 toposerver timeouts should check for sensible values #18139
Conversation
https://track.hpccsystems.com/browse/HPCC-31011 |
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.
The checks look good. @richardkchapman The values differ from the previous default values (previously x4, x12 and x24), but they still seem reasonable, so fine to merge as-is.
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.
The checks look good. @richardkchapman The values differ from the previous default values (previously x4, x12 and x24), but they still seem reasonable, so fine to merge as-is.
removeHeartbeatInterval = topology->getPropInt("@removeHeartbeatInterval", removeHeartbeatInterval); | ||
timeoutHeartbeatAgent = topology->getPropInt("@timeoutHeartbeatAgent", heartbeatInterval*2); | ||
timeoutHeartbeatServer = topology->getPropInt("@timeoutHeartbeatServer", heartbeatInterval*6); | ||
removeHeartbeatInterval = topology->getPropInt("@removeHeartbeatInterval", heartbeatInterval*10); |
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.
Shouldn't this be *12 to be consistent ?
I mean no matter but just curious.
@richardkchapman please rebase, and respond to comments. |
Signed-off-by: Richard Chapman <[email protected]>
8190aea
to
182bb83
Compare
@ghalliday Rebased. The changes to the multiplication factors were deliberate, they just felt more likely to be sensible than the previous values (which were picked more or less randomly) |
40d65bb
into
hpcc-systems:candidate-9.2.x
Type of change:
Checklist:
Smoketest:
Testing: