comdb2
comdb2 copied to clipboard
Return with failure if we can't resolve hostname to address
This addresses the failure observed while deploying version 8.1. The error was triggered by a DNS failure, which resulted in a failure to look up a speciic hostname (obtained by a nodenum lookup) while processing the "cluster nodes" line. This failure results in the nodenum being added as the hostname, which pollutes the cluster information across the cluster.
This patch (and the associated plugin-branch) address these issues. Since this is a change to plugins, I will add a test to the robomark testsuite, to test this patch.
/plugin-branch aar_resolve_failure