...
Here's how to contact us if you find an issue or want to add something to the Red Book:
To raise an issue, use our Community Issue Tracker. Please create yourself an account if you don't already have one, to get automatic updates as your issue progresses through the workflow.
...
GeneralGeneral
NEW - frunssh causes thormaster to fail due to warning incorrectly interpreted as an error (Fixed in 5.4.4)
The init_thorslave start function contains an rsync call which uses ssh to execute the command. This call was not properly suppressing warnings and banners. The resulting exception caused frunssh to fail which in turn caused the thormaster and slaves to fail. The following error message was displayed in the frunssh log:
ssh result(0):
ERR: Warning: Permanently added <IP Address> to the list of known hosts.
ERROR: /var/lib/jenkins/workspace/CE-Candidate-withplugins-5.4.2-1/CE/ubuntu-14.04-amd64/HPCC-Platform/services/runagent/frunssh.cpp(73) :
frunssh : ERR: Warning: Permanently added <IP Address> to the list of known hosts.
ssh result(0):
This should just be a warning, but was misinterpreted as an error.
https://track.hpccsystems.com/browse/HPCC-14395
NEW - Roxie compatibility check missing (Fixed in 5.4.6)
...
https://track.hpccsystems.com/browse/IDE-405